platform_external_dtc/test.dts

45 lines
823 B
Text
Raw Normal View History

/memreserve/ 1000000000000000 0000000002000000;
/memreserve/ 2000000000000000-20ffffffffffffff;
/memreserve/ 0-13;
2005-06-08 09:18:34 +02:00
/ {
model = "MyBoardName";
compatible = "MyBoardFamilyName";
#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 {
2005-06-08 09:18:34 +02:00
linux,phandle = <1>;
#address-cells = <1>;
#size-cells = <0>;
PowerPC,970@0 {
2005-06-16 09:04:00 +02:00
linux,phandle = <3>;
2005-06-08 09:18:34 +02:00
name = "PowerPC,970";
device_type = "cpu";
reg = <0>;
clock-frequency = <5f5e1000>;
linux,boot-cpu;
i-cache-size = <10000>;
d-cache-size = <8000>;
2005-06-08 09:18:34 +02:00
};
};
randomnode {
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];
2005-06-16 09:04:00 +02:00
ref = < &/memory@0 >;
2005-06-08 09:18:34 +02:00
};
memory@0 {
device_type = "memory";
2005-06-16 09:04:00 +02:00
memreg: reg = <00000000 00000000 00000000 20000000>;
2005-06-08 09:18:34 +02:00
};
chosen {
bootargs = "root=/dev/sda2";
linux,platform = <00000600>;
};
};