arm64: dts: st: enable secure arm-wdt watchdog on stm32mp257f-ev1
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 21 Sep 2023 13:30:05 +0000 (15:30 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 29 Sep 2023 11:45:11 +0000 (13:45 +0200)
Enable the watchdog and define the default timeout to 32 seconds.

Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm64/boot/dts/st/stm32mp257f-ev1.dts

index 6c3b83c2b48faef94743e5bcb0a8aee89f885eca..b2d3afb157585e6b4a28f40db0cc55058eddf1e0 100644 (file)
        };
 };
 
+&arm_wdt {
+       timeout-sec = <32>;
+       status = "okay";
+};
+
 &sdmmc1 {
        pinctrl-names = "default", "opendrain", "sleep";
        pinctrl-0 = <&sdmmc1_b4_pins_a>;