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

Commit b909c6c9 authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

ARM: at91/at91sam9x5: add RTC node

parent 6901d947
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -559,6 +559,13 @@
					trigger-value = <0x6>;
					trigger-value = <0x6>;
				};
				};
			};
			};

			rtc@fffffeb0 {
				compatible = "atmel,at91rm9200-rtc";
				reg = <0xfffffeb0 0x40>;
				interrupts = <1 4 7>;
				status = "disabled";
			};
		};
		};


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