Commit 495e36c3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

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

parent a43306fa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -43,3 +43,8 @@ &hscif0 {
&scif_clk {
	clock-frequency = <24000000>;
};

&rwdt {
	timeout-sec = <60>;
	status = "okay";
};