Blame view

arch/arm/dts/armada-370-xp.dtsi 7.45 KB
3c265bbe4   Chris Packham   arm: sync armada-...
1
  // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
39a230aad   Stefan Roese   arm: mvebu: Add b...
2
3
4
5
6
7
8
9
10
11
  /*
   * Device Tree Include file for Marvell Armada 370 and Armada XP SoC
   *
   * Copyright (C) 2012 Marvell
   *
   * Lior Amsalem <alior@marvell.com>
   * Gregory CLEMENT <gregory.clement@free-electrons.com>
   * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
   * Ben Dooks <ben.dooks@codethink.co.uk>
   *
39a230aad   Stefan Roese   arm: mvebu: Add b...
12
13
14
   * This file contains the definitions that are common to the Armada
   * 370 and Armada XP SoC.
   */
39a230aad   Stefan Roese   arm: mvebu: Add b...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
  
  / {
  	model = "Marvell Armada 370 and XP SoC";
  	compatible = "marvell,armada-370-xp";
  
  	aliases {
  		serial0 = &uart0;
  		serial1 = &uart1;
  	};
  
  	cpus {
  		#address-cells = <1>;
  		#size-cells = <0>;
  		cpu@0 {
  			compatible = "marvell,sheeva-v7";
  			device_type = "cpu";
  			reg = <0>;
  		};
  	};
  
  	pmu {
  		compatible = "arm,cortex-a9-pmu";
  		interrupts-extended = <&mpic 3>;
  	};
  
  	soc {
  		#address-cells = <2>;
  		#size-cells = <1>;
  		controller = <&mbusc>;
  		interrupt-parent = <&mpic>;
  		pcie-mem-aperture = <0xf8000000 0x7e00000>;
  		pcie-io-aperture  = <0xffe00000 0x100000>;
3c265bbe4   Chris Packham   arm: sync armada-...
48
  		devbus_bootcs: devbus-bootcs {
39a230aad   Stefan Roese   arm: mvebu: Add b...
49
50
51
52
53
54
55
56
  			compatible = "marvell,mvebu-devbus";
  			reg = <MBUS_ID(0xf0, 0x01) 0x10400 0x8>;
  			ranges = <0 MBUS_ID(0x01, 0x2f) 0 0xffffffff>;
  			#address-cells = <1>;
  			#size-cells = <1>;
  			clocks = <&coreclk 0>;
  			status = "disabled";
  		};
3c265bbe4   Chris Packham   arm: sync armada-...
57
  		devbus_cs0: devbus-cs0 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
58
59
60
61
62
63
64
65
  			compatible = "marvell,mvebu-devbus";
  			reg = <MBUS_ID(0xf0, 0x01) 0x10408 0x8>;
  			ranges = <0 MBUS_ID(0x01, 0x3e) 0 0xffffffff>;
  			#address-cells = <1>;
  			#size-cells = <1>;
  			clocks = <&coreclk 0>;
  			status = "disabled";
  		};
3c265bbe4   Chris Packham   arm: sync armada-...
66
  		devbus_cs1: devbus-cs1 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
67
68
69
70
71
72
73
74
  			compatible = "marvell,mvebu-devbus";
  			reg = <MBUS_ID(0xf0, 0x01) 0x10410 0x8>;
  			ranges = <0 MBUS_ID(0x01, 0x3d) 0 0xffffffff>;
  			#address-cells = <1>;
  			#size-cells = <1>;
  			clocks = <&coreclk 0>;
  			status = "disabled";
  		};
3c265bbe4   Chris Packham   arm: sync armada-...
75
  		devbus_cs2: devbus-cs2 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
76
77
78
79
80
81
82
83
  			compatible = "marvell,mvebu-devbus";
  			reg = <MBUS_ID(0xf0, 0x01) 0x10418 0x8>;
  			ranges = <0 MBUS_ID(0x01, 0x3b) 0 0xffffffff>;
  			#address-cells = <1>;
  			#size-cells = <1>;
  			clocks = <&coreclk 0>;
  			status = "disabled";
  		};
3c265bbe4   Chris Packham   arm: sync armada-...
84
  		devbus_cs3: devbus-cs3 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
