]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: microchip: sama7d65: Add RTC support for sama7d65
authorRyan Wanner <Ryan.Wanner@microchip.com>
Thu, 27 Feb 2025 15:52:05 +0000 (08:52 -0700)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sun, 2 Mar 2025 15:46:11 +0000 (17:46 +0200)
Add RTC support for the SAMA7D65 SoC.

Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
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 <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/sama7d65.dtsi

index 116d0b98ee0f2255e06500598af246447432a723..3ba951c2ec3d83971201397d9a2752975ec8f423 100644 (file)
                        #clock-cells = <1>;
                };
 
+               rtc: rtc@e001d800 {
+                       compatible = "microchip,sama7d65-rtc", "microchip,sam9x60-rtc";
+                       reg = <0xe001d800 0x30>;
+                       interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&clk32k 1>;
+               };
+
                chipid@e0020000 {
                        compatible = "microchip,sama7d65-chipid";
                        reg = <0xe0020000 0x8>;