Commit 278af803 authored by Eugen Hristev's avatar Eugen Hristev Committed by Alexandre Belloni
Browse files

ARM: dts: at91: sam9x60: add watchdog node

parent aec54ec0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -686,6 +686,14 @@
				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
				clocks = <&clk32k 0>;
			};

			watchdog: watchdog@ffffff80 {
				compatible = "microchip,sam9x60-wdt";
				reg = <0xffffff80 0x24>;
				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
				clocks = <&clk32k 0>;
				status = "disabled";
			};
		};
	};
};