Add missing skeleton file.

This commit is contained in:
Warner Losh 2014-02-28 16:43:56 +00:00
commit 767acaaf52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262609

View File

@ -0,0 +1,13 @@
/*
* Skeleton device tree; the bare minimum needed to boot; just include and
* add a compatible value. The bootloader will typically populate the memory
* node.
*/
/ {
#address-cells = <1>;
#size-cells = <1>;
chosen { };
aliases { };
memory { device_type = "memory"; reg = <0 0>; };
};