blob: d72beb192460043e81e54e34270f6bee081011d3 [file] [log] [blame]
Jon Loeliger707ba162006-08-03 16:27:57 -05001/*
2 * MPC8641 HPCN Device Tree Source
3 *
4 * Copyright 2006 Freescale Semiconductor Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
10 */
11
Jon Loeliger6e050d42008-01-25 16:31:01 -060012/dts-v1/;
Jon Loeliger707ba162006-08-03 16:27:57 -050013
14/ {
15 model = "MPC8641HPCN";
Paul Gortmaker06f35b42008-04-16 13:53:06 -040016 compatible = "fsl,mpc8641hpcn";
Jon Loeliger707ba162006-08-03 16:27:57 -050017 #address-cells = <1>;
18 #size-cells = <1>;
19
Jon Loeliger1c1d1672007-12-05 11:32:50 -060020 aliases {
21 ethernet0 = &enet0;
22 ethernet1 = &enet1;
23 ethernet2 = &enet2;
24 ethernet3 = &enet3;
25 serial0 = &serial0;
26 serial1 = &serial1;
27 pci0 = &pci0;
28 pci1 = &pci1;
Becky Bruce47f80a32008-12-19 16:05:12 -060029/*
30 * Only one of Rapid IO or PCI can be present due to HW limitations and
31 * due to the fact that the 2 now share address space in the new memory
32 * map. The most likely case is that we have PCI, so comment out the
33 * rapidio node. Leave it here for reference.
34 */
35 /* rapidio0 = &rapidio0; */
Jon Loeliger1c1d1672007-12-05 11:32:50 -060036 };
37
Jon Loeliger707ba162006-08-03 16:27:57 -050038 cpus {
Jon Loeliger707ba162006-08-03 16:27:57 -050039 #address-cells = <1>;
40 #size-cells = <0>;
41
42 PowerPC,8641@0 {
43 device_type = "cpu";
44 reg = <0>;
Jon Loeliger6e050d42008-01-25 16:31:01 -060045 d-cache-line-size = <32>;
46 i-cache-line-size = <32>;
47 d-cache-size = <32768>; // L1
48 i-cache-size = <32768>; // L1
49 timebase-frequency = <0>; // From uboot
Jon Loeliger707ba162006-08-03 16:27:57 -050050 bus-frequency = <0>; // From uboot
51 clock-frequency = <0>; // From uboot
Jon Loeliger707ba162006-08-03 16:27:57 -050052 };
53 PowerPC,8641@1 {
54 device_type = "cpu";
55 reg = <1>;
Jon Loeliger6e050d42008-01-25 16:31:01 -060056 d-cache-line-size = <32>;
57 i-cache-line-size = <32>;
58 d-cache-size = <32768>;
59 i-cache-size = <32768>;
60 timebase-frequency = <0>; // From uboot
Jon Loeliger707ba162006-08-03 16:27:57 -050061 bus-frequency = <0>; // From uboot
62 clock-frequency = <0>; // From uboot
Jon Loeliger707ba162006-08-03 16:27:57 -050063 };
64 };
65
66 memory {
67 device_type = "memory";
Jon Loeliger6e050d42008-01-25 16:31:01 -060068 reg = <0x00000000 0x40000000>; // 1G at 0x0
Jon Loeliger707ba162006-08-03 16:27:57 -050069 };
70
Becky Bruce47f80a32008-12-19 16:05:12 -060071 localbus@ffe05000 {
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070072 #address-cells = <2>;
73 #size-cells = <1>;
74 compatible = "fsl,mpc8641-localbus", "simple-bus";
Becky Bruce47f80a32008-12-19 16:05:12 -060075 reg = <0xffe05000 0x1000>;
Jon Loeliger6e050d42008-01-25 16:31:01 -060076 interrupts = <19 2>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070077 interrupt-parent = <&mpic>;
78
Becky Bruce47f80a32008-12-19 16:05:12 -060079 ranges = <0 0 0xef800000 0x00800000
80 2 0 0xffdf8000 0x00008000
81 3 0 0xffdf0000 0x00008000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070082
83 flash@0,0 {
84 compatible = "cfi-flash";
Jon Loeliger6e050d42008-01-25 16:31:01 -060085 reg = <0 0 0x00800000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070086 bank-width = <2>;
87 device-width = <2>;
88 #address-cells = <1>;
89 #size-cells = <1>;
90 partition@0 {
91 label = "kernel";
Jon Loeliger6e050d42008-01-25 16:31:01 -060092 reg = <0x00000000 0x00300000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070093 };
94 partition@300000 {
95 label = "firmware b";
Jon Loeliger6e050d42008-01-25 16:31:01 -060096 reg = <0x00300000 0x00100000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -070097 read-only;
98 };
99 partition@400000 {
100 label = "fs";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600101 reg = <0x00400000 0x00300000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -0700102 };
103 partition@700000 {
104 label = "firmware a";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600105 reg = <0x00700000 0x00100000>;
Wade Farnsworth0ac247d2008-01-22 13:13:39 -0700106 read-only;
107 };
108 };
109 };
110
Becky Bruce47f80a32008-12-19 16:05:12 -0600111 soc8641@ffe00000 {
Jon Loeliger707ba162006-08-03 16:27:57 -0500112 #address-cells = <1>;
113 #size-cells = <1>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500114 device_type = "soc";
Wade Farnsworth0ac247d2008-01-22 13:13:39 -0700115 compatible = "simple-bus";
Becky Bruce47f80a32008-12-19 16:05:12 -0600116 ranges = <0x00000000 0xffe00000 0x00100000>;
117 reg = <0xffe00000 0x00001000>; // CCSRBAR
Jon Loeliger707ba162006-08-03 16:27:57 -0500118 bus-frequency = <0>;
119
120 i2c@3000 {
Kumar Galaec9686c2007-12-11 23:17:24 -0600121 #address-cells = <1>;
122 #size-cells = <0>;
123 cell-index = <0>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500124 compatible = "fsl-i2c";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600125 reg = <0x3000 0x100>;
126 interrupts = <43 2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600127 interrupt-parent = <&mpic>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500128 dfsrr;
129 };
130
131 i2c@3100 {
Kumar Galaec9686c2007-12-11 23:17:24 -0600132 #address-cells = <1>;
133 #size-cells = <0>;
134 cell-index = <1>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500135 compatible = "fsl-i2c";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600136 reg = <0x3100 0x100>;
137 interrupts = <43 2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600138 interrupt-parent = <&mpic>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500139 dfsrr;
140 };
141
Kumar Galadee80552008-06-27 13:45:19 -0500142 dma@21300 {
143 #address-cells = <1>;
144 #size-cells = <1>;
145 compatible = "fsl,mpc8641-dma", "fsl,eloplus-dma";
146 reg = <0x21300 0x4>;
147 ranges = <0x0 0x21100 0x200>;
148 cell-index = <0>;
149 dma-channel@0 {
150 compatible = "fsl,mpc8641-dma-channel",
151 "fsl,eloplus-dma-channel";
152 reg = <0x0 0x80>;
153 cell-index = <0>;
154 interrupt-parent = <&mpic>;
155 interrupts = <20 2>;
156 };
157 dma-channel@80 {
158 compatible = "fsl,mpc8641-dma-channel",
159 "fsl,eloplus-dma-channel";
160 reg = <0x80 0x80>;
161 cell-index = <1>;
162 interrupt-parent = <&mpic>;
163 interrupts = <21 2>;
164 };
165 dma-channel@100 {
166 compatible = "fsl,mpc8641-dma-channel",
167 "fsl,eloplus-dma-channel";
168 reg = <0x100 0x80>;
169 cell-index = <2>;
170 interrupt-parent = <&mpic>;
171 interrupts = <22 2>;
172 };
173 dma-channel@180 {
174 compatible = "fsl,mpc8641-dma-channel",
175 "fsl,eloplus-dma-channel";
176 reg = <0x180 0x80>;
177 cell-index = <3>;
178 interrupt-parent = <&mpic>;
179 interrupts = <23 2>;
180 };
181 };
182
Jon Loeliger1c1d1672007-12-05 11:32:50 -0600183 enet0: ethernet@24000 {
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300184 #address-cells = <1>;
185 #size-cells = <1>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600186 cell-index = <0>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500187 device_type = "network";
188 model = "TSEC";
189 compatible = "gianfar";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600190 reg = <0x24000 0x1000>;
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300191 ranges = <0x0 0x24000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500192 local-mac-address = [ 00 00 00 00 00 00 ];
Jon Loeliger6e050d42008-01-25 16:31:01 -0600193 interrupts = <29 2 30 2 34 2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600194 interrupt-parent = <&mpic>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800195 tbi-handle = <&tbi0>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600196 phy-handle = <&phy0>;
Andy Flemingcc651852007-07-10 17:28:49 -0500197 phy-connection-type = "rgmii-id";
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300198
199 mdio@520 {
200 #address-cells = <1>;
201 #size-cells = <0>;
202 compatible = "fsl,gianfar-mdio";
203 reg = <0x520 0x20>;
204
205 phy0: ethernet-phy@0 {
206 interrupt-parent = <&mpic>;
207 interrupts = <10 1>;
208 reg = <0>;
209 device_type = "ethernet-phy";
210 };
211 phy1: ethernet-phy@1 {
212 interrupt-parent = <&mpic>;
213 interrupts = <10 1>;
214 reg = <1>;
215 device_type = "ethernet-phy";
216 };
217 phy2: ethernet-phy@2 {
218 interrupt-parent = <&mpic>;
219 interrupts = <10 1>;
220 reg = <2>;
221 device_type = "ethernet-phy";
222 };
223 phy3: ethernet-phy@3 {
224 interrupt-parent = <&mpic>;
225 interrupts = <10 1>;
226 reg = <3>;
227 device_type = "ethernet-phy";
228 };
229 tbi0: tbi-phy@11 {
230 reg = <0x11>;
231 device_type = "tbi-phy";
232 };
233 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500234 };
235
Jon Loeliger1c1d1672007-12-05 11:32:50 -0600236 enet1: ethernet@25000 {
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300237 #address-cells = <1>;
238 #size-cells = <1>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600239 cell-index = <1>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500240 device_type = "network";
241 model = "TSEC";
242 compatible = "gianfar";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600243 reg = <0x25000 0x1000>;
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300244 ranges = <0x0 0x25000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500245 local-mac-address = [ 00 00 00 00 00 00 ];
Jon Loeliger6e050d42008-01-25 16:31:01 -0600246 interrupts = <35 2 36 2 40 2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600247 interrupt-parent = <&mpic>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800248 tbi-handle = <&tbi1>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600249 phy-handle = <&phy1>;
Andy Flemingcc651852007-07-10 17:28:49 -0500250 phy-connection-type = "rgmii-id";
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300251
252 mdio@520 {
253 #address-cells = <1>;
254 #size-cells = <0>;
255 compatible = "fsl,gianfar-tbi";
256 reg = <0x520 0x20>;
257
258 tbi1: tbi-phy@11 {
259 reg = <0x11>;
260 device_type = "tbi-phy";
261 };
262 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500263 };
264
Jon Loeliger1c1d1672007-12-05 11:32:50 -0600265 enet2: ethernet@26000 {
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300266 #address-cells = <1>;
267 #size-cells = <1>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600268 cell-index = <2>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500269 device_type = "network";
270 model = "TSEC";
271 compatible = "gianfar";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600272 reg = <0x26000 0x1000>;
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300273 ranges = <0x0 0x26000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500274 local-mac-address = [ 00 00 00 00 00 00 ];
Jon Loeliger6e050d42008-01-25 16:31:01 -0600275 interrupts = <31 2 32 2 33 2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600276 interrupt-parent = <&mpic>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800277 tbi-handle = <&tbi2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600278 phy-handle = <&phy2>;
Andy Flemingcc651852007-07-10 17:28:49 -0500279 phy-connection-type = "rgmii-id";
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300280
281 mdio@520 {
282 #address-cells = <1>;
283 #size-cells = <0>;
284 compatible = "fsl,gianfar-tbi";
285 reg = <0x520 0x20>;
286
287 tbi2: tbi-phy@11 {
288 reg = <0x11>;
289 device_type = "tbi-phy";
290 };
291 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500292 };
293
Jon Loeliger1c1d1672007-12-05 11:32:50 -0600294 enet3: ethernet@27000 {
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300295 #address-cells = <1>;
296 #size-cells = <1>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600297 cell-index = <3>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500298 device_type = "network";
299 model = "TSEC";
300 compatible = "gianfar";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600301 reg = <0x27000 0x1000>;
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300302 ranges = <0x0 0x27000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500303 local-mac-address = [ 00 00 00 00 00 00 ];
Jon Loeliger6e050d42008-01-25 16:31:01 -0600304 interrupts = <37 2 38 2 39 2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600305 interrupt-parent = <&mpic>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800306 tbi-handle = <&tbi3>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600307 phy-handle = <&phy3>;
Andy Flemingcc651852007-07-10 17:28:49 -0500308 phy-connection-type = "rgmii-id";
Anton Vorontsovd8bc55f2009-03-19 21:01:51 +0300309
310 mdio@520 {
311 #address-cells = <1>;
312 #size-cells = <0>;
313 compatible = "fsl,gianfar-tbi";
314 reg = <0x520 0x20>;
315
316 tbi3: tbi-phy@11 {
317 reg = <0x11>;
318 device_type = "tbi-phy";
319 };
320 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500321 };
Jon Loeliger1c1d1672007-12-05 11:32:50 -0600322
323 serial0: serial@4500 {
Kumar Galaea082fa2007-12-12 01:46:12 -0600324 cell-index = <0>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500325 device_type = "serial";
326 compatible = "ns16550";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600327 reg = <0x4500 0x100>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500328 clock-frequency = <0>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600329 interrupts = <42 2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600330 interrupt-parent = <&mpic>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500331 };
332
Jon Loeliger1c1d1672007-12-05 11:32:50 -0600333 serial1: serial@4600 {
Kumar Galaea082fa2007-12-12 01:46:12 -0600334 cell-index = <1>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500335 device_type = "serial";
336 compatible = "ns16550";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600337 reg = <0x4600 0x100>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500338 clock-frequency = <0>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600339 interrupts = <28 2>;
Kumar Gala6d9065d2007-02-17 16:09:56 -0600340 interrupt-parent = <&mpic>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500341 };
342
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500343 mpic: pic@40000 {
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500344 interrupt-controller;
345 #address-cells = <0>;
346 #interrupt-cells = <2>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600347 reg = <0x40000 0x40000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500348 compatible = "chrp,open-pic";
349 device_type = "open-pic";
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500350 };
Kumar Galae1c15752007-10-04 01:04:57 -0500351
352 global-utilities@e0000 {
353 compatible = "fsl,mpc8641-guts";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600354 reg = <0xe0000 0x1000>;
Kumar Galae1c15752007-10-04 01:04:57 -0500355 fsl,has-rstcr;
356 };
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500357 };
358
Becky Bruce47f80a32008-12-19 16:05:12 -0600359 pci0: pcie@ffe08000 {
Kumar Galaea082fa2007-12-12 01:46:12 -0600360 cell-index = <0>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500361 compatible = "fsl,mpc8641-pcie";
362 device_type = "pci";
363 #interrupt-cells = <1>;
364 #size-cells = <2>;
365 #address-cells = <3>;
Becky Bruce47f80a32008-12-19 16:05:12 -0600366 reg = <0xffe08000 0x1000>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600367 bus-range = <0x0 0xff>;
368 ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600369 0x01000000 0x0 0x00000000 0xffc00000 0x0 0x00010000>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600370 clock-frequency = <33333333>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500371 interrupt-parent = <&mpic>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600372 interrupts = <24 2>;
373 interrupt-map-mask = <0xff00 0 0 7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500374 interrupt-map = <
Kumar Galabebfa062007-11-19 23:36:23 -0600375 /* IDSEL 0x11 func 0 - PCI slot 1 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600376 0x8800 0 0 1 &mpic 2 1
377 0x8800 0 0 2 &mpic 3 1
378 0x8800 0 0 3 &mpic 4 1
379 0x8800 0 0 4 &mpic 1 1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500380
Kumar Galabebfa062007-11-19 23:36:23 -0600381 /* IDSEL 0x11 func 1 - PCI slot 1 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600382 0x8900 0 0 1 &mpic 2 1
383 0x8900 0 0 2 &mpic 3 1
384 0x8900 0 0 3 &mpic 4 1
385 0x8900 0 0 4 &mpic 1 1
Kumar Galabebfa062007-11-19 23:36:23 -0600386
387 /* IDSEL 0x11 func 2 - PCI slot 1 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600388 0x8a00 0 0 1 &mpic 2 1
389 0x8a00 0 0 2 &mpic 3 1
390 0x8a00 0 0 3 &mpic 4 1
391 0x8a00 0 0 4 &mpic 1 1
Kumar Galabebfa062007-11-19 23:36:23 -0600392
393 /* IDSEL 0x11 func 3 - PCI slot 1 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600394 0x8b00 0 0 1 &mpic 2 1
395 0x8b00 0 0 2 &mpic 3 1
396 0x8b00 0 0 3 &mpic 4 1
397 0x8b00 0 0 4 &mpic 1 1
Kumar Galabebfa062007-11-19 23:36:23 -0600398
399 /* IDSEL 0x11 func 4 - PCI slot 1 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600400 0x8c00 0 0 1 &mpic 2 1
401 0x8c00 0 0 2 &mpic 3 1
402 0x8c00 0 0 3 &mpic 4 1
403 0x8c00 0 0 4 &mpic 1 1
Kumar Galabebfa062007-11-19 23:36:23 -0600404
405 /* IDSEL 0x11 func 5 - PCI slot 1 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600406 0x8d00 0 0 1 &mpic 2 1
407 0x8d00 0 0 2 &mpic 3 1
408 0x8d00 0 0 3 &mpic 4 1
409 0x8d00 0 0 4 &mpic 1 1
Kumar Galabebfa062007-11-19 23:36:23 -0600410
411 /* IDSEL 0x11 func 6 - PCI slot 1 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600412 0x8e00 0 0 1 &mpic 2 1
413 0x8e00 0 0 2 &mpic 3 1
414 0x8e00 0 0 3 &mpic 4 1
415 0x8e00 0 0 4 &mpic 1 1
Kumar Galabebfa062007-11-19 23:36:23 -0600416
417 /* IDSEL 0x11 func 7 - PCI slot 1 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600418 0x8f00 0 0 1 &mpic 2 1
419 0x8f00 0 0 2 &mpic 3 1
420 0x8f00 0 0 3 &mpic 4 1
421 0x8f00 0 0 4 &mpic 1 1
Kumar Galabebfa062007-11-19 23:36:23 -0600422
423 /* IDSEL 0x12 func 0 - PCI slot 2 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600424 0x9000 0 0 1 &mpic 3 1
425 0x9000 0 0 2 &mpic 4 1
426 0x9000 0 0 3 &mpic 1 1
427 0x9000 0 0 4 &mpic 2 1
Kumar Galabebfa062007-11-19 23:36:23 -0600428
429 /* IDSEL 0x12 func 1 - PCI slot 2 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600430 0x9100 0 0 1 &mpic 3 1
431 0x9100 0 0 2 &mpic 4 1
432 0x9100 0 0 3 &mpic 1 1
433 0x9100 0 0 4 &mpic 2 1
Kumar Galabebfa062007-11-19 23:36:23 -0600434
435 /* IDSEL 0x12 func 2 - PCI slot 2 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600436 0x9200 0 0 1 &mpic 3 1
437 0x9200 0 0 2 &mpic 4 1
438 0x9200 0 0 3 &mpic 1 1
439 0x9200 0 0 4 &mpic 2 1
Kumar Galabebfa062007-11-19 23:36:23 -0600440
441 /* IDSEL 0x12 func 3 - PCI slot 2 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600442 0x9300 0 0 1 &mpic 3 1
443 0x9300 0 0 2 &mpic 4 1
444 0x9300 0 0 3 &mpic 1 1
445 0x9300 0 0 4 &mpic 2 1
Kumar Galabebfa062007-11-19 23:36:23 -0600446
447 /* IDSEL 0x12 func 4 - PCI slot 2 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600448 0x9400 0 0 1 &mpic 3 1
449 0x9400 0 0 2 &mpic 4 1
450 0x9400 0 0 3 &mpic 1 1
451 0x9400 0 0 4 &mpic 2 1
Kumar Galabebfa062007-11-19 23:36:23 -0600452
453 /* IDSEL 0x12 func 5 - PCI slot 2 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600454 0x9500 0 0 1 &mpic 3 1
455 0x9500 0 0 2 &mpic 4 1
456 0x9500 0 0 3 &mpic 1 1
457 0x9500 0 0 4 &mpic 2 1
Kumar Galabebfa062007-11-19 23:36:23 -0600458
459 /* IDSEL 0x12 func 6 - PCI slot 2 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600460 0x9600 0 0 1 &mpic 3 1
461 0x9600 0 0 2 &mpic 4 1
462 0x9600 0 0 3 &mpic 1 1
463 0x9600 0 0 4 &mpic 2 1
Kumar Galabebfa062007-11-19 23:36:23 -0600464
465 /* IDSEL 0x12 func 7 - PCI slot 2 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600466 0x9700 0 0 1 &mpic 3 1
467 0x9700 0 0 2 &mpic 4 1
468 0x9700 0 0 3 &mpic 1 1
469 0x9700 0 0 4 &mpic 2 1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500470
471 // IDSEL 0x1c USB
Jon Loeliger6e050d42008-01-25 16:31:01 -0600472 0xe000 0 0 1 &i8259 12 2
473 0xe100 0 0 2 &i8259 9 2
474 0xe200 0 0 3 &i8259 10 2
Kumar Galaba1616d2008-07-31 17:06:31 -0500475 0xe300 0 0 4 &i8259 11 2
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500476
477 // IDSEL 0x1d Audio
Jon Loeliger6e050d42008-01-25 16:31:01 -0600478 0xe800 0 0 1 &i8259 6 2
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500479
480 // IDSEL 0x1e Legacy
Jon Loeliger6e050d42008-01-25 16:31:01 -0600481 0xf000 0 0 1 &i8259 7 2
482 0xf100 0 0 1 &i8259 7 2
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500483
484 // IDSEL 0x1f IDE/SATA
Jon Loeliger6e050d42008-01-25 16:31:01 -0600485 0xf800 0 0 1 &i8259 14 2
486 0xf900 0 0 1 &i8259 5 2
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500487 >;
488
489 pcie@0 {
490 reg = <0 0 0 0 0>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500491 #size-cells = <2>;
492 #address-cells = <3>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500493 device_type = "pci";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600494 ranges = <0x02000000 0x0 0x80000000
495 0x02000000 0x0 0x80000000
496 0x0 0x20000000
Jon Loeliger707ba162006-08-03 16:27:57 -0500497
Jon Loeliger6e050d42008-01-25 16:31:01 -0600498 0x01000000 0x0 0x00000000
499 0x01000000 0x0 0x00000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600500 0x0 0x00010000>;
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700501 uli1575@0 {
502 reg = <0 0 0 0 0>;
503 #size-cells = <2>;
504 #address-cells = <3>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600505 ranges = <0x02000000 0x0 0x80000000
506 0x02000000 0x0 0x80000000
507 0x0 0x20000000
508 0x01000000 0x0 0x00000000
509 0x01000000 0x0 0x00000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600510 0x0 0x00010000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500511 isa@1e {
512 device_type = "isa";
513 #interrupt-cells = <2>;
514 #size-cells = <1>;
515 #address-cells = <2>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600516 reg = <0xf000 0 0 0 0>;
517 ranges = <1 0 0x01000000 0 0
518 0x00001000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500519 interrupt-parent = <&i8259>;
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700520
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500521 i8259: interrupt-controller@20 {
Jon Loeliger6e050d42008-01-25 16:31:01 -0600522 reg = <1 0x20 2
523 1 0xa0 2
524 1 0x4d0 2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500525 interrupt-controller;
526 device_type = "interrupt-controller";
527 #address-cells = <0>;
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700528 #interrupt-cells = <2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500529 compatible = "chrp,iic";
530 interrupts = <9 2>;
531 interrupt-parent = <&mpic>;
532 };
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700533
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500534 i8042@60 {
535 #size-cells = <0>;
536 #address-cells = <1>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600537 reg = <1 0x60 1 1 0x64 1>;
538 interrupts = <1 3 12 3>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500539 interrupt-parent =
540 <&i8259>;
541
542 keyboard@0 {
543 reg = <0>;
544 compatible = "pnpPNP,303";
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700545 };
546
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500547 mouse@1 {
548 reg = <1>;
549 compatible = "pnpPNP,f03";
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700550 };
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500551 };
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700552
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500553 rtc@70 {
554 compatible =
555 "pnpPNP,b00";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600556 reg = <1 0x70 2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500557 };
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700558
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500559 gpio@400 {
Jon Loeliger6e050d42008-01-25 16:31:01 -0600560 reg = <1 0x400 0x80>;
Wade Farnsworthdfac6fa2007-06-04 13:24:47 -0700561 };
562 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500563 };
Jon Loeliger707ba162006-08-03 16:27:57 -0500564 };
Zhang Weie0e3c8d2007-03-07 11:47:41 -0600565
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500566 };
567
Becky Bruce47f80a32008-12-19 16:05:12 -0600568 pci1: pcie@ffe09000 {
Kumar Galaea082fa2007-12-12 01:46:12 -0600569 cell-index = <1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500570 compatible = "fsl,mpc8641-pcie";
571 device_type = "pci";
572 #interrupt-cells = <1>;
573 #size-cells = <2>;
574 #address-cells = <3>;
Becky Bruce47f80a32008-12-19 16:05:12 -0600575 reg = <0xffe09000 0x1000>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600576 bus-range = <0 0xff>;
577 ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600578 0x01000000 0x0 0x00000000 0xffc10000 0x0 0x00010000>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600579 clock-frequency = <33333333>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500580 interrupt-parent = <&mpic>;
Jon Loeliger6e050d42008-01-25 16:31:01 -0600581 interrupts = <25 2>;
582 interrupt-map-mask = <0xf800 0 0 7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500583 interrupt-map = <
584 /* IDSEL 0x0 */
Jon Loeliger6e050d42008-01-25 16:31:01 -0600585 0x0000 0 0 1 &mpic 4 1
586 0x0000 0 0 2 &mpic 5 1
587 0x0000 0 0 3 &mpic 6 1
588 0x0000 0 0 4 &mpic 7 1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500589 >;
590 pcie@0 {
591 reg = <0 0 0 0 0>;
Zhang Weie0e3c8d2007-03-07 11:47:41 -0600592 #size-cells = <2>;
593 #address-cells = <3>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500594 device_type = "pci";
Jon Loeliger6e050d42008-01-25 16:31:01 -0600595 ranges = <0x02000000 0x0 0xa0000000
596 0x02000000 0x0 0xa0000000
597 0x0 0x20000000
Zhang Weie0e3c8d2007-03-07 11:47:41 -0600598
Jon Loeliger6e050d42008-01-25 16:31:01 -0600599 0x01000000 0x0 0x00000000
600 0x01000000 0x0 0x00000000
Becky Bruce47f80a32008-12-19 16:05:12 -0600601 0x0 0x00010000>;
Jon Loeliger707ba162006-08-03 16:27:57 -0500602 };
603 };
Becky Bruce47f80a32008-12-19 16:05:12 -0600604/*
605 rapidio0: rapidio@ffec0000 {
Zhang Wei56fde1f2008-04-18 13:33:42 -0700606 #address-cells = <2>;
607 #size-cells = <2>;
608 compatible = "fsl,rapidio-delta";
Becky Bruce47f80a32008-12-19 16:05:12 -0600609 reg = <0xffec0000 0x20000>;
610 ranges = <0 0 0x80000000 0 0x20000000>;
Zhang Wei56fde1f2008-04-18 13:33:42 -0700611 interrupt-parent = <&mpic>;
Becky Bruce47f80a32008-12-19 16:05:12 -0600612 // err_irq bell_outb_irq bell_inb_irq
613 // msg1_tx_irq msg1_rx_irq msg2_tx_irq msg2_rx_irq
Zhang Wei56fde1f2008-04-18 13:33:42 -0700614 interrupts = <48 2 49 2 50 2 53 2 54 2 55 2 56 2>;
615 };
Becky Bruce47f80a32008-12-19 16:05:12 -0600616*/
617
Jon Loeliger707ba162006-08-03 16:27:57 -0500618};