diff --git a/dts/arm/adi/max32/max32657_common.dtsi b/dts/arm/adi/max32/max32657_common.dtsi index e419155bf23..1a864d871ed 100644 --- a/dts/arm/adi/max32/max32657_common.dtsi +++ b/dts/arm/adi/max32/max32657_common.dtsi @@ -144,6 +144,15 @@ clocks = <&gcr ADI_MAX32_CLOCK_BUS1 2>; status = "disabled"; }; + + wdt0: watchdog@3000 { + compatible = "adi,max32-watchdog"; + reg = <0x3000 0x400>; + interrupts = <1 0>; + clocks = <&gcr ADI_MAX32_CLOCK_BUS1 27>; + clock-source = ; + status = "disabled"; + }; }; &nvic {