blob: 24ee6c3e7314436827e9c5d5d8f7eb768c3fe31e [file] [log] [blame]
Daniel Schwierzeck0fc13a92015-12-19 20:20:48 +01001/*
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};