1// SPDX-License-Identifier: GPL-2.0 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 { }; 13 memory { device_type = "memory"; reg = <0 0 0 0>; }; 14}; 15