aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/sama5d2.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index 84eed47ffb0a..8fc78ff6cbc0 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -1168,6 +1168,13 @@
1168 status = "disabled"; 1168 status = "disabled";
1169 }; 1169 };
1170 1170
1171 trng@fc01c000 {
1172 compatible = "atmel,at91sam9g45-trng";
1173 reg = <0xfc01c000 0x100>;
1174 interrupts = <47 IRQ_TYPE_LEVEL_HIGH 0>;
1175 clocks = <&trng_clk>;
1176 };
1177
1171 aic: interrupt-controller@fc020000 { 1178 aic: interrupt-controller@fc020000 {
1172 #interrupt-cells = <3>; 1179 #interrupt-cells = <3>;
1173 compatible = "atmel,sama5d2-aic"; 1180 compatible = "atmel,sama5d2-aic";