.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * ox820.dtsi - Device tree file for Oxford Semiconductor OX820 SoC |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> |
---|
5 | | - * |
---|
6 | | - * Licensed under GPLv2 or later |
---|
7 | 6 | */ |
---|
8 | 7 | |
---|
9 | | -/include/ "skeleton.dtsi" |
---|
10 | 8 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
---|
11 | 9 | #include <dt-bindings/clock/oxsemi,ox820.h> |
---|
12 | 10 | #include <dt-bindings/reset/oxsemi,ox820.h> |
---|
13 | 11 | |
---|
14 | 12 | / { |
---|
| 13 | + #address-cells = <1>; |
---|
| 14 | + #size-cells = <1>; |
---|
15 | 15 | compatible = "oxsemi,ox820"; |
---|
16 | 16 | |
---|
17 | 17 | cpus { |
---|
.. | .. |
---|
35 | 35 | }; |
---|
36 | 36 | |
---|
37 | 37 | memory { |
---|
| 38 | + device_type = "memory"; |
---|
38 | 39 | /* Max 512MB @ 0x60000000 */ |
---|
39 | 40 | reg = <0x60000000 0x20000000>; |
---|
40 | 41 | }; |
---|
.. | .. |
---|
286 | 287 | clocks = <&armclk>; |
---|
287 | 288 | }; |
---|
288 | 289 | |
---|
289 | | - gic: gic@1000 { |
---|
| 290 | + gic: interrupt-controller@1000 { |
---|
290 | 291 | compatible = "arm,arm11mp-gic"; |
---|
291 | 292 | interrupt-controller; |
---|
292 | 293 | #interrupt-cells = <3>; |
---|