ARM: dts: omap4: add aes2 instance
authorTero Kristo <t-kristo@ti.com>
Tue, 13 Jun 2017 13:45:48 +0000 (16:45 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 14 Jun 2017 07:45:56 +0000 (00:45 -0700)
OMAP4 has AES2 instance, so add its integration data under DT.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4.dtsi

index 589690e..00e7656 100644 (file)
                        dma-names = "tx", "rx";
                };
 
+               aes2: aes@4b701000 {
+                       compatible = "ti,omap4-aes";
+                       ti,hwmods = "aes2";
+                       reg = <0x4b701000 0xa0>;
+                       interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&sdma 114>, <&sdma 113>;
+                       dma-names = "tx", "rx";
+               };
+
                des: des@480a5000 {
                        compatible = "ti,omap4-des";
                        ti,hwmods = "des";