From: Zixun LI Date: Mon, 28 Apr 2025 09:16:27 +0000 (+0200) Subject: ARM: dts: sam9x60: Add watchdog DT node X-Git-Tag: v2025.10-rc1~118^2~6^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18f1f4730291ad5bb5dfcf3cd9d7147f3bf81aa;p=pandora-u-boot.git ARM: dts: sam9x60: Add watchdog DT node Add the watchdog timer node for the sam9x60 SoC's. Signed-off-by: Zixun LI Reviewed-by: Eugen Hristev Reviewed-by: Stefan Roese --- diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi index 7631dfaa07f..79449042c24 100644 --- a/arch/arm/dts/sam9x60.dtsi +++ b/arch/arm/dts/sam9x60.dtsi @@ -311,6 +311,14 @@ clocks = <&slow_rc_osc>, <&slow_xtal>; #clock-cells = <1>; }; + + watchdog: watchdog@ffffff80 { + compatible = "microchip,sam9x60-wdt"; + reg = <0xffffff80 0x24>; + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; + clocks = <&clk32 0>; + status = "disabled"; + }; }; };