2014-06-18 13:24:32 +02:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/memreserve/ 0 0xe;
|
|
|
|
/ {
|
|
|
|
model = "MyBoardName";
|
|
|
|
compatible = "MyBoardName", "MyBoardFamilyName";
|
|
|
|
#address-cells = <0x00000002>;
|
|
|
|
#size-cells = <0x00000002>;
|
|
|
|
cpus {
|
|
|
|
linux,phandle = <0x00000001>;
|
|
|
|
#address-cells = <0x00000001>;
|
|
|
|
#size-cells = <0x00000000>;
|
|
|
|
PowerPC,970@0 {
|
|
|
|
device_type = "cpu";
|
|
|
|
reg = <0x00000000>;
|
|
|
|
linux,boot-cpu;
|
|
|
|
};
|
|
|
|
PowerPC,970@1 {
|
|
|
|
device_type = "cpu";
|
|
|
|
reg = <0x00000001>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
randomnode {
|
|
|
|
string = "foo", "stuff";
|
|
|
|
bytes = [61 62 63 64 65];
|
2015-07-09 05:47:19 +02:00
|
|
|
nbytes = [80 ff];
|
2014-06-18 13:24:32 +02:00
|
|
|
child {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
memory@0 {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x00000000 0x00000123 0x00000456 0x87654321>;
|
|
|
|
};
|
|
|
|
chosen {
|
|
|
|
bootargs = "root=/dev/sda2";
|
|
|
|
linux,platform = <0x00000600>;
|
|
|
|
};
|
|
|
|
};
|