Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 705b675d authored by Boris Brezillon's avatar Boris Brezillon Committed by Wim Van Sebroeck
Browse files

ARM: at91/dt: add watchdog properties to kizbox board



Add watchdog specific config for kizbox board.

Signed-off-by: default avatarBoris BREZILLON <b.brezillon@overkiz.com>
Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent fe46aa67
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -53,6 +53,12 @@
				status = "okay";
			};

			watchdog@fffffd40 {
				timeout-sec = <15>;
				atmel,max-heartbeat-sec = <16>;
				atmel,min-heartbeat-sec = <0>;
				status = "okay";
			};
		};

		nand0: nand@40000000 {