diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-10-01 20:41:32 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-19 17:08:50 +0300 |
commit | 30043f4ebbe6574418eeaf3fe9025f4019702880 (patch) | |
tree | e9b3c9ff6dc38caaef61b15adf88eaf163fc45e3 /arch/arm/boot/dts/at91sam9rl.dtsi | |
parent | 1d2a05630b26874342790de2745877b70596fa9c (diff) | |
download | linux-30043f4ebbe6574418eeaf3fe9025f4019702880.tar.xz |
ARM: at91/dt: at91sam9rl: add rtc
Add rtc support to the at91sam9rl dtsi file.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9rl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9rl.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
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"; + }; }; }; |