summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2013-09-07 13:11:22 +0800
committerJason Liu <r64343@freescale.com>2013-09-09 12:50:42 +0800
commit9288539a9524266eea673d0a395ba507c9d72f40 (patch)
tree1dc2cbb1d2473cd42b01074e1ea7c370a3327e18
parent9d896050184571bc4c24225fe864110be692232d (diff)
ENGR00278672-2 ARM: dts: add the imx6qdl.dtsi dts support for crypto/caam
This patch add the imx6qdl.dtsi dts support for crypto/caam Signed-off-by: Kudrick Jeffery <B37172@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi26
1 files changed, 23 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index a1b92c21c975..d0bccecbbc04 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -689,9 +689,29 @@
reg = <0x02100000 0x100000>;
ranges;
- caam@02100000 {
- reg = <0x02100000 0x40000>;
- interrupts = <0 105 0x04 0 106 0x04>;
+ crypto: caam@2100000 {
+ compatible = "fsl,sec-v4.0";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ reg = <0x2100000 0x40000>;
+ ranges = <0 0x2100000 0x40000>;
+ interrupt-parent = <&intc>; /* interrupts = <0 92 0x4>; */
+ clocks = <&clks 203>, <&clks 201>, <&clks 202>;
+ clock-names = "caam_ipg", "caam_mem", "caam_aclk";
+
+ sec_jr0: jr0@1000 {
+ compatible = "fsl,sec-v4.0-job-ring";
+ reg = <0x1000 0x1000>;
+ interrupt-parent = <&intc>;
+ interrupts = <0 105 0x4>;
+ };
+
+ sec_jr1: jr1@2000 {
+ compatible = "fsl,sec-v4.0-job-ring";
+ reg = <0x2000 0x1000>;
+ interrupt-parent = <&intc>;
+ interrupts = <0 106 0x4>;
+ };
};
aipstz@0217c000 { /* AIPSTZ2 */