Commit 99b22552 authored by Alexandre Torgue's avatar Alexandre Torgue
Browse files

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: default avatarLionel Debieve <lionel.debieve@foss.st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 89fca381
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>;