diff options
author | Joel Fernandes <joelf@ti.com> | 2013-07-11 19:20:05 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 15:06:39 -0400 |
commit | dd6317dffc24568df0ce31e0ce4d64541b38d00b (patch) | |
tree | 222df64859f21a4b3f15c372b4a675a0ba6fefdf /arch/arm/boot | |
parent | 0d8d40fc66b3fc08b8cb0e5f241455a4f6465509 (diff) |
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 <joelf@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 45708e1b7a74..16a44d60b30e 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
@@ -663,5 +663,14 @@ | |||
663 | ram-bits = <12>; | 663 | ram-bits = <12>; |
664 | ti,has-mailbox; | 664 | ti,has-mailbox; |
665 | }; | 665 | }; |
666 | |||
667 | aes: aes@4b501000 { | ||
668 | compatible = "ti,omap4-aes"; | ||
669 | ti,hwmods = "aes"; | ||
670 | reg = <0x4b501000 0xa0>; | ||
671 | interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; | ||
672 | dmas = <&sdma 111>, <&sdma 110>; | ||
673 | dma-names = "tx", "rx"; | ||
674 | }; | ||
666 | }; | 675 | }; |
667 | }; | 676 | }; |