You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.1 KiB
56 lines
1.1 KiB
20 years ago
|
/memreserve/ 1000000000000000 0000000002000000;
|
||
|
/memreserve/ 2000000000000000-20ffffffffffffff;
|
||
|
/memreserve/ 0-13;
|
||
|
|
||
20 years ago
|
/ {
|
||
|
model = "MyBoardName";
|
||
18 years ago
|
compatible = "MyBoardName", "MyBoardFamilyName";
|
||
20 years ago
|
#address-cells = <2>;
|
||
20 years ago
|
#size-cells = <2>;
|
||
20 years ago
|
|
||
20 years ago
|
cpus {
|
||
20 years ago
|
linux,phandle = <1>;
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
PowerPC,970@0 {
|
||
|
name = "PowerPC,970";
|
||
|
device_type = "cpu";
|
||
|
reg = <0>;
|
||
|
clock-frequency = <5f5e1000>;
|
||
19 years ago
|
timebase-frequency = <1FCA055>;
|
||
20 years ago
|
linux,boot-cpu;
|
||
20 years ago
|
i-cache-size = <10000>;
|
||
|
d-cache-size = <8000>;
|
||
20 years ago
|
};
|
||
|
|
||
19 years ago
|
PowerPC,970@1 {
|
||
|
name = "PowerPC,970";
|
||
|
device_type = "cpu";
|
||
|
reg = <1>;
|
||
|
clock-frequency = <5f5e1000>;
|
||
|
timebase-frequency = <1FCA055>;
|
||
|
i-cache-size = <10000>;
|
||
|
d-cache-size = <8000>;
|
||
|
};
|
||
|
|
||
20 years ago
|
};
|
||
|
|
||
|
randomnode {
|
||
20 years ago
|
string = "\xff\0stuffstuff\t\t\t\n\n\n";
|
||
20 years ago
|
blob = [0a 0b 0c 0d de ea ad be ef];
|
||
20 years ago
|
ref = < &/memory@0 >;
|
||
18 years ago
|
mixed = "abc", [1234], <a b c>;
|
||
20 years ago
|
};
|
||
|
|
||
|
memory@0 {
|
||
|
device_type = "memory";
|
||
20 years ago
|
memreg: reg = <00000000 00000000 00000000 20000000>;
|
||
20 years ago
|
};
|
||
|
|
||
|
chosen {
|
||
|
bootargs = "root=/dev/sda2";
|
||
|
linux,platform = <00000600>;
|
||
|
};
|
||
|
|
||
|
};
|