1/* SPDX-License-Identifier: Apache-2.0 */
2
3/*
4 * Skeleton device tree; the bare minimum needed to boot; just include and
5 * add a compatible value.  The bootloader will typically populate the memory
6 * node.
7 */
8
9/ {
10	#address-cells = <1>;
11	#size-cells = <1>;
12	chosen { };
13	aliases { };
14};
15