Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02eb8d68 authored by Mike Williams's avatar Mike Williams Committed by Nicolas Ferre
Browse files

ARM: dts: at91: sama5d2: add trng node



Add node to support SAMA5D2 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 0e230593
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1168,6 +1168,13 @@
				status = "disabled";
			};

			trng@fc01c000 {
				compatible = "atmel,at91sam9g45-trng";
				reg = <0xfc01c000 0x100>;
				interrupts = <47 IRQ_TYPE_LEVEL_HIGH 0>;
				clocks = <&trng_clk>;
			};

			aic: interrupt-controller@fc020000 {
				#interrupt-cells = <3>;
				compatible = "atmel,sama5d2-aic";