ARM: dts: OMAP4: Add DES3DES node
authorJoel Fernandes <joelf@ti.com>
Tue, 24 Sep 2013 20:23:33 +0000 (15:23 -0500)
committerBenoit Cousson <bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:39 +0000 (21:06 +0200)
OMAP4 has an DES3DES  module that uses the omap-des crypto driver.
Add DT entries for the same.

Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/omap4.dtsi

index 16a44d6..6be1f56 100644 (file)
                        dmas = <&sdma 111>, <&sdma 110>;
                        dma-names = "tx", "rx";
                };
+
+               des: des@480a5000 {
+                       compatible = "ti,omap4-des";
+                       ti,hwmods = "des";
+                       reg = <0x480a5000 0xa0>;
+                       interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&sdma 117>, <&sdma 116>;
+                       dma-names = "tx", "rx";
+               };
        };
 };