From: Alexandre Belloni Date: Wed, 1 Oct 2014 16:41:32 +0000 (+0200) Subject: ARM: at91/dt: at91sam9rl: add rtc X-Git-Tag: v3.19-rc1~57^2~4^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=30043f4ebbe6574418eeaf3fe9025f4019702880;p=karo-tx-linux.git ARM: at91/dt: at91sam9rl: add rtc Add rtc support to the at91sam9rl dtsi file. Signed-off-by: Alexandre Belloni Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91sam9rl.dtsi b/arch/arm/boot/dts/at91sam9rl.dtsi index f0b4352650ed..505c1956cf8d 100644 --- a/arch/arm/boot/dts/at91sam9rl.dtsi +++ b/arch/arm/boot/dts/at91sam9rl.dtsi @@ -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"; + }; }; };