aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91sam9rl.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/at91sam9rl.dtsi')
-rw-r--r--arch/arm/boot/dts/at91sam9rl.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9rl.dtsi b/arch/arm/boot/dts/at91sam9rl.dtsi
index f0b4352650ed..72424371413e 100644
--- a/arch/arm/boot/dts/at91sam9rl.dtsi
+++ b/arch/arm/boot/dts/at91sam9rl.dtsi
@@ -1059,6 +1059,27 @@
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 };
1069
1070 rtc@fffffd20 {
1071 compatible = "atmel,at91sam9260-rtt";
1072 reg = <0xfffffd20 0x10>;
1073 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
1074 clocks = <&clk32k>;
1075 status = "disabled";
1076 };
1077
1078 gpbr: syscon@fffffd60 {
1079 compatible = "atmel,at91sam9260-gpbr", "syscon";
1080 reg = <0xfffffd60 0x10>;
1081 status = "disabled";
1082 };
1062 }; 1083 };
1063 }; 1084 };
1064 1085