diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-01-13 13:12:21 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-15 09:26:49 -0500 |
commit | 52820d26ec501f6aa52766ab8ca6b22e2dc4e53e (patch) | |
tree | b0ca0f9736fb476e8ba25f8aba8d7357b011619b /arch/arm | |
parent | c3ef0b0cebad57f20f848e4f91a535c9305cf57f (diff) |
ARM: at91/dt: at91sam9n12: Add RTC node
Add node for the RTC available on the at91sam9n12.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index 68eb9aded164..1d69db2e9e28 100644 --- a/arch/arm/boot/dts/at91sam9n12.dtsi +++ b/arch/arm/boot/dts/at91sam9n12.dtsi | |||
@@ -893,6 +893,13 @@ | |||
893 | status = "disabled"; | 893 | status = "disabled"; |
894 | }; | 894 | }; |
895 | 895 | ||
896 | rtc@fffffeb0 { | ||
897 | compatible = "atmel,at91rm9200-rtc"; | ||
898 | reg = <0xfffffeb0 0x40>; | ||
899 | interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; | ||
900 | status = "disabled"; | ||
901 | }; | ||
902 | |||
896 | pwm0: pwm@f8034000 { | 903 | pwm0: pwm@f8034000 { |
897 | compatible = "atmel,at91sam9rl-pwm"; | 904 | compatible = "atmel,at91sam9rl-pwm"; |
898 | reg = <0xf8034000 0x300>; | 905 | reg = <0xf8034000 0x300>; |