aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/at91sam9rl.dtsi7
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