blob: 28b81d60b4074ea231bcb9fd4d7caa6c1ebae44d [file] [log] [blame]
Grant Likely2b4180a2011-07-25 09:52:11 -06001/*
Mark Rutland9c0da3c2016-09-02 17:34:50 +01002 * This file is deprecated, and will be removed once existing users have been
3 * updated. New dts{,i} files should *not* include skeleton.dtsi, and should
4 * instead explicitly provide the below nodes only as required.
5 *
Grant Likely2b4180a2011-07-25 09:52:11 -06006 * Skeleton device tree; the bare minimum needed to boot; just include and
7 * add a compatible value. The bootloader will typically populate the memory
8 * node.
9 */
10
11/ {
12 #address-cells = <1>;
13 #size-cells = <1>;
14 chosen { };
15 aliases { };
16 memory { device_type = "memory"; reg = <0 0>; };
17};