aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorJoel Fernandes <joelf@ti.com>2013-09-24 16:23:33 -0400
committerBenoit Cousson <bcousson@baylibre.com>2013-10-11 15:06:39 -0400
commit806e943153c50a14f107d9a612af1fddc3ceb9da (patch)
treed545c4959797263047e5ec653028888dfd018b16 /arch/arm/boot/dts
parentdd6317dffc24568df0ce31e0ce4d64541b38d00b (diff)
ARM: dts: OMAP4: Add DES3DES node
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/omap4.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 16a44d60b30e..6be1f5678f1a 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -672,5 +672,14 @@
672 dmas = <&sdma 111>, <&sdma 110>; 672 dmas = <&sdma 111>, <&sdma 110>;
673 dma-names = "tx", "rx"; 673 dma-names = "tx", "rx";
674 }; 674 };
675
676 des: des@480a5000 {
677 compatible = "ti,omap4-des";
678 ti,hwmods = "des";
679 reg = <0x480a5000 0xa0>;
680 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
681 dmas = <&sdma 117>, <&sdma 116>;
682 dma-names = "tx", "rx";
683 };
675 }; 684 };
676}; 685};