arm64: dts: renesas: rzg2l-smarc-som: Enable watchdog
authorBiju Das <biju.das.jz@bp.renesas.com>
Tue, 23 Nov 2021 14:14:20 +0000 (14:14 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 26 Nov 2021 13:08:20 +0000 (14:08 +0100)
Enable watchdog{0, 1, 2} interfaces on RZ/G2L SMARC EVK.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20211123141420.23529-3-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi

index 28af633..41fdae7 100644 (file)
        status = "okay";
 };
 #endif
+
+&wdt0 {
+       status = "okay";
+       timeout-sec = <60>;
+};
+
+&wdt1 {
+       status = "okay";
+       timeout-sec = <60>;
+};
+
+&wdt2 {
+       status = "okay";
+       timeout-sec = <60>;
+};