arm64: dts: st: enable secure arm-wdt watchdog on stm32mp257f-ev1

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>
This commit is contained in:
Alexandre Torgue 2023-09-21 15:30:05 +02:00
parent 89fca38168
commit 99b2255233

View File

@ -50,6 +50,11 @@ vdd_sdcard: vdd-sdcard {
};
};
&arm_wdt {
timeout-sec = <32>;
status = "okay";
};
&sdmmc1 {
pinctrl-names = "default", "opendrain", "sleep";
pinctrl-0 = <&sdmmc1_b4_pins_a>;