Documentation: DT: Add entry for ARM SP805-WDT
[linux-2.6-block.git] / arch / arm64 / boot / dts / freescale / fsl-ls2080a.dtsi
CommitLineData
747c84d0 1/*
f43a4b85 2 * Device Tree Include file for Freescale Layerscape-2080A family SoC.
747c84d0 3 *
f43a4b85 4 * Copyright (C) 2014-2015, Freescale Semiconductor
747c84d0
BS
5 *
6 * Bhupesh Sharma <bhupesh.sharma@freescale.com>
7 *
8 * This file is dual-licensed: you can use it either under the terms
9 * of the GPLv2 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 library 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 *
18 * This library is distributed in the hope that it will be useful,
19 * 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 *
747c84d0
BS
23 * Or, alternatively,
24 *
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
28 * restriction, including without limitation the rights to use,
29 * 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 *
37 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
38 * 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
41 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
42 * 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.
45 */
46
47/ {
f43a4b85 48 compatible = "fsl,ls2080a";
747c84d0
BS
49 interrupt-parent = <&gic>;
50 #address-cells = <2>;
51 #size-cells = <2>;
52
53 cpus {
54 #address-cells = <2>;
55 #size-cells = <0>;
56
57 /*
58 * We expect the enable-method for cpu's to be "psci", but this
59 * is dependent on the SoC FW, which will fill this in.
60 *
61 * Currently supported enable-method is psci v0.2
62 */
63
64 /* We have 4 clusters having 2 Cortex-A57 cores each */
65 cpu@0 {
66 device_type = "cpu";
67 compatible = "arm,cortex-a57";
68 reg = <0x0 0x0>;
5461597f 69 clocks = <&clockgen 1 0>;
747c84d0
BS
70 };
71
72 cpu@1 {
73 device_type = "cpu";
74 compatible = "arm,cortex-a57";
75 reg = <0x0 0x1>;
5461597f 76 clocks = <&clockgen 1 0>;
747c84d0
BS
77 };
78
79 cpu@100 {
80 device_type = "cpu";
81 compatible = "arm,cortex-a57";
82 reg = <0x0 0x100>;
5461597f 83 clocks = <&clockgen 1 1>;
747c84d0
BS
84 };
85
86 cpu@101 {
87 device_type = "cpu";
88 compatible = "arm,cortex-a57";
89 reg = <0x0 0x101>;
5461597f 90 clocks = <&clockgen 1 1>;
747c84d0
BS
91 };
92
93 cpu@200 {
94 device_type = "cpu";
95 compatible = "arm,cortex-a57";
96 reg = <0x0 0x200>;
5461597f 97 clocks = <&clockgen 1 2>;
747c84d0
BS
98 };
99
100 cpu@201 {
101 device_type = "cpu";
102 compatible = "arm,cortex-a57";
103 reg = <0x0 0x201>;
5461597f 104 clocks = <&clockgen 1 2>;
747c84d0
BS
105 };
106
107 cpu@300 {
108 device_type = "cpu";
109 compatible = "arm,cortex-a57";
110 reg = <0x0 0x300>;
5461597f 111 clocks = <&clockgen 1 3>;
747c84d0
BS
112 };
113
114 cpu@301 {
115 device_type = "cpu";
116 compatible = "arm,cortex-a57";
117 reg = <0x0 0x301>;
5461597f 118 clocks = <&clockgen 1 3>;
747c84d0
BS
119 };
120 };
121
122 memory@80000000 {
123 device_type = "memory";
124 reg = <0x00000000 0x80000000 0 0x80000000>;
125 /* DRAM space - 1, size : 2 GB DRAM */
126 };
127
5461597f
BS
128 sysclk: sysclk {
129 compatible = "fixed-clock";
130 #clock-cells = <0>;
131 clock-frequency = <100000000>;
132 clock-output-names = "sysclk";
133 };
134
747c84d0
BS
135 gic: interrupt-controller@6000000 {
136 compatible = "arm,gic-v3";
137 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
5461597f
BS
138 <0x0 0x06100000 0 0x100000>, /* GICR (RD_base + SGI_base) */
139 <0x0 0x0c0c0000 0 0x2000>, /* GICC */
140 <0x0 0x0c0d0000 0 0x1000>, /* GICH */
141 <0x0 0x0c0e0000 0 0x20000>; /* GICV */
747c84d0 142 #interrupt-cells = <3>;
5461597f
BS
143 #address-cells = <2>;
144 #size-cells = <2>;
145 ranges;
747c84d0
BS
146 interrupt-controller;
147 interrupts = <1 9 0x4>;
5461597f
BS
148
149 its: gic-its@6020000 {
150 compatible = "arm,gic-v3-its";
151 msi-controller;
152 reg = <0x0 0x6020000 0 0x20000>;
153 };
747c84d0
BS
154 };
155
c7a5675f
GR
156 rstcr: syscon@1e60000 {
157 compatible = "fsl,ls2080a-rstcr", "syscon";
158 reg = <0x0 0x1e60000 0x0 0x4>;
159 };
160
161 reboot {
162 compatible ="syscon-reboot";
163 regmap = <&rstcr>;
164 offset = <0x0>;
165 mask = <0x2>;
166 };
167
747c84d0
BS
168 timer {
169 compatible = "arm,armv8-timer";
170 interrupts = <1 13 0x8>, /* Physical Secure PPI, active-low */
171 <1 14 0x8>, /* Physical Non-Secure PPI, active-low */
172 <1 11 0x8>, /* Virtual PPI, active-low */
173 <1 10 0x8>; /* Hypervisor PPI, active-low */
174 };
175
5461597f
BS
176 pmu {
177 compatible = "arm,armv8-pmuv3";
178 interrupts = <1 7 0x8>; /* PMU PPI, Level low type */
747c84d0
BS
179 };
180
5461597f
BS
181 soc {
182 compatible = "simple-bus";
183 #address-cells = <2>;
184 #size-cells = <2>;
185 ranges;
186
187 clockgen: clocking@1300000 {
188 compatible = "fsl,ls2080a-clockgen";
189 reg = <0 0x1300000 0 0xa0000>;
190 #clock-cells = <2>;
191 clocks = <&sysclk>;
192 };
193
194 serial0: serial@21c0500 {
195 compatible = "fsl,ns16550", "ns16550a";
196 reg = <0x0 0x21c0500 0x0 0x100>;
197 clocks = <&clockgen 4 3>;
198 interrupts = <0 32 0x4>; /* Level high type */
199 };
200
201 serial1: serial@21c0600 {
202 compatible = "fsl,ns16550", "ns16550a";
203 reg = <0x0 0x21c0600 0x0 0x100>;
204 clocks = <&clockgen 4 3>;
205 interrupts = <0 32 0x4>; /* Level high type */
206 };
207
208 fsl_mc: fsl-mc@80c000000 {
209 compatible = "fsl,qoriq-mc";
210 reg = <0x00000008 0x0c000000 0 0x40>, /* MC portal base */
211 <0x00000000 0x08340000 0 0x40000>; /* MC control reg */
212 };
747c84d0 213
5461597f
BS
214 smmu: iommu@5000000 {
215 compatible = "arm,mmu-500";
216 reg = <0 0x5000000 0 0x800000>;
217 #global-interrupts = <12>;
218 interrupts = <0 13 4>, /* global secure fault */
219 <0 14 4>, /* combined secure interrupt */
220 <0 15 4>, /* global non-secure fault */
221 <0 16 4>, /* combined non-secure interrupt */
222 /* performance counter interrupts 0-7 */
223 <0 211 4>, <0 212 4>,
224 <0 213 4>, <0 214 4>,
225 <0 215 4>, <0 216 4>,
226 <0 217 4>, <0 218 4>,
227 /* per context interrupt, 64 interrupts */
228 <0 146 4>, <0 147 4>,
229 <0 148 4>, <0 149 4>,
230 <0 150 4>, <0 151 4>,
231 <0 152 4>, <0 153 4>,
232 <0 154 4>, <0 155 4>,
233 <0 156 4>, <0 157 4>,
234 <0 158 4>, <0 159 4>,
235 <0 160 4>, <0 161 4>,
236 <0 162 4>, <0 163 4>,
237 <0 164 4>, <0 165 4>,
238 <0 166 4>, <0 167 4>,
239 <0 168 4>, <0 169 4>,
240 <0 170 4>, <0 171 4>,
241 <0 172 4>, <0 173 4>,
242 <0 174 4>, <0 175 4>,
243 <0 176 4>, <0 177 4>,
244 <0 178 4>, <0 179 4>,
245 <0 180 4>, <0 181 4>,
246 <0 182 4>, <0 183 4>,
247 <0 184 4>, <0 185 4>,
248 <0 186 4>, <0 187 4>,
249 <0 188 4>, <0 189 4>,
250 <0 190 4>, <0 191 4>,
251 <0 192 4>, <0 193 4>,
252 <0 194 4>, <0 195 4>,
253 <0 196 4>, <0 197 4>,
254 <0 198 4>, <0 199 4>,
255 <0 200 4>, <0 201 4>,
256 <0 202 4>, <0 203 4>,
257 <0 204 4>, <0 205 4>,
258 <0 206 4>, <0 207 4>,
259 <0 208 4>, <0 209 4>;
260 mmu-masters = <&fsl_mc 0x300 0>;
261 };
262
263 dspi: dspi@2100000 {
264 status = "disabled";
265 compatible = "fsl,vf610-dspi";
266 #address-cells = <1>;
267 #size-cells = <0>;
268 reg = <0x0 0x2100000 0x0 0x10000>;
269 interrupts = <0 26 0x4>; /* Level high type */
270 clocks = <&clockgen 4 3>;
271 clock-names = "dspi";
272 spi-num-chipselects = <5>;
273 bus-num = <0>;
274 };
275
276 esdhc: esdhc@2140000 {
277 status = "disabled";
278 compatible = "fsl,ls2080a-esdhc", "fsl,esdhc";
279 reg = <0x0 0x2140000 0x0 0x10000>;
280 interrupts = <0 28 0x4>; /* Level high type */
281 clock-frequency = <0>; /* Updated by bootloader */
282 voltage-ranges = <1800 1800 3300 3300>;
283 sdhci,auto-cmd12;
284 bus-width = <4>;
285 };
286
287 gpio0: gpio@2300000 {
288 compatible = "fsl,qoriq-gpio";
289 reg = <0x0 0x2300000 0x0 0x10000>;
290 interrupts = <0 36 0x4>; /* Level high type */
291 gpio-controller;
292 #gpio-cells = <2>;
293 interrupt-controller;
294 #interrupt-cells = <2>;
295 };
296
297 gpio1: gpio@2310000 {
298 compatible = "fsl,qoriq-gpio";
299 reg = <0x0 0x2310000 0x0 0x10000>;
300 interrupts = <0 36 0x4>; /* Level high type */
301 gpio-controller;
302 #gpio-cells = <2>;
303 interrupt-controller;
304 #interrupt-cells = <2>;
305 };
306
307 gpio2: gpio@2320000 {
308 compatible = "fsl,qoriq-gpio";
309 reg = <0x0 0x2320000 0x0 0x10000>;
310 interrupts = <0 37 0x4>; /* Level high type */
311 gpio-controller;
312 #gpio-cells = <2>;
313 interrupt-controller;
314 #interrupt-cells = <2>;
315 };
316
317 gpio3: gpio@2330000 {
318 compatible = "fsl,qoriq-gpio";
319 reg = <0x0 0x2330000 0x0 0x10000>;
320 interrupts = <0 37 0x4>; /* Level high type */
321 gpio-controller;
322 #gpio-cells = <2>;
323 interrupt-controller;
324 #interrupt-cells = <2>;
325 };
326
327 i2c0: i2c@2000000 {
328 status = "disabled";
329 compatible = "fsl,vf610-i2c";
330 #address-cells = <1>;
331 #size-cells = <0>;
332 reg = <0x0 0x2000000 0x0 0x10000>;
333 interrupts = <0 34 0x4>; /* Level high type */
334 clock-names = "i2c";
335 clocks = <&clockgen 4 3>;
336 };
337
338 i2c1: i2c@2010000 {
339 status = "disabled";
340 compatible = "fsl,vf610-i2c";
341 #address-cells = <1>;
342 #size-cells = <0>;
343 reg = <0x0 0x2010000 0x0 0x10000>;
344 interrupts = <0 34 0x4>; /* Level high type */
345 clock-names = "i2c";
346 clocks = <&clockgen 4 3>;
347 };
348
349 i2c2: i2c@2020000 {
350 status = "disabled";
351 compatible = "fsl,vf610-i2c";
352 #address-cells = <1>;
353 #size-cells = <0>;
354 reg = <0x0 0x2020000 0x0 0x10000>;
355 interrupts = <0 35 0x4>; /* Level high type */
356 clock-names = "i2c";
357 clocks = <&clockgen 4 3>;
358 };
359
360 i2c3: i2c@2030000 {
361 status = "disabled";
362 compatible = "fsl,vf610-i2c";
363 #address-cells = <1>;
364 #size-cells = <0>;
365 reg = <0x0 0x2030000 0x0 0x10000>;
366 interrupts = <0 35 0x4>; /* Level high type */
367 clock-names = "i2c";
368 clocks = <&clockgen 4 3>;
369 };
370
371 ifc: ifc@2240000 {
372 compatible = "fsl,ifc", "simple-bus";
373 reg = <0x0 0x2240000 0x0 0x20000>;
374 interrupts = <0 21 0x4>; /* Level high type */
375 little-endian;
376 #address-cells = <2>;
377 #size-cells = <1>;
378
379 ranges = <0 0 0x5 0x80000000 0x08000000
380 2 0 0x5 0x30000000 0x00010000
381 3 0 0x5 0x20000000 0x00010000>;
382 };
383
384 qspi: quadspi@20c0000 {
385 status = "disabled";
386 compatible = "fsl,vf610-qspi";
387 #address-cells = <1>;
388 #size-cells = <0>;
389 reg = <0x0 0x20c0000 0x0 0x10000>,
390 <0x0 0x20000000 0x0 0x10000000>;
391 reg-names = "QuadSPI", "QuadSPI-memory";
392 interrupts = <0 25 0x4>; /* Level high type */
393 clocks = <&clockgen 4 3>, <&clockgen 4 3>;
394 clock-names = "qspi_en", "qspi";
395 };
396
397 pcie@3400000 {
398 compatible = "fsl,ls2080a-pcie", "snps,dw-pcie";
399 reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */
400 0x10 0x00000000 0x0 0x00002000>; /* configuration space */
401 reg-names = "regs", "config";
402 interrupts = <0 108 0x4>; /* Level high type */
403 interrupt-names = "intr";
404 #address-cells = <3>;
405 #size-cells = <2>;
406 device_type = "pci";
407 num-lanes = <4>;
408 bus-range = <0x0 0xff>;
409 ranges = <0x81000000 0x0 0x00000000 0x10 0x00010000 0x0 0x00010000 /* downstream I/O */
410 0x82000000 0x0 0x40000000 0x10 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
411 msi-parent = <&its>;
412 #interrupt-cells = <1>;
413 interrupt-map-mask = <0 0 0 7>;
414 interrupt-map = <0000 0 0 1 &gic 0 0 0 109 4>,
415 <0000 0 0 2 &gic 0 0 0 110 4>,
416 <0000 0 0 3 &gic 0 0 0 111 4>,
417 <0000 0 0 4 &gic 0 0 0 112 4>;
418 };
419
420 pcie@3500000 {
421 compatible = "fsl,ls2080a-pcie", "snps,dw-pcie";
422 reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */
423 0x12 0x00000000 0x0 0x00002000>; /* configuration space */
424 reg-names = "regs", "config";
425 interrupts = <0 113 0x4>; /* Level high type */
426 interrupt-names = "intr";
427 #address-cells = <3>;
428 #size-cells = <2>;
429 device_type = "pci";
430 num-lanes = <4>;
431 bus-range = <0x0 0xff>;
432 ranges = <0x81000000 0x0 0x00000000 0x12 0x00010000 0x0 0x00010000 /* downstream I/O */
433 0x82000000 0x0 0x40000000 0x12 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
434 msi-parent = <&its>;
435 #interrupt-cells = <1>;
436 interrupt-map-mask = <0 0 0 7>;
437 interrupt-map = <0000 0 0 1 &gic 0 0 0 114 4>,
438 <0000 0 0 2 &gic 0 0 0 115 4>,
439 <0000 0 0 3 &gic 0 0 0 116 4>,
440 <0000 0 0 4 &gic 0 0 0 117 4>;
441 };
442
443 pcie@3600000 {
444 compatible = "fsl,ls2080a-pcie", "snps,dw-pcie";
445 reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */
446 0x14 0x00000000 0x0 0x00002000>; /* configuration space */
447 reg-names = "regs", "config";
448 interrupts = <0 118 0x4>; /* Level high type */
449 interrupt-names = "intr";
450 #address-cells = <3>;
451 #size-cells = <2>;
452 device_type = "pci";
453 num-lanes = <8>;
454 bus-range = <0x0 0xff>;
455 ranges = <0x81000000 0x0 0x00000000 0x14 0x00010000 0x0 0x00010000 /* downstream I/O */
456 0x82000000 0x0 0x40000000 0x14 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
457 msi-parent = <&its>;
458 #interrupt-cells = <1>;
459 interrupt-map-mask = <0 0 0 7>;
460 interrupt-map = <0000 0 0 1 &gic 0 0 0 119 4>,
461 <0000 0 0 2 &gic 0 0 0 120 4>,
462 <0000 0 0 3 &gic 0 0 0 121 4>,
463 <0000 0 0 4 &gic 0 0 0 122 4>;
464 };
465
466 pcie@3700000 {
467 compatible = "fsl,ls2080a-pcie", "snps,dw-pcie";
468 reg = <0x00 0x03700000 0x0 0x00100000 /* controller registers */
469 0x16 0x00000000 0x0 0x00002000>; /* configuration space */
470 reg-names = "regs", "config";
471 interrupts = <0 123 0x4>; /* Level high type */
472 interrupt-names = "intr";
473 #address-cells = <3>;
474 #size-cells = <2>;
475 device_type = "pci";
476 num-lanes = <4>;
477 bus-range = <0x0 0xff>;
478 ranges = <0x81000000 0x0 0x00000000 0x16 0x00010000 0x0 0x00010000 /* downstream I/O */
479 0x82000000 0x0 0x40000000 0x16 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
480 msi-parent = <&its>;
481 #interrupt-cells = <1>;
482 interrupt-map-mask = <0 0 0 7>;
483 interrupt-map = <0000 0 0 1 &gic 0 0 0 124 4>,
484 <0000 0 0 2 &gic 0 0 0 125 4>,
485 <0000 0 0 3 &gic 0 0 0 126 4>,
486 <0000 0 0 4 &gic 0 0 0 127 4>;
487 };
488
489 sata0: sata@3200000 {
490 status = "disabled";
491 compatible = "fsl,ls2080a-ahci";
492 reg = <0x0 0x3200000 0x0 0x10000>;
493 interrupts = <0 133 0x4>; /* Level high type */
494 clocks = <&clockgen 4 3>;
495 };
496
497 sata1: sata@3210000 {
498 status = "disabled";
499 compatible = "fsl,ls2080a-ahci";
500 reg = <0x0 0x3210000 0x0 0x10000>;
501 interrupts = <0 136 0x4>; /* Level high type */
502 clocks = <&clockgen 4 3>;
503 };
504
505 usb0: usb3@3100000 {
506 status = "disabled";
507 compatible = "snps,dwc3";
508 reg = <0x0 0x3100000 0x0 0x10000>;
509 interrupts = <0 80 0x4>; /* Level high type */
510 dr_mode = "host";
511 };
512
513 usb1: usb3@3110000 {
514 status = "disabled";
515 compatible = "snps,dwc3";
516 reg = <0x0 0x3110000 0x0 0x10000>;
517 interrupts = <0 81 0x4>; /* Level high type */
518 dr_mode = "host";
519 };
520
521 ccn@4000000 {
522 compatible = "arm,ccn-504";
523 reg = <0x0 0x04000000 0x0 0x01000000>;
524 interrupts = <0 12 4>;
525 };
747c84d0
BS
526 };
527};