blob: 5bf6a82f0fb91ff021a055c34d3240fce737e45a [file] [log] [blame]
Stepan Moskovchenko920a1012013-04-26 14:34:14 -07001/*
2 * Skeleton device tree; the bare minimum needed to boot; just include and
3 * add a compatible value. The bootloader will typically populate the memory
4 * node.
5 */
6
7/ {
8 #address-cells = <2>;
9 #size-cells = <2>;
10 chosen { };
11 aliases { };
12 memory {
13 #address-cells = <2>;
14 #size-cells = <2>;
15 device_type = "memory";
16 reg = <0 0 0 0>;
17 };
18};