blob: e58d597e37b98a414aa430f4d2635c90315b3a82 [file] [log] [blame]
Thomas Petazzonif3b42b72012-09-13 17:41:48 +02001/*
2 * Device Tree Include file for Marvell Armada XP family SoC
3 *
4 * Copyright (C) 2012 Marvell
5 *
6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 *
Gregory CLEMENT3f0526b2015-01-26 15:16:07 +01008 * This file is dual-licensed: you can use it either under the terms
9 * of the GPL or the X11 license, at your option. Note that this dual
10 * licensing only applies to this file, and not this project as a
11 * whole.
12 *
13 * a) This file is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU General Public License as
15 * published by the Free Software Foundation; either version 2 of the
16 * License, or (at your option) any later version.
17 *
Alexandre Belloni24f0b6f2016-12-27 22:36:42 +010018 * This file is distributed in the hope that it will be useful,
Gregory CLEMENT3f0526b2015-01-26 15:16:07 +010019 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
22 *
Alexandre Belloni24f0b6f2016-12-27 22:36:42 +010023 * Or, alternatively,
Gregory CLEMENT3f0526b2015-01-26 15:16:07 +010024 *
25 * b) Permission is hereby granted, free of charge, to any person
26 * obtaining a copy of this software and associated documentation
27 * files (the "Software"), to deal in the Software without
Alexandre Belloni24f0b6f2016-12-27 22:36:42 +010028 * restriction, including without limitation the rights to use,
Gregory CLEMENT3f0526b2015-01-26 15:16:07 +010029 * copy, modify, merge, publish, distribute, sublicense, and/or
30 * sell copies of the Software, and to permit persons to whom the
31 * Software is furnished to do so, subject to the following
32 * conditions:
33 *
34 * The above copyright notice and this permission notice shall be
35 * included in all copies or substantial portions of the Software.
36 *
Alexandre Belloni24f0b6f2016-12-27 22:36:42 +010037 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
Gregory CLEMENT3f0526b2015-01-26 15:16:07 +010038 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
39 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
40 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
Alexandre Belloni24f0b6f2016-12-27 22:36:42 +010041 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
Gregory CLEMENT3f0526b2015-01-26 15:16:07 +010042 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
43 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
44 * OTHER DEALINGS IN THE SOFTWARE.
Thomas Petazzonif3b42b72012-09-13 17:41:48 +020045 *
46 * Contains definitions specific to the Armada XP MV78260 SoC that are not
47 * common to all Armada XP SoCs.
48 */
49
Ezequiel Garcia38149882013-07-26 10:17:56 -030050#include "armada-xp.dtsi"
Thomas Petazzonif3b42b72012-09-13 17:41:48 +020051
52/ {
53 model = "Marvell Armada XP MV78260 SoC";
54 compatible = "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp";
55
Thomas Petazzoni397d59f2012-09-19 22:53:01 +020056 aliases {
57 gpio0 = &gpio0;
58 gpio1 = &gpio1;
59 gpio2 = &gpio2;
60 };
61
Gregory CLEMENT9d202782012-11-17 15:22:24 +010062 cpus {
Thomas Petazzoni1b2529d2013-04-12 16:29:06 +020063 #address-cells = <1>;
64 #size-cells = <0>;
Thomas Petazzoni23157852014-04-14 15:54:00 +020065 enable-method = "marvell,armada-xp-smp";
Gregory CLEMENT9d202782012-11-17 15:22:24 +010066
Thomas Petazzoni1b2529d2013-04-12 16:29:06 +020067 cpu@0 {
68 device_type = "cpu";
69 compatible = "marvell,sheeva-v7";
70 reg = <0>;
71 clocks = <&cpuclk 0>;
Thomas Petazzoni38436072014-07-09 17:45:12 +020072 clock-latency = <1000000>;
Thomas Petazzoni1b2529d2013-04-12 16:29:06 +020073 };
Gregory CLEMENT9d202782012-11-17 15:22:24 +010074
Thomas Petazzoni1b2529d2013-04-12 16:29:06 +020075 cpu@1 {
76 device_type = "cpu";
77 compatible = "marvell,sheeva-v7";
78 reg = <1>;
79 clocks = <&cpuclk 1>;
Thomas Petazzoni38436072014-07-09 17:45:12 +020080 clock-latency = <1000000>;
Thomas Petazzoni1b2529d2013-04-12 16:29:06 +020081 };
Gregory CLEMENT9d202782012-11-17 15:22:24 +010082 };
83
Thomas Petazzonif3b42b72012-09-13 17:41:48 +020084 soc {
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -030085 /*
86 * MV78260 has 3 PCIe units Gen2.0: Two units can be
87 * configured as x4 or quad x1 lanes. One unit is
Arnaud Ebalard2163e612013-11-05 21:46:02 +010088 * x4 only.
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -030089 */
Rob Herring28fbb9c2017-07-26 16:09:37 -050090 pciec: pcie@82000000 {
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -030091 compatible = "marvell,armada-xp-pcie";
92 status = "disabled";
93 device_type = "pci";
94
95 #address-cells = <3>;
96 #size-cells = <2>;
97
Thomas Petazzonid4fa9942013-08-09 22:27:15 +020098 msi-parent = <&mpic>;
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -030099 bus-range = <0x00 0xff>;
100
101 ranges =
102 <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000 /* Port 0.0 registers */
103 0x82000000 0 0x42000 MBUS_ID(0xf0, 0x01) 0x42000 0 0x00002000 /* Port 2.0 registers */
104 0x82000000 0 0x44000 MBUS_ID(0xf0, 0x01) 0x44000 0 0x00002000 /* Port 0.1 registers */
105 0x82000000 0 0x48000 MBUS_ID(0xf0, 0x01) 0x48000 0 0x00002000 /* Port 0.2 registers */
106 0x82000000 0 0x4c000 MBUS_ID(0xf0, 0x01) 0x4c000 0 0x00002000 /* Port 0.3 registers */
107 0x82000000 0 0x80000 MBUS_ID(0xf0, 0x01) 0x80000 0 0x00002000 /* Port 1.0 registers */
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100108 0x82000000 0 0x84000 MBUS_ID(0xf0, 0x01) 0x84000 0 0x00002000 /* Port 1.1 registers */
109 0x82000000 0 0x88000 MBUS_ID(0xf0, 0x01) 0x88000 0 0x00002000 /* Port 1.2 registers */
110 0x82000000 0 0x8c000 MBUS_ID(0xf0, 0x01) 0x8c000 0 0x00002000 /* Port 1.3 registers */
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300111 0x82000000 0x1 0 MBUS_ID(0x04, 0xe8) 0 1 0 /* Port 0.0 MEM */
112 0x81000000 0x1 0 MBUS_ID(0x04, 0xe0) 0 1 0 /* Port 0.0 IO */
113 0x82000000 0x2 0 MBUS_ID(0x04, 0xd8) 0 1 0 /* Port 0.1 MEM */
114 0x81000000 0x2 0 MBUS_ID(0x04, 0xd0) 0 1 0 /* Port 0.1 IO */
115 0x82000000 0x3 0 MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 0.2 MEM */
116 0x81000000 0x3 0 MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 0.2 IO */
117 0x82000000 0x4 0 MBUS_ID(0x04, 0x78) 0 1 0 /* Port 0.3 MEM */
118 0x81000000 0x4 0 MBUS_ID(0x04, 0x70) 0 1 0 /* Port 0.3 IO */
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100119
120 0x82000000 0x5 0 MBUS_ID(0x08, 0xe8) 0 1 0 /* Port 1.0 MEM */
121 0x81000000 0x5 0 MBUS_ID(0x08, 0xe0) 0 1 0 /* Port 1.0 IO */
122 0x82000000 0x6 0 MBUS_ID(0x08, 0xd8) 0 1 0 /* Port 1.1 MEM */
123 0x81000000 0x6 0 MBUS_ID(0x08, 0xd0) 0 1 0 /* Port 1.1 IO */
124 0x82000000 0x7 0 MBUS_ID(0x08, 0xb8) 0 1 0 /* Port 1.2 MEM */
125 0x81000000 0x7 0 MBUS_ID(0x08, 0xb0) 0 1 0 /* Port 1.2 IO */
126 0x82000000 0x8 0 MBUS_ID(0x08, 0x78) 0 1 0 /* Port 1.3 MEM */
127 0x81000000 0x8 0 MBUS_ID(0x08, 0x70) 0 1 0 /* Port 1.3 IO */
128
129 0x82000000 0x9 0 MBUS_ID(0x04, 0xf8) 0 1 0 /* Port 2.0 MEM */
130 0x81000000 0x9 0 MBUS_ID(0x04, 0xf0) 0 1 0 /* Port 2.0 IO */>;
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300131
Gregory CLEMENT11f71352016-11-04 16:27:03 +0100132 pcie1: pcie@1,0 {
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300133 device_type = "pci";
134 assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
135 reg = <0x0800 0 0 0 0>;
136 #address-cells = <3>;
137 #size-cells = <2>;
138 #interrupt-cells = <1>;
139 ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
140 0x81000000 0 0 0x81000000 0x1 0 1 0>;
Rob Herring28fbb9c2017-07-26 16:09:37 -0500141 bus-range = <0x00 0xff>;
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300142 interrupt-map-mask = <0 0 0 0>;
143 interrupt-map = <0 0 0 0 &mpic 58>;
144 marvell,pcie-port = <0>;
145 marvell,pcie-lane = <0>;
146 clocks = <&gateclk 5>;
147 status = "disabled";
148 };
149
Gregory CLEMENT11f71352016-11-04 16:27:03 +0100150 pcie2: pcie@2,0 {
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300151 device_type = "pci";
152 assigned-addresses = <0x82000800 0 0x44000 0 0x2000>;
153 reg = <0x1000 0 0 0 0>;
154 #address-cells = <3>;
155 #size-cells = <2>;
156 #interrupt-cells = <1>;
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100157 ranges = <0x82000000 0 0 0x82000000 0x2 0 1 0
158 0x81000000 0 0 0x81000000 0x2 0 1 0>;
Rob Herring28fbb9c2017-07-26 16:09:37 -0500159 bus-range = <0x00 0xff>;
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300160 interrupt-map-mask = <0 0 0 0>;
161 interrupt-map = <0 0 0 0 &mpic 59>;
162 marvell,pcie-port = <0>;
163 marvell,pcie-lane = <1>;
164 clocks = <&gateclk 6>;
165 status = "disabled";
166 };
167
Gregory CLEMENT11f71352016-11-04 16:27:03 +0100168 pcie3: pcie@3,0 {
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300169 device_type = "pci";
170 assigned-addresses = <0x82000800 0 0x48000 0 0x2000>;
171 reg = <0x1800 0 0 0 0>;
172 #address-cells = <3>;
173 #size-cells = <2>;
174 #interrupt-cells = <1>;
175 ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
176 0x81000000 0 0 0x81000000 0x3 0 1 0>;
Rob Herring28fbb9c2017-07-26 16:09:37 -0500177 bus-range = <0x00 0xff>;
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300178 interrupt-map-mask = <0 0 0 0>;
179 interrupt-map = <0 0 0 0 &mpic 60>;
180 marvell,pcie-port = <0>;
181 marvell,pcie-lane = <2>;
182 clocks = <&gateclk 7>;
183 status = "disabled";
184 };
185
Gregory CLEMENT11f71352016-11-04 16:27:03 +0100186 pcie4: pcie@4,0 {
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300187 device_type = "pci";
188 assigned-addresses = <0x82000800 0 0x4c000 0 0x2000>;
189 reg = <0x2000 0 0 0 0>;
190 #address-cells = <3>;
191 #size-cells = <2>;
192 #interrupt-cells = <1>;
193 ranges = <0x82000000 0 0 0x82000000 0x4 0 1 0
194 0x81000000 0 0 0x81000000 0x4 0 1 0>;
Rob Herring28fbb9c2017-07-26 16:09:37 -0500195 bus-range = <0x00 0xff>;
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300196 interrupt-map-mask = <0 0 0 0>;
197 interrupt-map = <0 0 0 0 &mpic 61>;
198 marvell,pcie-port = <0>;
199 marvell,pcie-lane = <3>;
200 clocks = <&gateclk 8>;
201 status = "disabled";
202 };
203
Gregory CLEMENT11f71352016-11-04 16:27:03 +0100204 pcie5: pcie@5,0 {
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100205 device_type = "pci";
206 assigned-addresses = <0x82000800 0 0x80000 0 0x2000>;
207 reg = <0x2800 0 0 0 0>;
208 #address-cells = <3>;
209 #size-cells = <2>;
210 #interrupt-cells = <1>;
211 ranges = <0x82000000 0 0 0x82000000 0x5 0 1 0
212 0x81000000 0 0 0x81000000 0x5 0 1 0>;
Rob Herring28fbb9c2017-07-26 16:09:37 -0500213 bus-range = <0x00 0xff>;
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100214 interrupt-map-mask = <0 0 0 0>;
215 interrupt-map = <0 0 0 0 &mpic 62>;
216 marvell,pcie-port = <1>;
217 marvell,pcie-lane = <0>;
218 clocks = <&gateclk 9>;
219 status = "disabled";
220 };
221
Gregory CLEMENT11f71352016-11-04 16:27:03 +0100222 pcie6: pcie@6,0 {
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100223 device_type = "pci";
224 assigned-addresses = <0x82000800 0 0x84000 0 0x2000>;
225 reg = <0x3000 0 0 0 0>;
226 #address-cells = <3>;
227 #size-cells = <2>;
228 #interrupt-cells = <1>;
229 ranges = <0x82000000 0 0 0x82000000 0x6 0 1 0
230 0x81000000 0 0 0x81000000 0x6 0 1 0>;
Rob Herring28fbb9c2017-07-26 16:09:37 -0500231 bus-range = <0x00 0xff>;
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100232 interrupt-map-mask = <0 0 0 0>;
233 interrupt-map = <0 0 0 0 &mpic 63>;
234 marvell,pcie-port = <1>;
235 marvell,pcie-lane = <1>;
236 clocks = <&gateclk 10>;
237 status = "disabled";
238 };
239
Gregory CLEMENT11f71352016-11-04 16:27:03 +0100240 pcie7: pcie@7,0 {
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100241 device_type = "pci";
242 assigned-addresses = <0x82000800 0 0x88000 0 0x2000>;
243 reg = <0x3800 0 0 0 0>;
244 #address-cells = <3>;
245 #size-cells = <2>;
246 #interrupt-cells = <1>;
247 ranges = <0x82000000 0 0 0x82000000 0x7 0 1 0
248 0x81000000 0 0 0x81000000 0x7 0 1 0>;
Rob Herring28fbb9c2017-07-26 16:09:37 -0500249 bus-range = <0x00 0xff>;
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100250 interrupt-map-mask = <0 0 0 0>;
251 interrupt-map = <0 0 0 0 &mpic 64>;
252 marvell,pcie-port = <1>;
253 marvell,pcie-lane = <2>;
254 clocks = <&gateclk 11>;
255 status = "disabled";
256 };
257
Gregory CLEMENT11f71352016-11-04 16:27:03 +0100258 pcie8: pcie@8,0 {
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100259 device_type = "pci";
260 assigned-addresses = <0x82000800 0 0x8c000 0 0x2000>;
261 reg = <0x4000 0 0 0 0>;
262 #address-cells = <3>;
263 #size-cells = <2>;
264 #interrupt-cells = <1>;
265 ranges = <0x82000000 0 0 0x82000000 0x8 0 1 0
266 0x81000000 0 0 0x81000000 0x8 0 1 0>;
Rob Herring28fbb9c2017-07-26 16:09:37 -0500267 bus-range = <0x00 0xff>;
Arnaud Ebalard2163e612013-11-05 21:46:02 +0100268 interrupt-map-mask = <0 0 0 0>;
269 interrupt-map = <0 0 0 0 &mpic 65>;
270 marvell,pcie-port = <1>;
271 marvell,pcie-lane = <3>;
272 clocks = <&gateclk 12>;
273 status = "disabled";
274 };
275
Gregory CLEMENT11f71352016-11-04 16:27:03 +0100276 pcie9: pcie@9,0 {
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300277 device_type = "pci";
278 assigned-addresses = <0x82000800 0 0x42000 0 0x2000>;
279 reg = <0x4800 0 0 0 0>;
280 #address-cells = <3>;
281 #size-cells = <2>;
282 #interrupt-cells = <1>;
283 ranges = <0x82000000 0 0 0x82000000 0x9 0 1 0
284 0x81000000 0 0 0x81000000 0x9 0 1 0>;
Rob Herring28fbb9c2017-07-26 16:09:37 -0500285 bus-range = <0x00 0xff>;
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300286 interrupt-map-mask = <0 0 0 0>;
287 interrupt-map = <0 0 0 0 &mpic 99>;
288 marvell,pcie-port = <2>;
289 marvell,pcie-lane = <0>;
290 clocks = <&gateclk 26>;
291 status = "disabled";
292 };
Ezequiel Garcia14fd8ed2013-07-26 10:18:00 -0300293 };
294
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200295 internal-regs {
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200296 gpio0: gpio@18100 {
Andrew Lunn0c8c9ff2017-06-01 22:09:26 +0200297 compatible = "marvell,armada-370-gpio",
298 "marvell,orion-gpio";
299 reg = <0x18100 0x40>, <0x181c0 0x08>;
300 reg-names = "gpio", "pwm";
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200301 ngpios = <32>;
302 gpio-controller;
303 #gpio-cells = <2>;
Andrew Lunn0c8c9ff2017-06-01 22:09:26 +0200304 #pwm-cells = <2>;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200305 interrupt-controller;
Thomas Petazzonica609852013-07-30 16:59:02 +0200306 #interrupt-cells = <2>;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200307 interrupts = <82>, <83>, <84>, <85>;
Andrew Lunn0c8c9ff2017-06-01 22:09:26 +0200308 clocks = <&coreclk 0>;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200309 };
Thomas Petazzoni397d59f2012-09-19 22:53:01 +0200310
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200311 gpio1: gpio@18140 {
Andrew Lunn0c8c9ff2017-06-01 22:09:26 +0200312 compatible = "marvell,armada-370-gpio",
313 "marvell,orion-gpio";
314 reg = <0x18140 0x40>, <0x181c8 0x08>;
315 reg-names = "gpio", "pwm";
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200316 ngpios = <32>;
317 gpio-controller;
318 #gpio-cells = <2>;
Andrew Lunn0c8c9ff2017-06-01 22:09:26 +0200319 #pwm-cells = <2>;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200320 interrupt-controller;
Thomas Petazzonica609852013-07-30 16:59:02 +0200321 #interrupt-cells = <2>;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200322 interrupts = <87>, <88>, <89>, <90>;
Andrew Lunn0c8c9ff2017-06-01 22:09:26 +0200323 clocks = <&coreclk 0>;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200324 };
Thomas Petazzoni397d59f2012-09-19 22:53:01 +0200325
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200326 gpio2: gpio@18180 {
Andrew Lunn0c8c9ff2017-06-01 22:09:26 +0200327 compatible = "marvell,armada-370-gpio",
328 "marvell,orion-gpio";
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200329 reg = <0x18180 0x40>;
330 ngpios = <3>;
331 gpio-controller;
332 #gpio-cells = <2>;
333 interrupt-controller;
Thomas Petazzonica609852013-07-30 16:59:02 +0200334 #interrupt-cells = <2>;
Gregory CLEMENT467f54b2013-04-12 16:29:09 +0200335 interrupts = <91>;
336 };
Thomas Petazzoni77916512013-01-06 11:10:41 +0100337
Willy Tarreau14cfa4b2014-01-12 13:09:24 +0100338 eth3: ethernet@34000 {
Simon Guinotea3b55f2015-06-30 16:20:21 +0200339 compatible = "marvell,armada-xp-neta";
Ezequiel Garciacdd8e492013-06-22 13:52:27 -0300340 reg = <0x34000 0x4000>;
Thomas Petazzoni77916512013-01-06 11:10:41 +0100341 interrupts = <14>;
342 clocks = <&gateclk 1>;
343 status = "disabled";
Thomas Petazzoni9d8f44f2013-04-09 23:06:34 +0200344 };
Thomas Petazzoni9d8f44f2013-04-09 23:06:34 +0200345 };
Thomas Petazzonif3b42b72012-09-13 17:41:48 +0200346 };
347};
Sebastian Hesselbarth01c43422014-09-19 21:20:09 +0200348
349&pinctrl {
350 compatible = "marvell,mv78260-pinctrl";
351};