tcp: Overflow bug in Vegas
[sfrench/cifs-2.6.git] / arch / powerpc / boot / dts / mpc7448hpc2.dts
1 /*
2  * MPC7448HPC2 (Taiga) board Device Tree Source
3  *
4  * Copyright 2006 Freescale Semiconductor Inc.
5  * 2006 Roy Zang <Roy Zang at freescale.com>.
6  *
7  * This program is free software; you can redistribute  it and/or modify it
8  * under  the terms of  the GNU General  Public License as published by the
9  * Free Software Foundation;  either version 2 of the  License, or (at your
10  * option) any later version.
11  */
12
13
14 / {
15         model = "mpc7448hpc2";
16         compatible = "mpc74xx";
17         #address-cells = <1>;
18         #size-cells = <1>;
19
20         cpus {
21                 #address-cells = <1>;
22                 #size-cells =<0>;
23                                 
24                 PowerPC,7448@0 {
25                         device_type = "cpu";
26                         reg = <0>;
27                         d-cache-line-size = <20>;       // 32 bytes
28                         i-cache-line-size = <20>;       // 32 bytes
29                         d-cache-size = <8000>;          // L1, 32K bytes
30                         i-cache-size = <8000>;          // L1, 32K bytes
31                         timebase-frequency = <0>;       // 33 MHz, from uboot
32                         clock-frequency = <0>;          // From U-Boot
33                         bus-frequency = <0>;            // From U-Boot
34                 };
35         };
36
37         memory {
38                 device_type = "memory";
39                 reg = <00000000 20000000        // DDR2   512M at 0
40                        >;
41         };
42
43         tsi108@c0000000 {
44                 #address-cells = <1>;
45                 #size-cells = <1>;
46                 device_type = "tsi-bridge";
47                 ranges = <00000000 c0000000 00010000>;
48                 reg = <c0000000 00010000>;
49                 bus-frequency = <0>;
50
51                 i2c@7000 {
52                         interrupt-parent = <&mpic>;
53                         interrupts = <E 0>;
54                         reg = <7000 400>;
55                         device_type = "i2c";
56                         compatible  = "tsi108-i2c";
57                 };
58
59                 MDIO: mdio@6000 {
60                         device_type = "mdio";
61                         compatible = "tsi108-mdio";
62                         reg = <6000 50>;
63                         #address-cells = <1>;
64                         #size-cells = <0>;
65
66                         phy8: ethernet-phy@8 {
67                                 interrupt-parent = <&mpic>;
68                                 interrupts = <2 1>;
69                                 reg = <8>;
70                         };
71
72                         phy9: ethernet-phy@9 {
73                                 interrupt-parent = <&mpic>;
74                                 interrupts = <2 1>;
75                                 reg = <9>;
76                         };
77
78                 };
79
80                 ethernet@6200 {
81                         linux,network-index = <0>;
82                         #size-cells = <0>;
83                         device_type = "network";
84                         compatible = "tsi108-ethernet";
85                         reg = <6000 200>;
86                         address = [ 00 06 D2 00 00 01 ];
87                         interrupts = <10 2>;
88                         interrupt-parent = <&mpic>;
89                         mdio-handle = <&MDIO>;
90                         phy-handle = <&phy8>;
91                 };
92
93                 ethernet@6600 {
94                         linux,network-index = <1>;
95                         #address-cells = <1>;
96                         #size-cells = <0>;
97                         device_type = "network";
98                         compatible = "tsi108-ethernet";
99                         reg = <6400 200>;
100                         address = [ 00 06 D2 00 00 02 ];
101                         interrupts = <11 2>;
102                         interrupt-parent = <&mpic>;
103                         mdio-handle = <&MDIO>;
104                         phy-handle = <&phy9>;
105                 };
106
107                 serial@7808 {
108                         device_type = "serial";
109                         compatible = "ns16550";
110                         reg = <7808 200>;
111                         clock-frequency = <3f6b5a00>;
112                         interrupts = <c 0>;
113                         interrupt-parent = <&mpic>;
114                 };
115
116                 serial@7c08 {
117                         device_type = "serial";
118                         compatible = "ns16550";
119                         reg = <7c08 200>;
120                         clock-frequency = <3f6b5a00>;
121                         interrupts = <d 0>;
122                         interrupt-parent = <&mpic>;
123                 };
124
125                 mpic: pic@7400 {
126                         clock-frequency = <0>;
127                         interrupt-controller;
128                         #address-cells = <0>;
129                         #interrupt-cells = <2>;
130                         reg = <7400 400>;
131                         compatible = "chrp,open-pic";
132                         device_type = "open-pic";
133                         big-endian;
134                 };
135                 pci@1000 {
136                         compatible = "tsi108-pci";
137                         device_type = "pci";
138                         #interrupt-cells = <1>;
139                         #size-cells = <2>;
140                         #address-cells = <3>;
141                         reg = <1000 1000>;
142                         bus-range = <0 0>;
143                         ranges = <02000000 0 e0000000 e0000000 0 1A000000       
144                                   01000000 0 00000000 fa000000 0 00010000>;
145                         clock-frequency = <7f28154>;
146                         interrupt-parent = <&mpic>;
147                         interrupts = <17 2>;
148                         interrupt-map-mask = <f800 0 0 7>;
149                         interrupt-map = <
150
151                                 /* IDSEL 0x11 */
152                                 0800 0 0 1 &RT0 24 0
153                                 0800 0 0 2 &RT0 25 0
154                                 0800 0 0 3 &RT0 26 0
155                                 0800 0 0 4 &RT0 27 0
156
157                                 /* IDSEL 0x12 */
158                                 1000 0 0 1 &RT0 25 0
159                                 1000 0 0 2 &RT0 26 0
160                                 1000 0 0 3 &RT0 27 0
161                                 1000 0 0 4 &RT0 24 0
162
163                                 /* IDSEL 0x13 */
164                                 1800 0 0 1 &RT0 26 0
165                                 1800 0 0 2 &RT0 27 0
166                                 1800 0 0 3 &RT0 24 0
167                                 1800 0 0 4 &RT0 25 0
168
169                                 /* IDSEL 0x14 */
170                                 2000 0 0 1 &RT0 27 0
171                                 2000 0 0 2 &RT0 24 0
172                                 2000 0 0 3 &RT0 25 0
173                                 2000 0 0 4 &RT0 26 0
174                                 >;
175
176                         RT0: router@1180 {
177                                 clock-frequency = <0>;
178                                 interrupt-controller;
179                                 device_type = "pic-router";
180                                 #address-cells = <0>;
181                                 #interrupt-cells = <2>;
182                                 big-endian;
183                                 interrupts = <17 2>;
184                                 interrupt-parent = <&mpic>;
185                         };
186                 };
187         };
188         chosen {
189                 linux,stdout-path = "/tsi108@c0000000/serial@7808";
190         };
191
192 };