.. | .. |
---|
7 | 7 | * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
---|
8 | 8 | */ |
---|
9 | 9 | |
---|
10 | | -#include "skeleton.dtsi" |
---|
11 | 10 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
---|
12 | 11 | #include <dt-bindings/interrupt-controller/irq.h> |
---|
13 | 12 | |
---|
14 | 13 | #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) |
---|
15 | 14 | |
---|
16 | 15 | / { |
---|
| 16 | + #address-cells = <1>; |
---|
| 17 | + #size-cells = <1>; |
---|
17 | 18 | model = "Marvell Armada 39x family SoC"; |
---|
18 | 19 | compatible = "marvell,armada390"; |
---|
19 | 20 | |
---|
.. | .. |
---|
107 | 108 | #address-cells = <1>; |
---|
108 | 109 | #size-cells = <0>; |
---|
109 | 110 | interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; |
---|
110 | | - timeout-ms = <1000>; |
---|
111 | 111 | clocks = <&coreclk 0>; |
---|
112 | 112 | status = "disabled"; |
---|
113 | 113 | }; |
---|
.. | .. |
---|
118 | 118 | #address-cells = <1>; |
---|
119 | 119 | #size-cells = <0>; |
---|
120 | 120 | interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; |
---|
121 | | - timeout-ms = <1000>; |
---|
122 | 121 | clocks = <&coreclk 0>; |
---|
123 | 122 | status = "disabled"; |
---|
124 | 123 | }; |
---|
.. | .. |
---|
129 | 128 | #address-cells = <1>; |
---|
130 | 129 | #size-cells = <0>; |
---|
131 | 130 | interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; |
---|
132 | | - timeout-ms = <1000>; |
---|
133 | 131 | clocks = <&coreclk 0>; |
---|
134 | 132 | status = "disabled"; |
---|
135 | 133 | }; |
---|
.. | .. |
---|
140 | 138 | #address-cells = <1>; |
---|
141 | 139 | #size-cells = <0>; |
---|
142 | 140 | interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; |
---|
143 | | - timeout-ms = <1000>; |
---|
144 | 141 | clocks = <&coreclk 0>; |
---|
145 | 142 | status = "disabled"; |
---|
146 | 143 | }; |
---|
.. | .. |
---|
456 | 453 | /* x1 port */ |
---|
457 | 454 | pcie@2,0 { |
---|
458 | 455 | device_type = "pci"; |
---|
459 | | - assigned-addresses = <0x82000800 0 0x40000 0 0x2000>; |
---|
| 456 | + assigned-addresses = <0x82001000 0 0x40000 0 0x2000>; |
---|
460 | 457 | reg = <0x1000 0 0 0 0>; |
---|
461 | 458 | #address-cells = <3>; |
---|
462 | 459 | #size-cells = <2>; |
---|
.. | .. |
---|
475 | 472 | /* x1 port */ |
---|
476 | 473 | pcie@3,0 { |
---|
477 | 474 | device_type = "pci"; |
---|
478 | | - assigned-addresses = <0x82000800 0 0x44000 0 0x2000>; |
---|
| 475 | + assigned-addresses = <0x82001800 0 0x44000 0 0x2000>; |
---|
479 | 476 | reg = <0x1800 0 0 0 0>; |
---|
480 | 477 | #address-cells = <3>; |
---|
481 | 478 | #size-cells = <2>; |
---|
.. | .. |
---|
497 | 494 | */ |
---|
498 | 495 | pcie@4,0 { |
---|
499 | 496 | device_type = "pci"; |
---|
500 | | - assigned-addresses = <0x82000800 0 0x48000 0 0x2000>; |
---|
| 497 | + assigned-addresses = <0x82002000 0 0x48000 0 0x2000>; |
---|
501 | 498 | reg = <0x2000 0 0 0 0>; |
---|
502 | 499 | #address-cells = <3>; |
---|
503 | 500 | #size-cells = <2>; |
---|