ARM: mvebu: update Ethernet compatible string for Armada XP
[deliverable/linux.git] / arch / arm / boot / dts / armada-370-xp.dtsi
CommitLineData
9ae6f740
TP
1/*
2 * Device Tree Include file for Marvell Armada 370 and Armada XP SoC
3 *
4 * Copyright (C) 2012 Marvell
5 *
6 * Lior Amsalem <alior@marvell.com>
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 * Ben Dooks <ben.dooks@codethink.co.uk>
10 *
8a88daf8
GC
11 * This file is dual-licensed: you can use it either under the terms
12 * of the GPL or the X11 license, at your option. Note that this dual
13 * licensing only applies to this file, and not this project as a
14 * whole.
15 *
16 * a) This file is free software; you can redistribute it and/or
17 * modify it under the terms of the GNU General Public License as
18 * published by the Free Software Foundation; either version 2 of the
19 * License, or (at your option) any later version.
20 *
21 * This file is distributed in the hope that it will be useful
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
25 *
26 * Or, alternatively
27 *
28 * b) Permission is hereby granted, free of charge, to any person
29 * obtaining a copy of this software and associated documentation
30 * files (the "Software"), to deal in the Software without
31 * restriction, including without limitation the rights to use
32 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * sell copies of the Software, and to permit persons to whom the
34 * Software is furnished to do so, subject to the following
35 * conditions:
36 *
37 * The above copyright notice and this permission notice shall be
38 * included in all copies or substantial portions of the Software.
39 *
40 * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND
41 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
42 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
43 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
44 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
45 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
46 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
47 * OTHER DEALINGS IN THE SOFTWARE.
9ae6f740
TP
48 *
49 * This file contains the definitions that are common to the Armada
50 * 370 and Armada XP SoC.
51 */
52
74898364 53/include/ "skeleton64.dtsi"
9ae6f740 54
5e12a613
EG
55#define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
56
9ae6f740
TP
57/ {
58 model = "Marvell Armada 370 and XP SoC";
92ece1cd 59 compatible = "marvell,armada-370-xp";
9ae6f740 60
be5a9389 61 aliases {
bf6acf16
TP
62 serial0 = &uart0;
63 serial1 = &uart1;
be5a9389
WT
64 };
65
9ae6f740 66 cpus {
7a7ed290
LP
67 #address-cells = <1>;
68 #size-cells = <0>;
9ae6f740
TP
69 cpu@0 {
70 compatible = "marvell,sheeva-v7";
7a7ed290
LP
71 device_type = "cpu";
72 reg = <0>;
9ae6f740
TP
73 };
74 };
75
a87cd07b
MR
76 pmu {
77 compatible = "arm,cortex-a9-pmu";
78 interrupts-extended = <&mpic 3>;
79 };
80
9ae6f740 81 soc {
5e12a613 82 #address-cells = <2>;
9ae6f740 83 #size-cells = <1>;
5e12a613 84 controller = <&mbusc>;
9ae6f740 85 interrupt-parent = <&mpic>;
46febc63
TP
86 pcie-mem-aperture = <0xf8000000 0x7e00000>;
87 pcie-io-aperture = <0xffe00000 0x100000>;
9ae6f740 88
de1af8d4
EG
89 devbus-bootcs {
90 compatible = "marvell,mvebu-devbus";
91 reg = <MBUS_ID(0xf0, 0x01) 0x10400 0x8>;
92 ranges = <0 MBUS_ID(0x01, 0x2f) 0 0xffffffff>;
93 #address-cells = <1>;
94 #size-cells = <1>;
95 clocks = <&coreclk 0>;
96 status = "disabled";
97 };
98
99 devbus-cs0 {
100 compatible = "marvell,mvebu-devbus";
101 reg = <MBUS_ID(0xf0, 0x01) 0x10408 0x8>;
102 ranges = <0 MBUS_ID(0x01, 0x3e) 0 0xffffffff>;
103 #address-cells = <1>;
104 #size-cells = <1>;
105 clocks = <&coreclk 0>;
106 status = "disabled";
107 };
108
109 devbus-cs1 {
110 compatible = "marvell,mvebu-devbus";
111 reg = <MBUS_ID(0xf0, 0x01) 0x10410 0x8>;
112 ranges = <0 MBUS_ID(0x01, 0x3d) 0 0xffffffff>;
113 #address-cells = <1>;
114 #size-cells = <1>;
115 clocks = <&coreclk 0>;
116 status = "disabled";
117 };
118
119 devbus-cs2 {
120 compatible = "marvell,mvebu-devbus";
121 reg = <MBUS_ID(0xf0, 0x01) 0x10418 0x8>;
122 ranges = <0 MBUS_ID(0x01, 0x3b) 0 0xffffffff>;
123 #address-cells = <1>;
124 #size-cells = <1>;
125 clocks = <&coreclk 0>;
126 status = "disabled";
127 };
128
129 devbus-cs3 {
130 compatible = "marvell,mvebu-devbus";
131 reg = <MBUS_ID(0xf0, 0x01) 0x10420 0x8>;
132 ranges = <0 MBUS_ID(0x01, 0x37) 0 0xffffffff>;
133 #address-cells = <1>;
134 #size-cells = <1>;
135 clocks = <&coreclk 0>;
136 status = "disabled";
137 };
138
467f54b2
GC
139 internal-regs {
140 compatible = "simple-bus";
141 #address-cells = <1>;
142 #size-cells = <1>;
5e12a613
EG
143 ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
144
a095b1c7
JC
145 rtc@10300 {
146 compatible = "marvell,orion-rtc";
147 reg = <0x10300 0x20>;
148 interrupts = <50>;
5e12a613 149 };
467f54b2 150
a095b1c7 151 spi0: spi@10600 {
ccf8ca4b 152 compatible = "marvell,armada-370-spi", "marvell,orion-spi";
a095b1c7
JC
153 reg = <0x10600 0x28>;
154 #address-cells = <1>;
155 #size-cells = <0>;
156 cell-index = <0>;
157 interrupts = <30>;
158 clocks = <&coreclk 0>;
159 status = "disabled";
467f54b2 160 };
b18ea4dc 161
a095b1c7 162 spi1: spi@10680 {
ccf8ca4b 163 compatible = "marvell,armada-370-spi", "marvell,orion-spi";
a095b1c7
JC
164 reg = <0x10680 0x28>;
165 #address-cells = <1>;
166 #size-cells = <0>;
167 cell-index = <1>;
168 interrupts = <92>;
169 clocks = <&coreclk 0>;
170 status = "disabled";
171 };
172
173 i2c0: i2c@11000 {
174 compatible = "marvell,mv64xxx-i2c";
175 #address-cells = <1>;
176 #size-cells = <0>;
177 interrupts = <31>;
178 timeout-ms = <1000>;
179 clocks = <&coreclk 0>;
180 status = "disabled";
181 };
182
183 i2c1: i2c@11100 {
184 compatible = "marvell,mv64xxx-i2c";
185 #address-cells = <1>;
186 #size-cells = <0>;
187 interrupts = <32>;
188 timeout-ms = <1000>;
189 clocks = <&coreclk 0>;
190 status = "disabled";
467f54b2 191 };
b18ea4dc 192
181d9b28 193 uart0: serial@12000 {
b24212fb 194 compatible = "snps,dw-apb-uart";
82a68267 195 reg = <0x12000 0x100>;
9ae6f740
TP
196 reg-shift = <2>;
197 interrupts = <41>;
e366154f 198 reg-io-width = <1>;
64939dc5 199 clocks = <&coreclk 0>;
9ae6f740 200 status = "disabled";
467f54b2 201 };
181d9b28
AE
202
203 uart1: serial@12100 {
b24212fb 204 compatible = "snps,dw-apb-uart";
82a68267 205 reg = <0x12100 0x100>;
9ae6f740
TP
206 reg-shift = <2>;
207 interrupts = <42>;
e366154f 208 reg-io-width = <1>;
64939dc5 209 clocks = <&coreclk 0>;
9ae6f740 210 status = "disabled";
467f54b2
GC
211 };
212
4904a82a
AE
213 pinctrl: pin-ctrl@18000 {
214 reg = <0x18000 0x38>;
215 };
216
f039dfb5
EG
217 coredivclk: corediv-clock@18740 {
218 compatible = "marvell,armada-370-corediv-clock";
219 reg = <0x18740 0xc>;
220 #clock-cells = <1>;
221 clocks = <&mainpll>;
222 clock-output-names = "nand";
223 };
224
a095b1c7
JC
225 mbusc: mbus-controller@20000 {
226 compatible = "marvell,mbus-controller";
8b7dc9d3
TP
227 reg = <0x20000 0x100>, <0x20180 0x20>,
228 <0x20250 0x8>;
a095b1c7
JC
229 };
230
24c2573b 231 mpic: interrupt-controller@20a00 {
a095b1c7
JC
232 compatible = "marvell,mpic";
233 #interrupt-cells = <1>;
234 #size-cells = <1>;
235 interrupt-controller;
236 msi-controller;
237 };
238
239 coherency-fabric@20200 {
240 compatible = "marvell,coherency-fabric";
939ac3cd 241 reg = <0x20200 0xb0>, <0x21010 0x1c>;
a095b1c7
JC
242 };
243
467f54b2 244 timer@20300 {
467f54b2
GC
245 reg = <0x20300 0x30>, <0x21040 0x30>;
246 interrupts = <37>, <38>, <39>, <40>, <5>, <6>;
467f54b2
GC
247 };
248
05afeeb9
EG
249 watchdog@20300 {
250 reg = <0x20300 0x34>, <0x20704 0x4>;
251 };
252
b6249d4b
GC
253 pmsu@22000 {
254 compatible = "marvell,armada-370-pmsu";
255 reg = <0x22000 0x1000>;
256 };
257
a095b1c7
JC
258 usb@50000 {
259 compatible = "marvell,orion-ehci";
260 reg = <0x50000 0x500>;
261 interrupts = <45>;
467f54b2
GC
262 status = "disabled";
263 };
a6a6de1a 264
a095b1c7
JC
265 usb@51000 {
266 compatible = "marvell,orion-ehci";
267 reg = <0x51000 0x500>;
268 interrupts = <46>;
269 status = "disabled";
467f54b2 270 };
323c1010 271
be5a9389 272 eth0: ethernet@70000 {
cf8088c5 273 reg = <0x70000 0x4000>;
323c1010 274 interrupts = <8>;
4aa935a2 275 clocks = <&gateclk 4>;
323c1010 276 status = "disabled";
467f54b2 277 };
323c1010 278
9ef90cbb 279 mdio: mdio {
a095b1c7
JC
280 #address-cells = <1>;
281 #size-cells = <0>;
282 compatible = "marvell,orion-mdio";
283 reg = <0x72004 0x4>;
a6e03dd4 284 clocks = <&gateclk 4>;
a095b1c7
JC
285 };
286
be5a9389 287 eth1: ethernet@74000 {
cf8088c5 288 reg = <0x74000 0x4000>;
323c1010 289 interrupts = <10>;
4aa935a2 290 clocks = <&gateclk 3>;
323c1010 291 status = "disabled";
467f54b2
GC
292 };
293
a095b1c7 294 sata@a0000 {
9b6d351a 295 compatible = "marvell,armada-370-sata";
a095b1c7
JC
296 reg = <0xa0000 0x5000>;
297 interrupts = <55>;
298 clocks = <&gateclk 15>, <&gateclk 30>;
299 clock-names = "0", "1";
467f54b2
GC
300 status = "disabled";
301 };
302
a095b1c7
JC
303 nand@d0000 {
304 compatible = "marvell,armada370-nand";
305 reg = <0xd0000 0x54>;
467f54b2 306 #address-cells = <1>;
a095b1c7
JC
307 #size-cells = <1>;
308 interrupts = <113>;
309 clocks = <&coredivclk 0>;
467f54b2
GC
310 status = "disabled";
311 };
312
467f54b2
GC
313 mvsdio@d4000 {
314 compatible = "marvell,orion-sdio";
315 reg = <0xd4000 0x200>;
316 interrupts = <54>;
317 clocks = <&gateclk 17>;
d87b5fbb
SB
318 bus-width = <4>;
319 cap-sdio-irq;
320 cap-sd-highspeed;
321 cap-mmc-highspeed;
467f54b2
GC
322 status = "disabled";
323 };
3d76e1f3 324 };
9ae6f740 325 };
4675cf57
EG
326
327 clocks {
328 /* 2 GHz fixed main PLL */
329 mainpll: mainpll {
330 compatible = "fixed-clock";
331 #clock-cells = <0>;
332 clock-frequency = <2000000000>;
333 };
334 };
467f54b2 335 };
This page took 0.146207 seconds and 5 git commands to generate.