1262569Simp/*
2262569Simp * Skeleton device tree; the bare minimum needed to boot; just include and
3262569Simp * add a compatible value.  The bootloader will typically populate the memory
4262569Simp * node.
5262569Simp */
6262569Simp
7262569Simp/ {
8262569Simp	#address-cells = <1>;
9262569Simp	#size-cells = <1>;
10262569Simp	chosen { };
11262569Simp	aliases { };
12262569Simp	memory { device_type = "memory"; reg = <0 0>; };
13262569Simp};
14