From: Joel Fernandes Date: Thu, 11 Jul 2013 23:20:05 +0000 (-0500) Subject: ARM: dts: OMAP4: Add AES node X-Git-Tag: v3.13-rc1~156^2~6^2~3^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd6317dffc24568df0ce31e0ce4d64541b38d00b;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: OMAP4: Add AES node OMAP4 has an AES module that uses the omap-aes crypto driver. Add DT entries for the same. Signed-off-by: Joel Fernandes Signed-off-by: Benoit Cousson --- diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 45708e1..16a44d6 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -663,5 +663,14 @@ ram-bits = <12>; ti,has-mailbox; }; + + aes: aes@4b501000 { + compatible = "ti,omap4-aes"; + ti,hwmods = "aes"; + reg = <0x4b501000 0xa0>; + interrupts = ; + dmas = <&sdma 111>, <&sdma 110>; + dma-names = "tx", "rx"; + }; }; };