提交 fe2e9f92 编写于 作者: L Lee Jones 提交者: Linus Walleij

ARM: ux500: Add Device Tree nodes for the ux500 Crypt device

This patch provides information required to setup ux500-crypt when
booting with DT on the Snowball low-cost development platform.
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 2bd7378f
......@@ -755,5 +755,14 @@
status = "disabled";
};
cryp@a03cb000 {
compatible = "stericsson,ux500-cryp";
reg = <0xa03cb000 0x1000>;
interrupts = <0 15 0x4>;
v-ape-supply = <&db8500_vape_reg>;
status = "disabled";
};
};
};
......@@ -356,5 +356,9 @@
};
};
};
cryp@a03cb000 {
status = "okay";
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册