License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / arm / boot / dts / skeleton.dtsi
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
2b4180af 2/*
9c0da3cc
MR
3 * This file is deprecated, and will be removed once existing users have been
4 * updated. New dts{,i} files should *not* include skeleton.dtsi, and should
5 * instead explicitly provide the below nodes only as required.
6 *
2b4180af
GL
7 * Skeleton device tree; the bare minimum needed to boot; just include and
8 * add a compatible value. The bootloader will typically populate the memory
9 * node.
10 */
11
12/ {
13 #address-cells = <1>;
14 #size-cells = <1>;
15 chosen { };
16 aliases { };
17 memory { device_type = "memory"; reg = <0 0>; };
18};