]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/boot/dts/armada-370-xp.dtsi
Merge tag 'v3.16-rc1' into x86/cpufeature
[mirror_ubuntu-bionic-kernel.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 *
11 * This file is licensed under the terms of the GNU General Public
12 * License version 2. This program is licensed "as is" without any
13 * warranty of any kind, whether express or implied.
14 *
15 * This file contains the definitions that are common to the Armada
16 * 370 and Armada XP SoC.
17 */
18
74898364 19/include/ "skeleton64.dtsi"
9ae6f740 20
5e12a613
EG
21#define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
22
9ae6f740
TP
23/ {
24 model = "Marvell Armada 370 and XP SoC";
92ece1cd 25 compatible = "marvell,armada-370-xp";
9ae6f740 26
be5a9389
WT
27 aliases {
28 eth0 = &eth0;
29 eth1 = &eth1;
30 };
31
9ae6f740 32 cpus {
7a7ed290
LP
33 #address-cells = <1>;
34 #size-cells = <0>;
9ae6f740
TP
35 cpu@0 {
36 compatible = "marvell,sheeva-v7";
7a7ed290
LP
37 device_type = "cpu";
38 reg = <0>;
9ae6f740
TP
39 };
40 };
41
9ae6f740 42 soc {
5e12a613 43 #address-cells = <2>;
9ae6f740 44 #size-cells = <1>;
5e12a613 45 controller = <&mbusc>;
9ae6f740 46 interrupt-parent = <&mpic>;
46febc63
TP
47 pcie-mem-aperture = <0xf8000000 0x7e00000>;
48 pcie-io-aperture = <0xffe00000 0x100000>;
9ae6f740 49
de1af8d4
EG
50 devbus-bootcs {
51 compatible = "marvell,mvebu-devbus";
52 reg = <MBUS_ID(0xf0, 0x01) 0x10400 0x8>;
53 ranges = <0 MBUS_ID(0x01, 0x2f) 0 0xffffffff>;
54 #address-cells = <1>;
55 #size-cells = <1>;
56 clocks = <&coreclk 0>;
57 status = "disabled";
58 };
59
60 devbus-cs0 {
61 compatible = "marvell,mvebu-devbus";
62 reg = <MBUS_ID(0xf0, 0x01) 0x10408 0x8>;
63 ranges = <0 MBUS_ID(0x01, 0x3e) 0 0xffffffff>;
64 #address-cells = <1>;
65 #size-cells = <1>;
66 clocks = <&coreclk 0>;
67 status = "disabled";
68 };
69
70 devbus-cs1 {
71 compatible = "marvell,mvebu-devbus";
72 reg = <MBUS_ID(0xf0, 0x01) 0x10410 0x8>;
73 ranges = <0 MBUS_ID(0x01, 0x3d) 0 0xffffffff>;
74 #address-cells = <1>;
75 #size-cells = <1>;
76 clocks = <&coreclk 0>;
77 status = "disabled";
78 };
79
80 devbus-cs2 {
81 compatible = "marvell,mvebu-devbus";
82 reg = <MBUS_ID(0xf0, 0x01) 0x10418 0x8>;
83 ranges = <0 MBUS_ID(0x01, 0x3b) 0 0xffffffff>;
84 #address-cells = <1>;
85 #size-cells = <1>;
86 clocks = <&coreclk 0>;
87 status = "disabled";
88 };
89
90 devbus-cs3 {
91 compatible = "marvell,mvebu-devbus";
92 reg = <MBUS_ID(0xf0, 0x01) 0x10420 0x8>;
93 ranges = <0 MBUS_ID(0x01, 0x37) 0 0xffffffff>;
94 #address-cells = <1>;
95 #size-cells = <1>;
96 clocks = <&coreclk 0>;
97 status = "disabled";
98 };
99
467f54b2
GC
100 internal-regs {
101 compatible = "simple-bus";
102 #address-cells = <1>;
103 #size-cells = <1>;
5e12a613
EG
104 ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
105
a095b1c7
JC
106 rtc@10300 {
107 compatible = "marvell,orion-rtc";
108 reg = <0x10300 0x20>;
109 interrupts = <50>;
5e12a613 110 };
467f54b2 111
a095b1c7
JC
112 spi0: spi@10600 {
113 compatible = "marvell,orion-spi";
114 reg = <0x10600 0x28>;
115 #address-cells = <1>;
116 #size-cells = <0>;
117 cell-index = <0>;
118 interrupts = <30>;
119 clocks = <&coreclk 0>;
120 status = "disabled";
467f54b2 121 };
b18ea4dc 122
a095b1c7
JC
123 spi1: spi@10680 {
124 compatible = "marvell,orion-spi";
125 reg = <0x10680 0x28>;
126 #address-cells = <1>;
127 #size-cells = <0>;
128 cell-index = <1>;
129 interrupts = <92>;
130 clocks = <&coreclk 0>;
131 status = "disabled";
132 };
133
134 i2c0: i2c@11000 {
135 compatible = "marvell,mv64xxx-i2c";
136 #address-cells = <1>;
137 #size-cells = <0>;
138 interrupts = <31>;
139 timeout-ms = <1000>;
140 clocks = <&coreclk 0>;
141 status = "disabled";
142 };
143
144 i2c1: i2c@11100 {
145 compatible = "marvell,mv64xxx-i2c";
146 #address-cells = <1>;
147 #size-cells = <0>;
148 interrupts = <32>;
149 timeout-ms = <1000>;
150 clocks = <&coreclk 0>;
151 status = "disabled";
467f54b2 152 };
b18ea4dc 153
467f54b2 154 serial@12000 {
b24212fb 155 compatible = "snps,dw-apb-uart";
82a68267 156 reg = <0x12000 0x100>;
9ae6f740
TP
157 reg-shift = <2>;
158 interrupts = <41>;
e366154f 159 reg-io-width = <1>;
64939dc5 160 clocks = <&coreclk 0>;
9ae6f740 161 status = "disabled";
467f54b2
GC
162 };
163 serial@12100 {
b24212fb 164 compatible = "snps,dw-apb-uart";
82a68267 165 reg = <0x12100 0x100>;
9ae6f740
TP
166 reg-shift = <2>;
167 interrupts = <42>;
e366154f 168 reg-io-width = <1>;
64939dc5 169 clocks = <&coreclk 0>;
9ae6f740 170 status = "disabled";
467f54b2
GC
171 };
172
f039dfb5
EG
173 coredivclk: corediv-clock@18740 {
174 compatible = "marvell,armada-370-corediv-clock";
175 reg = <0x18740 0xc>;
176 #clock-cells = <1>;
177 clocks = <&mainpll>;
178 clock-output-names = "nand";
179 };
180
a095b1c7
JC
181 mbusc: mbus-controller@20000 {
182 compatible = "marvell,mbus-controller";
183 reg = <0x20000 0x100>, <0x20180 0x20>;
184 };
185
186 mpic: interrupt-controller@20000 {
187 compatible = "marvell,mpic";
188 #interrupt-cells = <1>;
189 #size-cells = <1>;
190 interrupt-controller;
191 msi-controller;
192 };
193
194 coherency-fabric@20200 {
195 compatible = "marvell,coherency-fabric";
939ac3cd 196 reg = <0x20200 0xb0>, <0x21010 0x1c>;
a095b1c7
JC
197 };
198
467f54b2 199 timer@20300 {
467f54b2
GC
200 reg = <0x20300 0x30>, <0x21040 0x30>;
201 interrupts = <37>, <38>, <39>, <40>, <5>, <6>;
467f54b2
GC
202 };
203
05afeeb9
EG
204 watchdog@20300 {
205 reg = <0x20300 0x34>, <0x20704 0x4>;
206 };
207
b6249d4b
GC
208 pmsu@22000 {
209 compatible = "marvell,armada-370-pmsu";
210 reg = <0x22000 0x1000>;
211 };
212
a095b1c7
JC
213 usb@50000 {
214 compatible = "marvell,orion-ehci";
215 reg = <0x50000 0x500>;
216 interrupts = <45>;
467f54b2
GC
217 status = "disabled";
218 };
a6a6de1a 219
a095b1c7
JC
220 usb@51000 {
221 compatible = "marvell,orion-ehci";
222 reg = <0x51000 0x500>;
223 interrupts = <46>;
224 status = "disabled";
467f54b2 225 };
323c1010 226
be5a9389 227 eth0: ethernet@70000 {
323c1010 228 compatible = "marvell,armada-370-neta";
cf8088c5 229 reg = <0x70000 0x4000>;
323c1010 230 interrupts = <8>;
4aa935a2 231 clocks = <&gateclk 4>;
323c1010 232 status = "disabled";
467f54b2 233 };
323c1010 234
a095b1c7
JC
235 mdio {
236 #address-cells = <1>;
237 #size-cells = <0>;
238 compatible = "marvell,orion-mdio";
239 reg = <0x72004 0x4>;
a6e03dd4 240 clocks = <&gateclk 4>;
a095b1c7
JC
241 };
242
be5a9389 243 eth1: ethernet@74000 {
323c1010 244 compatible = "marvell,armada-370-neta";
cf8088c5 245 reg = <0x74000 0x4000>;
323c1010 246 interrupts = <10>;
4aa935a2 247 clocks = <&gateclk 3>;
323c1010 248 status = "disabled";
467f54b2
GC
249 };
250
a095b1c7 251 sata@a0000 {
9b6d351a 252 compatible = "marvell,armada-370-sata";
a095b1c7
JC
253 reg = <0xa0000 0x5000>;
254 interrupts = <55>;
255 clocks = <&gateclk 15>, <&gateclk 30>;
256 clock-names = "0", "1";
467f54b2
GC
257 status = "disabled";
258 };
259
a095b1c7
JC
260 nand@d0000 {
261 compatible = "marvell,armada370-nand";
262 reg = <0xd0000 0x54>;
467f54b2 263 #address-cells = <1>;
a095b1c7
JC
264 #size-cells = <1>;
265 interrupts = <113>;
266 clocks = <&coredivclk 0>;
467f54b2
GC
267 status = "disabled";
268 };
269
467f54b2
GC
270 mvsdio@d4000 {
271 compatible = "marvell,orion-sdio";
272 reg = <0xd4000 0x200>;
273 interrupts = <54>;
274 clocks = <&gateclk 17>;
d87b5fbb
SB
275 bus-width = <4>;
276 cap-sdio-irq;
277 cap-sd-highspeed;
278 cap-mmc-highspeed;
467f54b2
GC
279 status = "disabled";
280 };
3d76e1f3 281 };
9ae6f740 282 };
4675cf57
EG
283
284 clocks {
285 /* 2 GHz fixed main PLL */
286 mainpll: mainpll {
287 compatible = "fixed-clock";
288 #clock-cells = <0>;
289 clock-frequency = <2000000000>;
290 };
291 };
467f54b2 292 };