aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@free-electrons.com>2014-11-14 05:08:49 -0500
committerNicolas Ferre <nicolas.ferre@atmel.com>2014-11-19 09:08:50 -0500
commit9b5a0675072eb3b217cbbb3f8958addcbf27d740 (patch)
treec1c6c08a88f6100bac1c17f75754ca844884f944
parent30043f4ebbe6574418eeaf3fe9025f4019702880 (diff)
ARM: at91/dt: add RTT nodes to at91 dtsis
at91sam926x, at91sam9g45 and at91sam9rl SoCs all have at least one RTT block. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r--arch/arm/boot/dts/at91sam9260.dtsi8
-rw-r--r--arch/arm/boot/dts/at91sam9261.dtsi8
-rw-r--r--arch/arm/boot/dts/at91sam9263.dtsi15
-rw-r--r--arch/arm/boot/dts/at91sam9g45.dtsi8
-rw-r--r--arch/arm/boot/dts/at91sam9rl.dtsi8
5 files changed, 47 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi
index cb100b03a362..9ea824ee84d2 100644
--- a/arch/arm/boot/dts/at91sam9260.dtsi
+++ b/arch/arm/boot/dts/at91sam9260.dtsi
@@ -956,6 +956,14 @@
956 }; 956 };
957 }; 957 };
958 958
959 rtc@fffffd20 {
960 compatible = "atmel,at91sam9260-rtt";
961 reg = <0xfffffd20 0x10>;
962 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
963 clocks = <&clk32k>;
964 status = "disabled";
965 };
966
959 watchdog@fffffd40 { 967 watchdog@fffffd40 {
960 compatible = "atmel,at91sam9260-wdt"; 968 compatible = "atmel,at91sam9260-wdt";
961 reg = <0xfffffd40 0x10>; 969 reg = <0xfffffd40 0x10>;
diff --git a/arch/arm/boot/dts/at91sam9261.dtsi b/arch/arm/boot/dts/at91sam9261.dtsi
index a81aab4281a7..06b11fc9057f 100644
--- a/arch/arm/boot/dts/at91sam9261.dtsi
+++ b/arch/arm/boot/dts/at91sam9261.dtsi
@@ -828,6 +828,14 @@
828 clocks = <&mck>; 828 clocks = <&mck>;
829 }; 829 };
830 830
831 rtc@fffffd20 {
832 compatible = "atmel,at91sam9260-rtt";
833 reg = <0xfffffd20 0x10>;
834 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
835 clocks = <&slow_xtal>;
836 status = "disabled";
837 };
838
831 watchdog@fffffd40 { 839 watchdog@fffffd40 {
832 compatible = "atmel,at91sam9260-wdt"; 840 compatible = "atmel,at91sam9260-wdt";
833 reg = <0xfffffd40 0x10>; 841 reg = <0xfffffd40 0x10>;
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
index 653e4395b7cb..7f37b7e97e9c 100644
--- a/arch/arm/boot/dts/at91sam9263.dtsi
+++ b/arch/arm/boot/dts/at91sam9263.dtsi
@@ -922,6 +922,21 @@
922 pinctrl-0 = <&pinctrl_can_rx_tx>; 922 pinctrl-0 = <&pinctrl_can_rx_tx>;
923 clocks = <&can_clk>; 923 clocks = <&can_clk>;
924 clock-names = "can_clk"; 924 clock-names = "can_clk";
925 };
926
927 rtc@fffffd20 {
928 compatible = "atmel,at91sam9260-rtt";
929 reg = <0xfffffd20 0x10>;
930 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
931 clocks = <&slow_xtal>;
932 status = "disabled";
933 };
934
935 rtc@fffffd50 {
936 compatible = "atmel,at91sam9260-rtt";
937 reg = <0xfffffd50 0x10>;
938 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
939 clocks = <&slow_xtal>;
925 status = "disabled"; 940 status = "disabled";
926 }; 941 };
927 }; 942 };
diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi
index d3f65130a1f8..3771088bc36e 100644
--- a/arch/arm/boot/dts/at91sam9g45.dtsi
+++ b/arch/arm/boot/dts/at91sam9g45.dtsi
@@ -1192,6 +1192,14 @@
1192 }; 1192 };
1193 }; 1193 };
1194 1194
1195 rtc@fffffd20 {
1196 compatible = "atmel,at91sam9260-rtt";
1197 reg = <0xfffffd20 0x10>;
1198 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
1199 clocks = <&clk32k>;
1200 status = "disabled";
1201 };
1202
1195 rtc@fffffdb0 { 1203 rtc@fffffdb0 {
1196 compatible = "atmel,at91rm9200-rtc"; 1204 compatible = "atmel,at91rm9200-rtc";
1197 reg = <0xfffffdb0 0x30>; 1205 reg = <0xfffffdb0 0x30>;
diff --git a/arch/arm/boot/dts/at91sam9rl.dtsi b/arch/arm/boot/dts/at91sam9rl.dtsi
index 505c1956cf8d..254cbbad4576 100644
--- a/arch/arm/boot/dts/at91sam9rl.dtsi
+++ b/arch/arm/boot/dts/at91sam9rl.dtsi
@@ -1066,6 +1066,14 @@
1066 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; 1066 interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
1067 status = "disabled"; 1067 status = "disabled";
1068 }; 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 };
1069 }; 1077 };
1070 }; 1078 };
1071 1079