Skip to content

Commit

Permalink
ARM: dts: OMAP4: Add AES node
Browse files Browse the repository at this point in the history
OMAP4 has an AES module that uses the omap-aes 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 0d8d40f commit dd6317d
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 @@ -663,5 +663,14 @@
ram-bits = <12>;
ti,has-mailbox;
};

aes: aes@4b501000 {
compatible = "ti,omap4-aes";
ti,hwmods = "aes";
reg = <0x4b501000 0xa0>;
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
dmas = <&sdma 111>, <&sdma 110>;
dma-names = "tx", "rx";
};
};
};

0 comments on commit dd6317d

Please sign in to comment.