.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * ox810se.dtsi - Device tree file for Oxford Semiconductor OX810SE 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/clock/oxsemi,ox810se.h> |
---|
11 | 9 | #include <dt-bindings/reset/oxsemi,ox810se.h> |
---|
12 | 10 | |
---|
13 | 11 | / { |
---|
| 12 | + #address-cells = <1>; |
---|
| 13 | + #size-cells = <1>; |
---|
14 | 14 | compatible = "oxsemi,ox810se"; |
---|
15 | 15 | |
---|
16 | 16 | cpus { |
---|
.. | .. |
---|
25 | 25 | }; |
---|
26 | 26 | |
---|
27 | 27 | memory { |
---|
| 28 | + device_type = "memory"; |
---|
28 | 29 | /* Max 256MB @ 0x48000000 */ |
---|
29 | 30 | reg = <0x48000000 0x10000000>; |
---|
30 | 31 | }; |
---|