Skip to content

Commit e79c589

Browse files
ehristevnoglitch
authored andcommitted
ARM: dts: at91: sama7g5: add rtc node
Add RTC node. Signed-off-by: Eugen Hristev <[email protected]> [claudiu.beznea: add sama7g5 compatible as the IP has 2 extra registers compared with sam9x60] Signed-off-by: Claudiu Beznea <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4c46b99 commit e79c589

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/sama7g5.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@
130130
reg = <0xe001d060 0x48>;
131131
};
132132

133+
rtc: rtc@e001d0a8 {
134+
compatible = "microchip,sama7g5-rtc", "microchip,sam9x60-rtc";
135+
reg = <0xe001d0a8 0x30>;
136+
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
137+
clocks = <&clk32k 1>;
138+
};
139+
133140
ps_wdt: watchdog@e001d180 {
134141
compatible = "microchip,sama7g5-wdt";
135142
reg = <0xe001d180 0x24>;

0 commit comments

Comments
 (0)