Skip to content

Commit cf694d7

Browse files
TonyHan11jhedberg
authored andcommitted
dts: microchip: sam: sama7g5: add node for TRNG
Add node TRNG (True Random Number Generator) to sama7g5.dtsi file. Signed-off-by: Tony Han <[email protected]>
1 parent 0848fd9 commit cf694d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/microchip/sam/sama7g5.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,5 +535,14 @@
535535
assigned-clock-rates = <200000000>;
536536
status = "disabled";
537537
};
538+
539+
trng: rng@e2010000 {
540+
compatible = "atmel,sam-trng";
541+
reg = <0xe2010000 0x100>;
542+
interrupt-parent = <&gic>;
543+
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
544+
clocks = <&pmc PMC_TYPE_PERIPHERAL 97>;
545+
status = "disabled";
546+
};
538547
};
539548
};

0 commit comments

Comments
 (0)