Add a second cpu and a timebase frequency to test.dts.

main
David Gibson 2005-10-24 17:27:36 +10:00
parent 8f1bc85611
commit fccb194a14
1 changed files with 11 additions and 1 deletions

View File

@ -13,16 +13,26 @@
#address-cells = <1>;
#size-cells = <0>;
PowerPC,970@0 {
linux,phandle = <3>;
name = "PowerPC,970";
device_type = "cpu";
reg = <0>;
clock-frequency = <5f5e1000>;
timebase-frequency = <1FCA055>;
linux,boot-cpu;
i-cache-size = <10000>;
d-cache-size = <8000>;
};

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>;
};

};

randomnode {