From fccb194a1451d97a373fc4ab2d66aa985c78b48d Mon Sep 17 00:00:00 2001 From: David Gibson Date: Mon, 24 Oct 2005 17:27:36 +1000 Subject: [PATCH] Add a second cpu and a timebase frequency to test.dts. --- test.dts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/test.dts b/test.dts index c035827..742d874 100644 --- a/test.dts +++ b/test.dts @@ -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 {