.. | .. |
---|
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 | }; |
---|