2008-08-15 00:19:37 +02:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/memreserve/ 0x1000000000000000 0x0000000002000000;
|
|
|
|
/memreserve/ 0x2000000000000000 0x0100000000000000;
|
|
|
|
/memreserve/ 0x0000000000000000 0x0000000000000014;
|
2005-07-15 09:14:24 +02:00
|
|
|
|
2005-06-08 09:18:34 +02:00
|
|
|
/ {
|
|
|
|
model = "MyBoardName";
|
2007-02-07 06:37:50 +01:00
|
|
|
compatible = "MyBoardName", "MyBoardFamilyName";
|
2005-06-08 09:18:34 +02:00
|
|
|
#address-cells = <2>;
|
2005-06-16 09:04:00 +02:00
|
|
|
#size-cells = <2>;
|
2005-06-08 09:18:34 +02:00
|
|
|
|
2005-06-16 09:04:00 +02:00
|
|
|
cpus {
|
2008-08-15 00:19:37 +02:00
|
|
|
linux,phandle = <0x1>;
|
2005-06-08 09:18:34 +02:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
PowerPC,970@0 {
|
|
|
|
name = "PowerPC,970";
|
|
|
|
device_type = "cpu";
|
2008-08-15 00:19:37 +02:00
|
|
|
reg = <0x00000000>;
|
|
|
|
clock-frequency = <1600000000>;
|
|
|
|
timebase-frequency = <33333333>;
|
2005-06-08 09:18:34 +02:00
|
|
|
linux,boot-cpu;
|
2008-08-15 00:19:37 +02:00
|
|
|
i-cache-size = <65536>;
|
|
|
|
d-cache-size = <32768>;
|
2005-06-08 09:18:34 +02:00
|
|
|
};
|
|
|
|
|
2005-10-24 09:27:36 +02:00
|
|
|
PowerPC,970@1 {
|
|
|
|
name = "PowerPC,970";
|
|
|
|
device_type = "cpu";
|
2008-08-15 00:19:37 +02:00
|
|
|
reg = <0x00000001>;
|
|
|
|
clock-frequency = <1600000000>;
|
|
|
|
timebase-frequency = <33333333>;
|
|
|
|
i-cache-size = <65536>;
|
|
|
|
d-cache-size = <32768>;
|
2005-10-24 09:27:36 +02:00
|
|
|
};
|
|
|
|
|
2005-06-08 09:18:34 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
randomnode {
|
2005-06-16 06:36:37 +02:00
|
|
|
string = "\xff\0stuffstuff\t\t\t\n\n\n";
|
2005-06-08 09:18:34 +02:00
|
|
|
blob = [0a 0b 0c 0d de ea ad be ef];
|
2008-08-15 00:19:37 +02:00
|
|
|
ref = < &{/memory@0} >;
|
|
|
|
mixed = "abc", [1234], <0xa 0xb 0xc>;
|
2005-06-08 09:18:34 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
memory@0 {
|
|
|
|
device_type = "memory";
|
2008-08-15 00:19:37 +02:00
|
|
|
memreg: reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
|
2005-06-08 09:18:34 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "root=/dev/sda2";
|
2008-08-15 00:19:37 +02:00
|
|
|
linux,platform = <0x600>;
|
2005-06-08 09:18:34 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
};
|