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

Commit 7492e7ca authored by Fabio Porcedda's avatar Fabio Porcedda Committed by Nicolas Ferre
Browse files

ARM: at91/dts: add at91sam9_wdt driver to at91sam926x, at91sam9g45



Tested on an at91sam9260 board (evk-pro3).

Signed-off-by: default avatarFabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent be49bbae
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -246,6 +246,12 @@
					trigger-external;
				};
			};

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

		nand0: nand@40000000 {
+6 −0
Original line number Diff line number Diff line
@@ -195,6 +195,12 @@
				#size-cells = <0>;
				status = "disabled";
			};

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

		nand0: nand@40000000 {
+6 −0
Original line number Diff line number Diff line
@@ -262,6 +262,12 @@
					trigger-value = <0x6>;
				};
			};

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

		nand0: nand@40000000 {