| .. | .. |
|---|
| 1 | 1 | // SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | | -/include/ "skeleton.dtsi" |
|---|
| 3 | 2 | #include <dt-bindings/input/input.h> |
|---|
| 4 | 3 | #include <dt-bindings/gpio/gpio.h> |
|---|
| 5 | 4 | |
|---|
| 6 | 5 | #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) |
|---|
| 7 | 6 | |
|---|
| 8 | 7 | / { |
|---|
| 8 | + #address-cells = <1>; |
|---|
| 9 | + #size-cells = <1>; |
|---|
| 9 | 10 | compatible = "marvell,kirkwood"; |
|---|
| 10 | 11 | interrupt-parent = <&intc>; |
|---|
| 11 | 12 | |
|---|
| .. | .. |
|---|
| 227 | 228 | reg = <0x20128 0x4>; |
|---|
| 228 | 229 | }; |
|---|
| 229 | 230 | |
|---|
| 230 | | - intc: main-interrupt-ctrl@20200 { |
|---|
| 231 | + intc: interrupt-controller@20200 { |
|---|
| 231 | 232 | compatible = "marvell,orion-intc"; |
|---|
| 232 | 233 | interrupt-controller; |
|---|
| 233 | 234 | #interrupt-cells = <1>; |
|---|