ARM: dts: sam9x60: Add watchdog DT node
authorZixun LI <admin@hifiphile.com>
Mon, 28 Apr 2025 09:16:27 +0000 (11:16 +0200)
committerEugen Hristev <eugen.hristev@linaro.org>
Thu, 19 Jun 2025 10:56:42 +0000 (13:56 +0300)
Add the watchdog timer node for the sam9x60 SoC's.

Signed-off-by: Zixun LI <admin@hifiphile.com>
Reviewed-by: Eugen Hristev <eugen.hristev@linaro.org>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/sam9x60.dtsi

index 7631dfa..7944904 100644 (file)
                                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";
+                       };
                };
        };