85
86
87
88
89
90
91
92
93
94
95
96
97
98
  			compatible = "marvell,mvebu-devbus";
  			reg = <MBUS_ID(0xf0, 0x01) 0x10420 0x8>;
  			ranges = <0 MBUS_ID(0x01, 0x37) 0 0xffffffff>;
  			#address-cells = <1>;
  			#size-cells = <1>;
  			clocks = <&coreclk 0>;
  			status = "disabled";
  		};
  
  		internal-regs {
  			compatible = "simple-bus";
  			#address-cells = <1>;
  			#size-cells = <1>;
  			ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
1718a9f3b   Stefan Roese   arm: mvebu: armad...
99
  			u-boot,dm-pre-reloc;
39a230aad   Stefan Roese   arm: mvebu: Add b...
100

3c265bbe4   Chris Packham   arm: sync armada-...
101
  			rtc: rtc@10300 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
102
103
104
105
  				compatible = "marvell,orion-rtc";
  				reg = <0x10300 0x20>;
  				interrupts = <50>;
  			};
39a230aad   Stefan Roese   arm: mvebu: Add b...
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
  			i2c0: i2c@11000 {
  				compatible = "marvell,mv64xxx-i2c";
  				#address-cells = <1>;
  				#size-cells = <0>;
  				interrupts = <31>;
  				timeout-ms = <1000>;
  				clocks = <&coreclk 0>;
  				status = "disabled";
  			};
  
  			i2c1: i2c@11100 {
  				compatible = "marvell,mv64xxx-i2c";
  				#address-cells = <1>;
  				#size-cells = <0>;
  				interrupts = <32>;
  				timeout-ms = <1000>;
  				clocks = <&coreclk 0>;
  				status = "disabled";
  			};
  
  			uart0: serial@12000 {
  				compatible = "snps,dw-apb-uart";
  				reg = <0x12000 0x100>;
  				reg-shift = <2>;
  				interrupts = <41>;
  				reg-io-width = <1>;
  				clocks = <&coreclk 0>;
  				status = "disabled";
  			};
  
  			uart1: serial@12100 {
  				compatible = "snps,dw-apb-uart";
  				reg = <0x12100 0x100>;
  				reg-shift = <2>;
  				interrupts = <42>;
  				reg-io-width = <1>;
  				clocks = <&coreclk 0>;
  				status = "disabled";
  			};
  
  			pinctrl: pin-ctrl@18000 {
  				reg = <0x18000 0x38>;
  			};
  
  			coredivclk: corediv-clock@18740 {
  				compatible = "marvell,armada-370-corediv-clock";
  				reg = <0x18740 0xc>;
  				#clock-cells = <1>;
  				clocks = <&mainpll>;
  				clock-output-names = "nand";
  			};
  
  			mbusc: mbus-controller@20000 {
  				compatible = "marvell,mbus-controller";
  				reg = <0x20000 0x100>, <0x20180 0x20>,
  				      <0x20250 0x8>;
  			};
  
  			mpic: interrupt-controller@20a00 {
  				compatible = "marvell,mpic";
  				#interrupt-cells = <1>;
  				#size-cells = <1>;
  				interrupt-controller;
  				msi-controller;
  			};
3c265bbe4   Chris Packham   arm: sync armada-...
171
  			coherencyfab: coherency-fabric@20200 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
172
173
174
  				compatible = "marvell,coherency-fabric";
  				reg = <0x20200 0xb0>, <0x21010 0x1c>;
  			};
3c265bbe4   Chris Packham   arm: sync armada-...
175
  			timer: timer@20300 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
176
177
178
  				reg = <0x20300 0x30>, <0x21040 0x30>;
  				interrupts = <37>, <38>, <39>, <40>, <5>, <6>;
  			};
3c265bbe4   Chris Packham   arm: sync armada-...
179
  			watchdog: watchdog@20300 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
180
181
  				reg = <0x20300 0x34>, <0x20704 0x4>;
  			};
3c265bbe4   Chris Packham   arm: sync armada-...
182
183
184
185
186
187
  			cpurst: cpurst@20800 {
  				compatible = "marvell,armada-370-cpu-reset";
  				reg = <0x20800 0x8>;
  			};
  
  			pmsu: pmsu@22000 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
188
189
190
  				compatible = "marvell,armada-370-pmsu";
  				reg = <0x22000 0x1000>;
  			};
3c265bbe4   Chris Packham   arm: sync armada-...
191
  			usb0: usb@50000 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
192
193
194
195
196
  				compatible = "marvell,orion-ehci";
  				reg = <0x50000 0x500>;
  				interrupts = <45>;
  				status = "disabled";
  			};
3c265bbe4   Chris Packham   arm: sync armada-...
197
  			usb1: usb@51000 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
198
199
200
201
202
203
204
205
206
207
208
209
  				compatible = "marvell,orion-ehci";
  				reg = <0x51000 0x500>;
  				interrupts = <46>;
  				status = "disabled";
  			};
  
  			eth0: ethernet@70000 {
  				reg = <0x70000 0x4000>;
  				interrupts = <8>;
  				clocks = <&gateclk 4>;
  				status = "disabled";
  			};
