Commit 206d6c5d authored by Mike Williams's avatar Mike Williams Committed by Nicolas Ferre

ARM: dts: at91: sama5d3: add trng node

Add node to support SAMA5D3 hardware random number generator.
Signed-off-by: default avatarMike Williams <mike@mikebwilliams.com>
[nicolas.ferre@atmel.com: reduce the register map size]
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 02eb8d68
......@@ -426,6 +426,13 @@ tdes@f803c000 {
clock-names = "tdes_clk";
};
trng@f8040000 {
compatible = "atmel,at91sam9g45-trng";
reg = <0xf8040000 0x100>;
interrupts = <45 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&trng_clk>;
};
dma0: dma-controller@ffffe600 {
compatible = "atmel,at91sam9g45-dma";
reg = <0xffffe600 0x200>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment