ARM: dts: AM437X: Add AES node
authorJoel Fernandes <joelf@ti.com>
Tue, 24 Sep 2013 19:35:09 +0000 (14:35 -0500)
committerBenoit Cousson <bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:41 +0000 (21:06 +0200)
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>
arch/arm/boot/dts/am4372.dtsi

index 0fe393ab8920e8711e886d3e17c699c76f93c37e..7e9ff75c28b254b941c2100c4d388ca7db0808d3 100644 (file)
                        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>;
+               };
        };
 };