Daniel Schwierzeck | 0fc13a9 | 2015-12-19 20:20:48 +0100 | [diff] [blame] | 1 | /* |
2 | * Skeleton device tree; the bare minimum needed to boot; just include and | ||||
3 | * add a compatible value. The bootloader will typically populate the memory | ||||
4 | * node. | ||||
5 | * | ||||
6 | * SPDX-License-Identifier: GPL-2.0+ | ||||
7 | */ | ||||
8 | |||||
9 | / { | ||||
10 | #address-cells = <1>; | ||||
11 | #size-cells = <1>; | ||||
12 | |||||
13 | chosen { | ||||
14 | }; | ||||
15 | |||||
16 | aliases { | ||||
17 | }; | ||||
18 | |||||
19 | memory { | ||||
20 | device_type = "memory"; | ||||
21 | reg = <0 0>; | ||||
22 | }; | ||||
23 | }; |