瀏覽代碼

ARM: dts: at91: sama5d4: add trng node

Add node to support SAMA5D4 hardware random number generator.

Signed-off-by: Mike Williams <mike@mikebwilliams.com>
[nicolas.ferre@atmel.com: reduce the register map size]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Mike Williams 9 年之前
父節點
當前提交
00bf4f78b5
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      arch/arm/boot/dts/sama5d4.dtsi

+ 7 - 0
arch/arm/boot/dts/sama5d4.dtsi

@@ -1202,6 +1202,13 @@
 				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>;