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

Commit 136d3556 authored by Wenyou Yang's avatar Wenyou Yang Committed by Nicolas Ferre
Browse files

ARM: at91/dtsi: add the watchdog nodes for at91 SoC



at91sam9x5, at91sam9n12

Signed-off-by: default avatarWenyou Yang <wenyou.yang@atmel.com>
Tested-by: default avatarRichard Genoud <richard.genoud@gmail.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent ef1ab239
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -425,6 +425,12 @@
				pinctrl-0 = <&pinctrl_spi1>;
				status = "disabled";
			};

			watchdog@fffffe40 {
				compatible = "atmel,at91sam9260-wdt";
				reg = <0xfffffe40 0x10>;
				status = "disabled";
			};
		};

		nand0: nand@40000000 {
+6 −0
Original line number Diff line number Diff line
@@ -663,6 +663,12 @@
				status = "disabled";
			};

			watchdog@fffffe40 {
				compatible = "atmel,at91sam9260-wdt";
				reg = <0xfffffe40 0x10>;
				status = "disabled";
			};

			rtc@fffffeb0 {
				compatible = "atmel,at91sam9x5-rtc";
				reg = <0xfffffeb0 0x40>;