[PATCH v3 16/21] ARM: dts: microchip: sama7d65: Add Shutdown controller support
Ryan.Wanner at microchip.com
Ryan.Wanner at microchip.com
Thu Feb 27 07:52:03 PST 2025
From: Ryan Wanner <Ryan.Wanner at microchip.com>
Add shutdown controller support for SAMA7D65 SoC.
Signed-off-by: Ryan Wanner <Ryan.Wanner at microchip.com>
---
arch/arm/boot/dts/microchip/sama7d65.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
index 5165259fb926..b0a676623100 100644
--- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
@@ -109,6 +109,17 @@ reset_controller: reset-controller at e001d100 {
clocks = <&clk32k 0>;
};
+ shdwc: poweroff at e001d200 {
+ compatible = "microchip,sama7d65-shdwc", "microchip,sama7g5-shdwc", "syscon";
+ reg = <0xe001d200 0x20>;
+ clocks = <&clk32k 0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ atmel,wakeup-rtc-timer;
+ atmel,wakeup-rtt-timer;
+ status = "disabled";
+ };
+
clk32k: clock-controller at e001d500 {
compatible = "microchip,sama7d65-sckc", "microchip,sam9x60-sckc";
reg = <0xe001d500 0x4>;
--
2.43.0
More information about the linux-arm-kernel
mailing list