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