License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / metag / boot / dts / skeleton.dtsi
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
29dd78cf
JH
2/*
3 * Skeleton device tree; the bare minimum needed to boot; just include and
4 * add a compatible value. The bootloader will typically populate the memory
5 * node.
6 */
7
8/ {
9 compatible = "img,meta";
10 #address-cells = <1>;
11 #size-cells = <1>;
12 chosen { };
13 aliases { };
14 memory { device_type = "memory"; reg = <0 0>; };
15};