Skip to content

Commit 9ae210c

Browse files
TonyHan11dkalowsk
authored andcommitted
dts: microchip: sam: add RTC node for sama7g5.dtsi
The RTC node is added for sama7g5.dtsi file. Signed-off-by: Tony Han <[email protected]>
1 parent 9545491 commit 9ae210c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/microchip/sam/sama7g5.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,14 @@
413413
#interrupt-cells = <4>;
414414
};
415415

416+
rtc: rtc@e001d0a8 {
417+
compatible = "atmel,sam-rtc";
418+
reg = <0xe001d0a8 0x30>;
419+
interrupt-parent = <&gic>;
420+
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
421+
clocks = <&clk32k 1>;
422+
};
423+
416424
sram: memory@100000 {
417425
compatible = "mmio-sram";
418426
reg = <0x00100000 DT_SIZE_K(128)>;

0 commit comments

Comments
 (0)