blob: 24cf0dba120c89f53933250688783db89cbc627a [file] [log] [blame]
Stefan Roesec06cf7d2008-03-20 17:34:24 +11001/*
2 * Device Tree Source for AMCC Glacier (460GT)
3 *
4 * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without
8 * any warranty of any kind, whether express or implied.
9 */
10
David Gibson71f34972008-05-15 16:46:39 +100011/dts-v1/;
12
Stefan Roesec06cf7d2008-03-20 17:34:24 +110013/ {
14 #address-cells = <2>;
15 #size-cells = <1>;
16 model = "amcc,glacier";
17 compatible = "amcc,glacier", "amcc,canyonlands";
David Gibson71f34972008-05-15 16:46:39 +100018 dcr-parent = <&{/cpus/cpu@0}>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +110019
20 aliases {
21 ethernet0 = &EMAC0;
22 ethernet1 = &EMAC1;
23 ethernet2 = &EMAC2;
24 ethernet3 = &EMAC3;
25 serial0 = &UART0;
26 serial1 = &UART1;
27 };
28
29 cpus {
30 #address-cells = <1>;
31 #size-cells = <0>;
32
33 cpu@0 {
34 device_type = "cpu";
35 model = "PowerPC,460GT";
David Gibson71f34972008-05-15 16:46:39 +100036 reg = <0x00000000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +110037 clock-frequency = <0>; /* Filled in by U-Boot */
38 timebase-frequency = <0>; /* Filled in by U-Boot */
David Gibson71f34972008-05-15 16:46:39 +100039 i-cache-line-size = <32>;
40 d-cache-line-size = <32>;
41 i-cache-size = <32768>;
42 d-cache-size = <32768>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +110043 dcr-controller;
44 dcr-access-method = "native";
45 };
46 };
47
48 memory {
49 device_type = "memory";
David Gibson71f34972008-05-15 16:46:39 +100050 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */
Stefan Roesec06cf7d2008-03-20 17:34:24 +110051 };
52
53 UIC0: interrupt-controller0 {
54 compatible = "ibm,uic-460gt","ibm,uic";
55 interrupt-controller;
56 cell-index = <0>;
David Gibson71f34972008-05-15 16:46:39 +100057 dcr-reg = <0x0c0 0x009>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +110058 #address-cells = <0>;
59 #size-cells = <0>;
60 #interrupt-cells = <2>;
61 };
62
63 UIC1: interrupt-controller1 {
64 compatible = "ibm,uic-460gt","ibm,uic";
65 interrupt-controller;
66 cell-index = <1>;
David Gibson71f34972008-05-15 16:46:39 +100067 dcr-reg = <0x0d0 0x009>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +110068 #address-cells = <0>;
69 #size-cells = <0>;
70 #interrupt-cells = <2>;
David Gibson71f34972008-05-15 16:46:39 +100071 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
Stefan Roesec06cf7d2008-03-20 17:34:24 +110072 interrupt-parent = <&UIC0>;
73 };
74
75 UIC2: interrupt-controller2 {
76 compatible = "ibm,uic-460gt","ibm,uic";
77 interrupt-controller;
78 cell-index = <2>;
David Gibson71f34972008-05-15 16:46:39 +100079 dcr-reg = <0x0e0 0x009>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +110080 #address-cells = <0>;
81 #size-cells = <0>;
82 #interrupt-cells = <2>;
David Gibson71f34972008-05-15 16:46:39 +100083 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */
Stefan Roesec06cf7d2008-03-20 17:34:24 +110084 interrupt-parent = <&UIC0>;
85 };
86
87 UIC3: interrupt-controller3 {
88 compatible = "ibm,uic-460gt","ibm,uic";
89 interrupt-controller;
90 cell-index = <3>;
David Gibson71f34972008-05-15 16:46:39 +100091 dcr-reg = <0x0f0 0x009>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +110092 #address-cells = <0>;
93 #size-cells = <0>;
94 #interrupt-cells = <2>;
David Gibson71f34972008-05-15 16:46:39 +100095 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */
Stefan Roesec06cf7d2008-03-20 17:34:24 +110096 interrupt-parent = <&UIC0>;
97 };
98
99 SDR0: sdr {
100 compatible = "ibm,sdr-460gt";
David Gibson71f34972008-05-15 16:46:39 +1000101 dcr-reg = <0x00e 0x002>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100102 };
103
104 CPR0: cpr {
105 compatible = "ibm,cpr-460gt";
David Gibson71f34972008-05-15 16:46:39 +1000106 dcr-reg = <0x00c 0x002>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100107 };
108
109 plb {
110 compatible = "ibm,plb-460gt", "ibm,plb4";
111 #address-cells = <2>;
112 #size-cells = <1>;
113 ranges;
114 clock-frequency = <0>; /* Filled in by U-Boot */
115
116 SDRAM0: sdram {
117 compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
David Gibson71f34972008-05-15 16:46:39 +1000118 dcr-reg = <0x010 0x002>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100119 };
120
121 MAL0: mcmal {
122 compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
David Gibson71f34972008-05-15 16:46:39 +1000123 dcr-reg = <0x180 0x062>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100124 num-tx-chans = <4>;
David Gibson71f34972008-05-15 16:46:39 +1000125 num-rx-chans = <32>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100126 #address-cells = <0>;
127 #size-cells = <0>;
128 interrupt-parent = <&UIC2>;
David Gibson71f34972008-05-15 16:46:39 +1000129 interrupts = < /*TXEOB*/ 0x6 0x4
130 /*RXEOB*/ 0x7 0x4
131 /*SERR*/ 0x3 0x4
132 /*TXDE*/ 0x4 0x4
133 /*RXDE*/ 0x5 0x4>;
134 desc-base-addr-high = <0x8>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100135 };
136
137 POB0: opb {
138 compatible = "ibm,opb-460gt", "ibm,opb";
139 #address-cells = <1>;
140 #size-cells = <1>;
David Gibson71f34972008-05-15 16:46:39 +1000141 ranges = <0xb0000000 0x00000004 0xb0000000 0x50000000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100142 clock-frequency = <0>; /* Filled in by U-Boot */
143
144 EBC0: ebc {
145 compatible = "ibm,ebc-460gt", "ibm,ebc";
David Gibson71f34972008-05-15 16:46:39 +1000146 dcr-reg = <0x012 0x002>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100147 #address-cells = <2>;
148 #size-cells = <1>;
149 clock-frequency = <0>; /* Filled in by U-Boot */
Stefan Roese50202312008-04-19 19:57:18 +1000150 /* ranges property is supplied by U-Boot */
David Gibson71f34972008-05-15 16:46:39 +1000151 interrupts = <0x6 0x4>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100152 interrupt-parent = <&UIC1>;
Stefan Roese50202312008-04-19 19:57:18 +1000153
154 nor_flash@0,0 {
155 compatible = "amd,s29gl512n", "cfi-flash";
156 bank-width = <2>;
David Gibson71f34972008-05-15 16:46:39 +1000157 reg = <0x00000000 0x00000000 0x04000000>;
Stefan Roese50202312008-04-19 19:57:18 +1000158 #address-cells = <1>;
159 #size-cells = <1>;
160 partition@0 {
161 label = "kernel";
David Gibson71f34972008-05-15 16:46:39 +1000162 reg = <0x00000000 0x001e0000>;
Stefan Roese50202312008-04-19 19:57:18 +1000163 };
164 partition@1e0000 {
165 label = "dtb";
David Gibson71f34972008-05-15 16:46:39 +1000166 reg = <0x001e0000 0x00020000>;
Stefan Roese50202312008-04-19 19:57:18 +1000167 };
168 partition@200000 {
169 label = "ramdisk";
David Gibson71f34972008-05-15 16:46:39 +1000170 reg = <0x00200000 0x01400000>;
Stefan Roese50202312008-04-19 19:57:18 +1000171 };
172 partition@1600000 {
173 label = "jffs2";
David Gibson71f34972008-05-15 16:46:39 +1000174 reg = <0x01600000 0x00400000>;
Stefan Roese50202312008-04-19 19:57:18 +1000175 };
176 partition@1a00000 {
177 label = "user";
David Gibson71f34972008-05-15 16:46:39 +1000178 reg = <0x01a00000 0x02560000>;
Stefan Roese50202312008-04-19 19:57:18 +1000179 };
180 partition@3f60000 {
181 label = "env";
David Gibson71f34972008-05-15 16:46:39 +1000182 reg = <0x03f60000 0x00040000>;
Stefan Roese50202312008-04-19 19:57:18 +1000183 };
184 partition@3fa0000 {
185 label = "u-boot";
David Gibson71f34972008-05-15 16:46:39 +1000186 reg = <0x03fa0000 0x00060000>;
Stefan Roese50202312008-04-19 19:57:18 +1000187 };
188 };
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100189 };
190
191 UART0: serial@ef600300 {
192 device_type = "serial";
193 compatible = "ns16550";
David Gibson71f34972008-05-15 16:46:39 +1000194 reg = <0xef600300 0x00000008>;
195 virtual-reg = <0xef600300>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100196 clock-frequency = <0>; /* Filled in by U-Boot */
197 current-speed = <0>; /* Filled in by U-Boot */
198 interrupt-parent = <&UIC1>;
David Gibson71f34972008-05-15 16:46:39 +1000199 interrupts = <0x1 0x4>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100200 };
201
202 UART1: serial@ef600400 {
203 device_type = "serial";
204 compatible = "ns16550";
David Gibson71f34972008-05-15 16:46:39 +1000205 reg = <0xef600400 0x00000008>;
206 virtual-reg = <0xef600400>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100207 clock-frequency = <0>; /* Filled in by U-Boot */
208 current-speed = <0>; /* Filled in by U-Boot */
209 interrupt-parent = <&UIC0>;
David Gibson71f34972008-05-15 16:46:39 +1000210 interrupts = <0x1 0x4>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100211 };
212
213 UART2: serial@ef600500 {
214 device_type = "serial";
215 compatible = "ns16550";
David Gibson71f34972008-05-15 16:46:39 +1000216 reg = <0xef600500 0x00000008>;
217 virtual-reg = <0xef600500>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100218 clock-frequency = <0>; /* Filled in by U-Boot */
219 current-speed = <0>; /* Filled in by U-Boot */
220 interrupt-parent = <&UIC1>;
David Gibson71f34972008-05-15 16:46:39 +1000221 interrupts = <0x1d 0x4>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100222 };
223
224 UART3: serial@ef600600 {
225 device_type = "serial";
226 compatible = "ns16550";
David Gibson71f34972008-05-15 16:46:39 +1000227 reg = <0xef600600 0x00000008>;
228 virtual-reg = <0xef600600>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100229 clock-frequency = <0>; /* Filled in by U-Boot */
230 current-speed = <0>; /* Filled in by U-Boot */
231 interrupt-parent = <&UIC1>;
David Gibson71f34972008-05-15 16:46:39 +1000232 interrupts = <0x1e 0x4>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100233 };
234
235 IIC0: i2c@ef600700 {
236 compatible = "ibm,iic-460gt", "ibm,iic";
David Gibson71f34972008-05-15 16:46:39 +1000237 reg = <0xef600700 0x00000014>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100238 interrupt-parent = <&UIC0>;
David Gibson71f34972008-05-15 16:46:39 +1000239 interrupts = <0x2 0x4>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100240 };
241
242 IIC1: i2c@ef600800 {
243 compatible = "ibm,iic-460gt", "ibm,iic";
David Gibson71f34972008-05-15 16:46:39 +1000244 reg = <0xef600800 0x00000014>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100245 interrupt-parent = <&UIC0>;
David Gibson71f34972008-05-15 16:46:39 +1000246 interrupts = <0x3 0x4>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100247 };
248
249 ZMII0: emac-zmii@ef600d00 {
250 compatible = "ibm,zmii-460gt", "ibm,zmii";
David Gibson71f34972008-05-15 16:46:39 +1000251 reg = <0xef600d00 0x0000000c>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100252 };
253
254 RGMII0: emac-rgmii@ef601500 {
255 compatible = "ibm,rgmii-460gt", "ibm,rgmii";
David Gibson71f34972008-05-15 16:46:39 +1000256 reg = <0xef601500 0x00000008>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100257 has-mdio;
258 };
259
260 RGMII1: emac-rgmii@ef601600 {
261 compatible = "ibm,rgmii-460gt", "ibm,rgmii";
David Gibson71f34972008-05-15 16:46:39 +1000262 reg = <0xef601600 0x00000008>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100263 has-mdio;
264 };
265
266 TAH0: emac-tah@ef601350 {
267 compatible = "ibm,tah-460gt", "ibm,tah";
David Gibson71f34972008-05-15 16:46:39 +1000268 reg = <0xef601350 0x00000030>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100269 };
270
271 TAH1: emac-tah@ef601450 {
272 compatible = "ibm,tah-460gt", "ibm,tah";
David Gibson71f34972008-05-15 16:46:39 +1000273 reg = <0xef601450 0x00000030>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100274 };
275
276 EMAC0: ethernet@ef600e00 {
277 device_type = "network";
278 compatible = "ibm,emac-460gt", "ibm,emac4";
279 interrupt-parent = <&EMAC0>;
David Gibson71f34972008-05-15 16:46:39 +1000280 interrupts = <0x0 0x1>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100281 #interrupt-cells = <1>;
282 #address-cells = <0>;
283 #size-cells = <0>;
David Gibson71f34972008-05-15 16:46:39 +1000284 interrupt-map = </*Status*/ 0x0 &UIC2 0x10 0x4
285 /*Wake*/ 0x1 &UIC2 0x14 0x4>;
Grant Erickson05781cc2008-07-08 08:03:11 +1000286 reg = <0xef600e00 0x00000074>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100287 local-mac-address = [000000000000]; /* Filled in by U-Boot */
288 mal-device = <&MAL0>;
289 mal-tx-channel = <0>;
290 mal-rx-channel = <0>;
291 cell-index = <0>;
David Gibson71f34972008-05-15 16:46:39 +1000292 max-frame-size = <9000>;
293 rx-fifo-size = <4096>;
294 tx-fifo-size = <2048>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100295 phy-mode = "rgmii";
David Gibson71f34972008-05-15 16:46:39 +1000296 phy-map = <0x00000000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100297 rgmii-device = <&RGMII0>;
298 rgmii-channel = <0>;
299 tah-device = <&TAH0>;
300 tah-channel = <0>;
301 has-inverted-stacr-oc;
302 has-new-stacr-staopc;
303 };
304
305 EMAC1: ethernet@ef600f00 {
306 device_type = "network";
307 compatible = "ibm,emac-460gt", "ibm,emac4";
308 interrupt-parent = <&EMAC1>;
David Gibson71f34972008-05-15 16:46:39 +1000309 interrupts = <0x0 0x1>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100310 #interrupt-cells = <1>;
311 #address-cells = <0>;
312 #size-cells = <0>;
David Gibson71f34972008-05-15 16:46:39 +1000313 interrupt-map = </*Status*/ 0x0 &UIC2 0x11 0x4
314 /*Wake*/ 0x1 &UIC2 0x15 0x4>;
Grant Erickson05781cc2008-07-08 08:03:11 +1000315 reg = <0xef600f00 0x00000074>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100316 local-mac-address = [000000000000]; /* Filled in by U-Boot */
317 mal-device = <&MAL0>;
318 mal-tx-channel = <1>;
319 mal-rx-channel = <8>;
320 cell-index = <1>;
David Gibson71f34972008-05-15 16:46:39 +1000321 max-frame-size = <9000>;
322 rx-fifo-size = <4096>;
323 tx-fifo-size = <2048>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100324 phy-mode = "rgmii";
David Gibson71f34972008-05-15 16:46:39 +1000325 phy-map = <0x00000000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100326 rgmii-device = <&RGMII0>;
327 rgmii-channel = <1>;
328 tah-device = <&TAH1>;
Stefan Roesea6190a82008-04-04 00:35:06 +1100329 tah-channel = <1>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100330 has-inverted-stacr-oc;
331 has-new-stacr-staopc;
Stefan Roesea6190a82008-04-04 00:35:06 +1100332 mdio-device = <&EMAC0>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100333 };
334
335 EMAC2: ethernet@ef601100 {
336 device_type = "network";
337 compatible = "ibm,emac-460gt", "ibm,emac4";
338 interrupt-parent = <&EMAC2>;
David Gibson71f34972008-05-15 16:46:39 +1000339 interrupts = <0x0 0x1>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100340 #interrupt-cells = <1>;
341 #address-cells = <0>;
342 #size-cells = <0>;
David Gibson71f34972008-05-15 16:46:39 +1000343 interrupt-map = </*Status*/ 0x0 &UIC2 0x12 0x4
344 /*Wake*/ 0x1 &UIC2 0x16 0x4>;
Grant Erickson05781cc2008-07-08 08:03:11 +1000345 reg = <0xef601100 0x00000074>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100346 local-mac-address = [000000000000]; /* Filled in by U-Boot */
347 mal-device = <&MAL0>;
348 mal-tx-channel = <2>;
David Gibson71f34972008-05-15 16:46:39 +1000349 mal-rx-channel = <16>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100350 cell-index = <2>;
David Gibson71f34972008-05-15 16:46:39 +1000351 max-frame-size = <9000>;
352 rx-fifo-size = <4096>;
353 tx-fifo-size = <2048>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100354 phy-mode = "rgmii";
David Gibson71f34972008-05-15 16:46:39 +1000355 phy-map = <0x00000000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100356 rgmii-device = <&RGMII1>;
357 rgmii-channel = <0>;
358 has-inverted-stacr-oc;
359 has-new-stacr-staopc;
Stefan Roesea6190a82008-04-04 00:35:06 +1100360 mdio-device = <&EMAC0>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100361 };
362
363 EMAC3: ethernet@ef601200 {
364 device_type = "network";
365 compatible = "ibm,emac-460gt", "ibm,emac4";
366 interrupt-parent = <&EMAC3>;
David Gibson71f34972008-05-15 16:46:39 +1000367 interrupts = <0x0 0x1>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100368 #interrupt-cells = <1>;
369 #address-cells = <0>;
370 #size-cells = <0>;
David Gibson71f34972008-05-15 16:46:39 +1000371 interrupt-map = </*Status*/ 0x0 &UIC2 0x13 0x4
372 /*Wake*/ 0x1 &UIC2 0x17 0x4>;
Grant Erickson05781cc2008-07-08 08:03:11 +1000373 reg = <0xef601200 0x00000074>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100374 local-mac-address = [000000000000]; /* Filled in by U-Boot */
375 mal-device = <&MAL0>;
376 mal-tx-channel = <3>;
David Gibson71f34972008-05-15 16:46:39 +1000377 mal-rx-channel = <24>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100378 cell-index = <3>;
David Gibson71f34972008-05-15 16:46:39 +1000379 max-frame-size = <9000>;
380 rx-fifo-size = <4096>;
381 tx-fifo-size = <2048>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100382 phy-mode = "rgmii";
David Gibson71f34972008-05-15 16:46:39 +1000383 phy-map = <0x00000000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100384 rgmii-device = <&RGMII1>;
385 rgmii-channel = <1>;
386 has-inverted-stacr-oc;
387 has-new-stacr-staopc;
Stefan Roesea6190a82008-04-04 00:35:06 +1100388 mdio-device = <&EMAC0>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100389 };
390 };
391
392 PCIX0: pci@c0ec00000 {
393 device_type = "pci";
394 #interrupt-cells = <1>;
395 #size-cells = <2>;
396 #address-cells = <3>;
397 compatible = "ibm,plb-pcix-460gt", "ibm,plb-pcix";
398 primary;
399 large-inbound-windows;
400 enable-msi-hole;
David Gibson71f34972008-05-15 16:46:39 +1000401 reg = <0x0000000c 0x0ec00000 0x00000008 /* Config space access */
402 0x00000000 0x00000000 0x00000000 /* no IACK cycles */
403 0x0000000c 0x0ed00000 0x00000004 /* Special cycles */
404 0x0000000c 0x0ec80000 0x00000100 /* Internal registers */
405 0x0000000c 0x0ec80100 0x000000fc>; /* Internal messaging registers */
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100406
407 /* Outbound ranges, one memory and one IO,
408 * later cannot be changed
409 */
David Gibson71f34972008-05-15 16:46:39 +1000410 ranges = <0x02000000 0x00000000 0x80000000 0x0000000d 0x80000000 0x00000000 0x80000000
411 0x01000000 0x00000000 0x00000000 0x0000000c 0x08000000 0x00000000 0x00010000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100412
413 /* Inbound 2GB range starting at 0 */
David Gibson71f34972008-05-15 16:46:39 +1000414 dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100415
416 /* This drives busses 0 to 0x3f */
David Gibson71f34972008-05-15 16:46:39 +1000417 bus-range = <0x0 0x3f>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100418
419 /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */
David Gibson71f34972008-05-15 16:46:39 +1000420 interrupt-map-mask = <0x0 0x0 0x0 0x0>;
421 interrupt-map = < 0x0 0x0 0x0 0x0 &UIC1 0x0 0x8 >;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100422 };
423
424 PCIE0: pciex@d00000000 {
425 device_type = "pci";
426 #interrupt-cells = <1>;
427 #size-cells = <2>;
428 #address-cells = <3>;
429 compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
430 primary;
David Gibson71f34972008-05-15 16:46:39 +1000431 port = <0x0>; /* port number */
432 reg = <0x0000000d 0x00000000 0x20000000 /* Config space access */
433 0x0000000c 0x08010000 0x00001000>; /* Registers */
434 dcr-reg = <0x100 0x020>;
435 sdr-base = <0x300>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100436
437 /* Outbound ranges, one memory and one IO,
438 * later cannot be changed
439 */
David Gibson71f34972008-05-15 16:46:39 +1000440 ranges = <0x02000000 0x00000000 0x80000000 0x0000000e 0x00000000 0x00000000 0x80000000
441 0x01000000 0x00000000 0x00000000 0x0000000f 0x80000000 0x00000000 0x00010000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100442
443 /* Inbound 2GB range starting at 0 */
David Gibson71f34972008-05-15 16:46:39 +1000444 dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100445
446 /* This drives busses 40 to 0x7f */
David Gibson71f34972008-05-15 16:46:39 +1000447 bus-range = <0x40 0x7f>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100448
449 /* Legacy interrupts (note the weird polarity, the bridge seems
450 * to invert PCIe legacy interrupts).
451 * We are de-swizzling here because the numbers are actually for
452 * port of the root complex virtual P2P bridge. But I want
453 * to avoid putting a node for it in the tree, so the numbers
454 * below are basically de-swizzled numbers.
455 * The real slot is on idsel 0, so the swizzling is 1:1
456 */
David Gibson71f34972008-05-15 16:46:39 +1000457 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100458 interrupt-map = <
David Gibson71f34972008-05-15 16:46:39 +1000459 0x0 0x0 0x0 0x1 &UIC3 0xc 0x4 /* swizzled int A */
460 0x0 0x0 0x0 0x2 &UIC3 0xd 0x4 /* swizzled int B */
461 0x0 0x0 0x0 0x3 &UIC3 0xe 0x4 /* swizzled int C */
462 0x0 0x0 0x0 0x4 &UIC3 0xf 0x4 /* swizzled int D */>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100463 };
464
465 PCIE1: pciex@d20000000 {
466 device_type = "pci";
467 #interrupt-cells = <1>;
468 #size-cells = <2>;
469 #address-cells = <3>;
470 compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
471 primary;
David Gibson71f34972008-05-15 16:46:39 +1000472 port = <0x1>; /* port number */
473 reg = <0x0000000d 0x20000000 0x20000000 /* Config space access */
474 0x0000000c 0x08011000 0x00001000>; /* Registers */
475 dcr-reg = <0x120 0x020>;
476 sdr-base = <0x340>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100477
478 /* Outbound ranges, one memory and one IO,
479 * later cannot be changed
480 */
David Gibson71f34972008-05-15 16:46:39 +1000481 ranges = <0x02000000 0x00000000 0x80000000 0x0000000e 0x80000000 0x00000000 0x80000000
482 0x01000000 0x00000000 0x00000000 0x0000000f 0x80010000 0x00000000 0x00010000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100483
484 /* Inbound 2GB range starting at 0 */
David Gibson71f34972008-05-15 16:46:39 +1000485 dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100486
487 /* This drives busses 80 to 0xbf */
David Gibson71f34972008-05-15 16:46:39 +1000488 bus-range = <0x80 0xbf>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100489
490 /* Legacy interrupts (note the weird polarity, the bridge seems
491 * to invert PCIe legacy interrupts).
492 * We are de-swizzling here because the numbers are actually for
493 * port of the root complex virtual P2P bridge. But I want
494 * to avoid putting a node for it in the tree, so the numbers
495 * below are basically de-swizzled numbers.
496 * The real slot is on idsel 0, so the swizzling is 1:1
497 */
David Gibson71f34972008-05-15 16:46:39 +1000498 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100499 interrupt-map = <
David Gibson71f34972008-05-15 16:46:39 +1000500 0x0 0x0 0x0 0x1 &UIC3 0x10 0x4 /* swizzled int A */
501 0x0 0x0 0x0 0x2 &UIC3 0x11 0x4 /* swizzled int B */
502 0x0 0x0 0x0 0x3 &UIC3 0x12 0x4 /* swizzled int C */
503 0x0 0x0 0x0 0x4 &UIC3 0x13 0x4 /* swizzled int D */>;
Stefan Roesec06cf7d2008-03-20 17:34:24 +1100504 };
505 };
506};