]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: DRA7: Add DT nodes for AES IP
authorJoel Fernandes <joelf@ti.com>
Wed, 1 Jun 2016 09:06:42 +0000 (12:06 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Jun 2016 07:43:25 +0000 (00:43 -0700)
DRA7 SoC has the same AES IP as OMAP4. Add DT entries for both AES cores.

Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
[t-kristo@ti.com: squashed in the change to use EDMA, squashed in
                  support for two AES cores]
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index f5a83c4d133ec52a8263dfa92dfdb7f100edb8df..18090963999b37bc149669c077e1338f9094d6dd 100644 (file)
                        };
                };
 
+               aes1: aes@4b500000 {
+                       compatible = "ti,omap4-aes";
+                       ti,hwmods = "aes1";
+                       reg = <0x4b500000 0xa0>;
+                       interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
+                       dma-names = "tx", "rx";
+                       clocks = <&l3_iclk_div>;
+                       clock-names = "fck";
+               };
+
+               aes2: aes@4b700000 {
+                       compatible = "ti,omap4-aes";
+                       ti,hwmods = "aes2";
+                       reg = <0x4b700000 0xa0>;
+                       interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
+                       dma-names = "tx", "rx";
+                       clocks = <&l3_iclk_div>;
+                       clock-names = "fck";
+               };
+
                des: des@480a5000 {
                        compatible = "ti,omap4-des";
                        ti,hwmods = "des";