diff options
author | Joel Fernandes <joelf@ti.com> | 2013-09-24 16:23:33 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 15:06:39 -0400 |
commit | 806e943153c50a14f107d9a612af1fddc3ceb9da (patch) | |
tree | d545c4959797263047e5ec653028888dfd018b16 /arch/arm | |
parent | dd6317dffc24568df0ce31e0ce4d64541b38d00b (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')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 9 |
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 | }; |