diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-10-01 12:41:32 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-19 09:08:50 -0500 |
commit | 30043f4ebbe6574418eeaf3fe9025f4019702880 (patch) | |
tree | e9b3c9ff6dc38caaef61b15adf88eaf163fc45e3 | |
parent | 1d2a05630b26874342790de2745877b70596fa9c (diff) |
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>
-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 @@ | |||
1059 | clocks = <&slow_rc_osc &slow_osc>; | 1059 | clocks = <&slow_rc_osc &slow_osc>; |
1060 | }; | 1060 | }; |
1061 | }; | 1061 | }; |
1062 | |||
1063 | rtc@fffffeb0 { | ||
1064 | compatible = "atmel,at91rm9200-rtc"; | ||
1065 | reg = <0xfffffeb0 0x40>; | ||
1066 | interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; | ||
1067 | status = "disabled"; | ||
1068 | }; | ||
1062 | }; | 1069 | }; |
1063 | }; | 1070 | }; |
1064 | 1071 | ||