[PATCH v2 2/2] ARM: dts: microchip: sama7d65: Add watchdog for sama7d65
Ryan.Wanner at microchip.com
Ryan.Wanner at microchip.com
Fri Feb 28 07:24:11 PST 2025
From: Ryan Wanner <Ryan.Wanner at microchip.com>
Add watchdog timer support for SAMA7D65 SoC.
Signed-off-by: Ryan Wanner <Ryan.Wanner at microchip.com>
---
arch/arm/boot/dts/microchip/sama7d65.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
index 92a5347e35b5..179d7f54cc7f 100644
--- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
@@ -77,6 +77,13 @@ pmc: clock-controller at e0018000 {
clock-names = "td_slck", "md_slck", "main_xtal";
};
+ ps_wdt: watchdog at e001d000 {
+ compatible = "microchip,sama7d65-wdt", "microchip,sama7g5-wdt";
+ reg = <0xe001d000 0x30>;
+ interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clk32k 0>;
+ };
+
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