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>
This commit is contained in:
Joel Fernandes 2013-09-24 15:23:33 -05:00 committed by Benoit Cousson
parent dd6317dffc
commit 806e943153
1 changed files with 9 additions and 0 deletions

View File

@ -672,5 +672,14 @@
dmas = <&sdma 111>, <&sdma 110>; dmas = <&sdma 111>, <&sdma 110>;
dma-names = "tx", "rx"; 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";
};
}; };
}; };