blob: e3f3017943572e4f733f4787f0218c32284bbdca [file] [log] [blame]
Wolfgang Denk814d98f2005-10-13 01:59:29 +02001/ {
2 model = "STXXTC V1";
3 compatible = "STXXTC";
4 #address-cells = <2>;
5 #size-cells = <2>;
6
7 cpus {
8 linux,phandle = <1>;
9 #address-cells = <1>;
10 #size-cells = <0>;
11 PowerPC,MPC870@0 {
12 linux,phandle = <3>;
13 name = "PowerPC,MPC870";
14 device_type = "cpu";
15 reg = <0>;
16 clock-frequency = <0>; /* place-holder for runtime fillup */
17 timebase-frequency = <0>; /* dido */
18 linux,boot-cpu;
19 i-cache-size = <2000>;
20 d-cache-size = <2000>;
21 32-bit;
22 };
23 };
24
25 memory@0 {
26 device_type = "memory";
27 reg = <00000000 00000000 00000000 20000000>;
28 };
29
30 /* copy of the bd_t information (place-holders) */
31 bd_t {
32 memstart = <0>;
33 memsize = <0>;
34 flashstart = <0>;
35 flashsize = <0>;
36 flashoffset = <0>;
37 sramstart = <0>;
38 sramsize = <0>;
39
40 immr_base = <0>;
41
42 bootflags = <0>;
43 ip_addr = <0>;
44 enetaddr = [ 00 00 00 00 00 00 ];
45 ethspeed = <0>;
46 intfreq = <0>;
47 busfreq = <0>;
48
49 baudrate = <0>;
50 };
51
52};