[PATCH 6/7] ARM: dts: sam9x60: Add watchdog DT node.

Zixun LI admin at hifiphile.com
Mon Mar 31 21:15:15 CEST 2025


Add the watchdog timer node for the sam9x60 SoC's.

Signed-off-by: Zixun LI <admin at hifiphile.com>
---
 arch/arm/dts/sam9x60.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi
index 3b684fc63d5..f32d51eb231 100644
--- a/arch/arm/dts/sam9x60.dtsi
+++ b/arch/arm/dts/sam9x60.dtsi
@@ -333,6 +333,13 @@
 				clocks = <&slow_rc_osc>, <&slow_xtal>;
 				#clock-cells = <1>;
 			};
+
+			watchdog: watchdog at ffffff80 {
+				compatible = "microchip,sam9x60-wdt";
+				reg = <0xffffff80 0x24>;
+				clocks = <&clk32 0>;
+				status = "disabled";
+			};
 		};
 	};
 
-- 
2.49.0



More information about the U-Boot mailing list