arm64: dts: renesas: falcon: Enable watchdog timer

Enable the watchdog on the Falcon board.

Signed-off-by: Hoang Vo <hoang.vo.eb@renesas.com>
[wsa: rebased to mainline]
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20201218173731.12839-5-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Hoang Vo 2020-12-18 18:37:29 +01:00 committed by Geert Uytterhoeven
parent f4b30c0a03
commit d207dc500b

View File

@ -20,3 +20,8 @@ chosen {
stdout-path = "serial0:115200n8";
};
};
&rwdt {
timeout-sec = <60>;
status = "okay";
};