Commit 00bf4f78 authored by Mike Williams's avatar Mike Williams Committed by Nicolas Ferre

ARM: dts: at91: sama5d4: add trng node

Add node to support SAMA5D4 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 206d6c5d
......@@ -1202,6 +1202,13 @@ macb1: ethernet@fc028000 {
status = "disabled";
};
trng@fc030000 {
compatible = "atmel,at91sam9g45-trng";
reg = <0xfc030000 0x100>;
interrupts = <53 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&trng_clk>;
};
adc0: adc@fc034000 {
compatible = "atmel,at91sam9x5-adc";
reg = <0xfc034000 0x100>;
......
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