arm64: dts: renesas: rzg3l-smarc-som: Enable watchdog

Enable watchdog timer channel0 on RZ/G3L SoM DTSI.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260505125921.149682-3-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Biju Das
2026-05-05 13:59:17 +01:00
committed by Geert Uytterhoeven
parent 8e46bc6370
commit 5a5dcb6a52

View File

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