diff options
author | Joel Fernandes <joelf@ti.com> | 2013-09-24 14:35:09 -0500 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 21:06:41 +0200 |
commit | 6e70a510b4fc7b3e275e29875bb076e1891663d7 (patch) | |
tree | e9d3095bd084a830f143f9927ffbb5ea94f350e7 /arch/arm/boot/dts/am4372.dtsi | |
parent | 7af8884a175b56851ece09e47c74948c3160c07c (diff) | |
download | blackbird-obmc-linux-6e70a510b4fc7b3e275e29875bb076e1891663d7.tar.gz blackbird-obmc-linux-6e70a510b4fc7b3e275e29875bb076e1891663d7.zip |
ARM: dts: AM437X: Add AES node
AM437x SoC has AES module similar to the one on OMAP4.
Add DT node 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/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 0fe393ab8920..7e9ff75c28b2 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -411,5 +411,12 @@ ti,hwmods = "epwmss5"; status = "disabled"; }; + + aes: aes@53501000 { + compatible = "ti,omap4-aes"; + ti,hwmods = "aes"; + reg = <0x53501000 0xa0>; + interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; + }; }; }; |