arm64: dts: renesas: white-hawk-cpu: Enable watchdog timer

Enable the watchdog timer on the White Hawk CPU board.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/77a0e29d965032115de1f07ceecb2d5d07db74eb.1662715538.git.geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven
2022-09-09 11:53:49 +02:00
parent a43306faee
commit 495e36c3a3

View File

@@ -43,3 +43,8 @@
&scif_clk {
clock-frequency = <24000000>;
};
&rwdt {
timeout-sec = <60>;
status = "okay";
};