Skip to content

Commit

Permalink
ARM: dts: OMAP4: Add DES3DES node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joel Fernandes authored and Benoit Cousson committed Oct 11, 2013
1 parent dd6317d commit 806e943
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/omap4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -672,5 +672,14 @@
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";
};
};
};

0 comments on commit 806e943

Please sign in to comment.