3c265bbe4   Chris Packham   arm: sync armada-...
210
  			mdio: mdio@72004 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
211
212
213
214
215
216
217
218
219
220
221
222
223
  				#address-cells = <1>;
  				#size-cells = <0>;
  				compatible = "marvell,orion-mdio";
  				reg = <0x72004 0x4>;
  				clocks = <&gateclk 4>;
  			};
  
  			eth1: ethernet@74000 {
  				reg = <0x74000 0x4000>;
  				interrupts = <10>;
  				clocks = <&gateclk 3>;
  				status = "disabled";
  			};
3c265bbe4   Chris Packham   arm: sync armada-...
224
  			sata: sata@a0000 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
  				compatible = "marvell,armada-370-sata";
  				reg = <0xa0000 0x5000>;
  				interrupts = <55>;
  				clocks = <&gateclk 15>, <&gateclk 30>;
  				clock-names = "0", "1";
  				status = "disabled";
  			};
  
  			nand@d0000 {
  				compatible = "marvell,armada370-nand";
  				reg = <0xd0000 0x54>;
  				#address-cells = <1>;
  				#size-cells = <1>;
  				interrupts = <113>;
  				clocks = <&coredivclk 0>;
  				status = "disabled";
  			};
3c265bbe4   Chris Packham   arm: sync armada-...
242
  			sdio: mvsdio@d4000 {
39a230aad   Stefan Roese   arm: mvebu: Add b...
243
244
245
246
247
248
249
250
251
252
253
  				compatible = "marvell,orion-sdio";
  				reg = <0xd4000 0x200>;
  				interrupts = <54>;
  				clocks = <&gateclk 17>;
  				bus-width = <4>;
  				cap-sdio-irq;
  				cap-sd-highspeed;
  				cap-mmc-highspeed;
  				status = "disabled";
  			};
  		};
3c265bbe4   Chris Packham   arm: sync armada-...
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
  
  		spi0: spi@10600 {
  			reg = <MBUS_ID(0xf0, 0x01) 0x10600 0x28>, /* control */
  			      <MBUS_ID(0x01, 0x1e) 0 0xffffffff>, /* CS0 */
  			      <MBUS_ID(0x01, 0x5e) 0 0xffffffff>, /* CS1 */
  			      <MBUS_ID(0x01, 0x9e) 0 0xffffffff>, /* CS2 */
  			      <MBUS_ID(0x01, 0xde) 0 0xffffffff>, /* CS3 */
  			      <MBUS_ID(0x01, 0x1f) 0 0xffffffff>, /* CS4 */
  			      <MBUS_ID(0x01, 0x5f) 0 0xffffffff>, /* CS5 */
  			      <MBUS_ID(0x01, 0x9f) 0 0xffffffff>, /* CS6 */
  			      <MBUS_ID(0x01, 0xdf) 0 0xffffffff>; /* CS7 */
  			#address-cells = <1>;
  			#size-cells = <0>;
  			cell-index = <0>;
  			interrupts = <30>;
  			clocks = <&coreclk 0>;
  			status = "disabled";
  		};
  
  		spi1: spi@10680 {
  			reg = <MBUS_ID(0xf0, 0x01) 0x10680 0x28>, /* control */
  			      <MBUS_ID(0x01, 0x1a) 0 0xffffffff>, /* CS0 */
  			      <MBUS_ID(0x01, 0x5a) 0 0xffffffff>, /* CS1 */
  			      <MBUS_ID(0x01, 0x9a) 0 0xffffffff>, /* CS2 */
  			      <MBUS_ID(0x01, 0xda) 0 0xffffffff>, /* CS3 */
  			      <MBUS_ID(0x01, 0x1b) 0 0xffffffff>, /* CS4 */
  			      <MBUS_ID(0x01, 0x5b) 0 0xffffffff>, /* CS5 */
  			      <MBUS_ID(0x01, 0x9b) 0 0xffffffff>, /* CS6 */
  			      <MBUS_ID(0x01, 0xdb) 0 0xffffffff>; /* CS7 */
  			#address-cells = <1>;
  			#size-cells = <0>;
  			cell-index = <1>;
  			interrupts = <92>;
  			clocks = <&coreclk 0>;
  			status = "disabled";
  		};
39a230aad   Stefan Roese   arm: mvebu: Add b...
290
291
292
293
294
295
296
297
298
299
300
  	};
  
  	clocks {
  		/* 2 GHz fixed main PLL */
  		mainpll: mainpll {
  			compatible = "fixed-clock";
  			#clock-cells = <0>;
  			clock-frequency = <2000000000>;
  		};
  	};
   };