ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 60s timeout

60s is a sensible default value.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Link: https://lore.kernel.org/r/20220221095032.95054-5-jjhiblot@traphandler.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Jean-Jacques Hiblot 2022-02-21 10:50:30 +01:00 committed by Geert Uytterhoeven
parent 045d0625d3
commit 3ec510bcbd

View File

@ -26,3 +26,8 @@
&uart0 {
status = "okay";
};
&wdt0 {
timeout-sec = <60>;
status = "okay";
};