summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dbx5x0.dtsi
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-05-16 11:27:21 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-05-27 12:07:13 (GMT)
commitfe2e9f921fd7d09984432f79928d79d5516d9b48 (patch)
treed95555589d31be4581e08fc3139173d6661d554e /arch/arm/boot/dts/dbx5x0.dtsi
parent2bd7378f9caa380790ce0cddc0b4547bce14ec06 (diff)
downloadlinux-fsl-qoriq-fe2e9f921fd7d09984432f79928d79d5516d9b48.tar.xz
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: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r--arch/arm/boot/dts/dbx5x0.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index 7b062d9..d03b3ab 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -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";
+ };
};
};