Skip to content

Commit

Permalink
ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 10s timeout
Browse files Browse the repository at this point in the history
10s seems a reasonable value for a watchdog.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
  • Loading branch information
jjhiblot authored and intel-lab-lkp committed Feb 4, 2022
1 parent d9efa81 commit 0f23dfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
};
};

&wdt0 {
timeout-sec = <10>;
status = "okay";
};

&uart0 {
status = "okay";
};

0 comments on commit 0f23dfa

Please sign in to comment.