mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
Add a second cpu and a timebase frequency to test.dts.
This commit is contained in:
parent
8f1bc85611
commit
fccb194a14
1 changed files with 11 additions and 1 deletions
12
test.dts
12
test.dts
|
@ -13,16 +13,26 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
PowerPC,970@0 {
|
PowerPC,970@0 {
|
||||||
linux,phandle = <3>;
|
|
||||||
name = "PowerPC,970";
|
name = "PowerPC,970";
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
clock-frequency = <5f5e1000>;
|
clock-frequency = <5f5e1000>;
|
||||||
|
timebase-frequency = <1FCA055>;
|
||||||
linux,boot-cpu;
|
linux,boot-cpu;
|
||||||
i-cache-size = <10000>;
|
i-cache-size = <10000>;
|
||||||
d-cache-size = <8000>;
|
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 {
|
randomnode {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue