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 Original line Diff line number Diff line
@@ -53,6 +53,12 @@
				status = "okay";
				status = "okay";
			};
			};


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


		nand0: nand@40000000 {
		nand0: nand@40000000 {