From: Ryan Wanner Date: Thu, 27 Feb 2025 15:52:05 +0000 (-0700) Subject: ARM: dts: microchip: sama7d65: Add RTC support for sama7d65 X-Git-Tag: v6.15-rc1~159^2~13^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e2b7addb6c608fcdcaaf463d8ce35b65da10d5c;p=thirdparty%2Flinux.git ARM: dts: microchip: sama7d65: Add RTC support for sama7d65 Add RTC support for the SAMA7D65 SoC. Signed-off-by: Ryan Wanner Link: https://lore.kernel.org/r/fa1587ffef21a8198317062c15d8eb5c3ca6187c.1740671156.git.Ryan.Wanner@microchip.com [claudiu.beznea: fixed conflict, keep nodes sorted by their addresses] Signed-off-by: Claudiu Beznea --- diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi index 116d0b98ee0f2..3ba951c2ec3d8 100644 --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi @@ -102,6 +102,13 @@ #clock-cells = <1>; }; + rtc: rtc@e001d800 { + compatible = "microchip,sama7d65-rtc", "microchip,sam9x60-rtc"; + reg = <0xe001d800 0x30>; + interrupts = ; + clocks = <&clk32k 1>; + }; + chipid@e0020000 { compatible = "microchip,sama7d65-chipid"; reg = <0xe0020000 0x8>;