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