ARM: ux500: Add Device Tree nodes for the ux500 Crypt device
authorLee Jones <lee.jones@linaro.org>
Thu, 16 May 2013 11:27:21 +0000 (12:27 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 May 2013 12:07:13 +0000 (14:07 +0200)
This patch provides information required to setup ux500-crypt when
booting with DT on the Snowball low-cost development platform.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/dbx5x0.dtsi
arch/arm/boot/dts/snowball.dts

index 7b062d934852df30b0f770d539a0ea9a5c8d377a..d03b3ab0c7265afcf06e1396e95cdaff67389887 100644 (file)
 
                        status = "disabled";
                };
+
+               cryp@a03cb000 {
+                       compatible = "stericsson,ux500-cryp";
+                       reg = <0xa03cb000 0x1000>;
+                       interrupts = <0 15 0x4>;
+
+                       v-ape-supply = <&db8500_vape_reg>;
+                       status = "disabled";
+               };
        };
 };
index e8219cc7683e0c8d6818a5c6a0a18519eb27ee29..2740bb1293fbd033cc2793029220be6426bd22a3 100644 (file)
                                };
                        };
                };
+
+               cryp@a03cb000 {
+                       status = "okay";
+               };
        };
 };