arm64: dts: renesas: rzv2mevk2: Enable watchdog

Enable the watchdog so that we can reboot the system.

Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Link: https://lore.kernel.org/r/20221103223956.50575-4-fabrizio.castro.jz@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Fabrizio Castro 2022-11-03 22:39:56 +00:00 committed by Geert Uytterhoeven
parent 753a4ae153
commit 594edf2c61

View File

@ -83,3 +83,7 @@ i2c2_pins: i2c2 {
&uart0 {
status = "okay";
};
&wdt0 {
status = "okay";
};