diff options
author | 2025-02-27 08:52:05 -0700 | |
---|---|---|
committer | 2025-03-02 17:46:11 +0200 | |
commit | 3e2b7addb6c608fcdcaaf463d8ce35b65da10d5c (patch) | |
tree | 178773a9d1afe0f61f7189d0b409d8269233efd1 | |
parent | ARM: dts: microchip: sama7d65: Add Shutdown controller support (diff) | |
download | wireguard-linux-3e2b7addb6c608fcdcaaf463d8ce35b65da10d5c.tar.xz wireguard-linux-3e2b7addb6c608fcdcaaf463d8ce35b65da10d5c.zip |
ARM: dts: microchip: sama7d65: Add RTC support for sama7d65
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>
-rw-r--r-- | arch/arm/boot/dts/microchip/sama7d65.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi index 116d0b98ee0f..3ba951c2ec3d 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 = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clk32k 1>; + }; + chipid@e0020000 { compatible = "microchip,sama7d65-chipid"; reg = <0xe0020000 0x8>; |