ARM: dts: renesas: rskrza1: Enable watchdog timer

Enable the Watchdog Timer (WDT) on the Renesas RSK+RZA1 development
board equipped with an RZ/A1H SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/fe72fb72acde4f5d9f8bd1a012435519592bd2bc.1727441772.git.geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven
2024-09-27 14:57:37 +02:00
parent 25e289d062
commit ddda5046e4

View File

@@ -280,3 +280,8 @@ &scif2 {
pinctrl-0 = <&scif2_pins>;
status = "okay";
};
&wdt {
timeout-sec = <60>;
status = "okay";
};