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

Commit 30043f4e authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Nicolas Ferre
Browse files

ARM: at91/dt: at91sam9rl: add rtc



Add rtc support to the at91sam9rl dtsi file.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 1d2a0563
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1059,6 +1059,13 @@
					clocks = <&slow_rc_osc &slow_osc>;
				};
			};

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