Skip to content

Commit

Permalink
ARM: dts: AM437X: Add AES node
Browse files Browse the repository at this point in the history
AM437x SoC has AES module similar to the one on OMAP4.
Add DT node 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 7af8884 commit 6e70a51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/am4372.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,12 @@
ti,hwmods = "epwmss5";
status = "disabled";
};

aes: aes@53501000 {
compatible = "ti,omap4-aes";
ti,hwmods = "aes";
reg = <0x53501000 0xa0>;
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
};
};
};

0 comments on commit 6e70a51

Please sign in to comment.