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