blob: 5c69b2fafd32c588e64b0bb1ec1f257010477b18 [file] [log] [blame]
Kumar Gala5d54ddc2007-09-11 01:25:43 -05001/*
2 * MPC8572 DS Device Tree Source
3 *
Kumar Gala32f960e2008-04-17 01:28:15 -05004 * Copyright 2007, 2008 Freescale Semiconductor Inc.
Kumar Gala5d54ddc2007-09-11 01:25:43 -05005 *
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
Kumar Gala32f960e2008-04-17 01:28:15 -050012/dts-v1/;
Kumar Gala5d54ddc2007-09-11 01:25:43 -050013/ {
14 model = "fsl,MPC8572DS";
15 compatible = "fsl,MPC8572DS";
Kumar Gala66eb9882008-10-20 23:02:26 -050016 #address-cells = <2>;
17 #size-cells = <2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -050018
Kumar Galaea082fa2007-12-12 01:46:12 -060019 aliases {
20 ethernet0 = &enet0;
21 ethernet1 = &enet1;
22 ethernet2 = &enet2;
23 ethernet3 = &enet3;
24 serial0 = &serial0;
25 serial1 = &serial1;
26 pci0 = &pci0;
27 pci1 = &pci1;
28 pci2 = &pci2;
29 };
30
Kumar Gala5d54ddc2007-09-11 01:25:43 -050031 cpus {
32 #address-cells = <1>;
33 #size-cells = <0>;
34
35 PowerPC,8572@0 {
36 device_type = "cpu";
Kumar Gala32f960e2008-04-17 01:28:15 -050037 reg = <0x0>;
38 d-cache-line-size = <32>; // 32 bytes
39 i-cache-line-size = <32>; // 32 bytes
40 d-cache-size = <0x8000>; // L1, 32K
41 i-cache-size = <0x8000>; // L1, 32K
Kumar Gala5d54ddc2007-09-11 01:25:43 -050042 timebase-frequency = <0>;
43 bus-frequency = <0>;
44 clock-frequency = <0>;
Kumar Galac0540652008-05-30 13:43:43 -050045 next-level-cache = <&L2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -050046 };
Kumar Gala7e258672008-02-05 23:58:30 -060047
48 PowerPC,8572@1 {
49 device_type = "cpu";
Kumar Gala32f960e2008-04-17 01:28:15 -050050 reg = <0x1>;
51 d-cache-line-size = <32>; // 32 bytes
52 i-cache-line-size = <32>; // 32 bytes
53 d-cache-size = <0x8000>; // L1, 32K
54 i-cache-size = <0x8000>; // L1, 32K
Kumar Gala7e258672008-02-05 23:58:30 -060055 timebase-frequency = <0>;
56 bus-frequency = <0>;
57 clock-frequency = <0>;
Kumar Galac0540652008-05-30 13:43:43 -050058 next-level-cache = <&L2>;
Kumar Gala7e258672008-02-05 23:58:30 -060059 };
Kumar Gala5d54ddc2007-09-11 01:25:43 -050060 };
61
62 memory {
63 device_type = "memory";
Kumar Gala5d54ddc2007-09-11 01:25:43 -050064 };
65
66 soc8572@ffe00000 {
67 #address-cells = <1>;
68 #size-cells = <1>;
69 device_type = "soc";
Kim Phillipscf0d19f2008-07-29 15:29:24 -050070 compatible = "simple-bus";
Kumar Gala66eb9882008-10-20 23:02:26 -050071 ranges = <0x0 0 0xffe00000 0x100000>;
72 reg = <0 0xffe00000 0 0x1000>; // CCSRBAR & soc regs, remove once parse code for immrbase fixed
Kumar Gala5d54ddc2007-09-11 01:25:43 -050073 bus-frequency = <0>; // Filled out by uboot.
74
75 memory-controller@2000 {
76 compatible = "fsl,mpc8572-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050077 reg = <0x2000 0x1000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -050078 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050079 interrupts = <18 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -050080 };
81
82 memory-controller@6000 {
83 compatible = "fsl,mpc8572-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050084 reg = <0x6000 0x1000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -050085 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050086 interrupts = <18 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -050087 };
88
Kumar Galac0540652008-05-30 13:43:43 -050089 L2: l2-cache-controller@20000 {
Kumar Gala5d54ddc2007-09-11 01:25:43 -050090 compatible = "fsl,mpc8572-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050091 reg = <0x20000 0x1000>;
92 cache-line-size = <32>; // 32 bytes
Trent Piephof464ff52008-11-19 10:40:55 -080093 cache-size = <0x100000>; // L2, 1M
Kumar Gala5d54ddc2007-09-11 01:25:43 -050094 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050095 interrupts = <16 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -050096 };
97
98 i2c@3000 {
Kumar Galaec9686c2007-12-11 23:17:24 -060099 #address-cells = <1>;
100 #size-cells = <0>;
101 cell-index = <0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500102 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -0500103 reg = <0x3000 0x100>;
104 interrupts = <43 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500105 interrupt-parent = <&mpic>;
106 dfsrr;
107 };
108
109 i2c@3100 {
Kumar Galaec9686c2007-12-11 23:17:24 -0600110 #address-cells = <1>;
111 #size-cells = <0>;
112 cell-index = <1>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500113 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -0500114 reg = <0x3100 0x100>;
115 interrupts = <43 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500116 interrupt-parent = <&mpic>;
117 dfsrr;
118 };
119
Kumar Galadee80552008-06-27 13:45:19 -0500120 dma@c300 {
121 #address-cells = <1>;
122 #size-cells = <1>;
123 compatible = "fsl,mpc8572-dma", "fsl,eloplus-dma";
124 reg = <0xc300 0x4>;
125 ranges = <0x0 0xc100 0x200>;
126 cell-index = <1>;
127 dma-channel@0 {
128 compatible = "fsl,mpc8572-dma-channel",
129 "fsl,eloplus-dma-channel";
130 reg = <0x0 0x80>;
131 cell-index = <0>;
132 interrupt-parent = <&mpic>;
133 interrupts = <76 2>;
134 };
135 dma-channel@80 {
136 compatible = "fsl,mpc8572-dma-channel",
137 "fsl,eloplus-dma-channel";
138 reg = <0x80 0x80>;
139 cell-index = <1>;
140 interrupt-parent = <&mpic>;
141 interrupts = <77 2>;
142 };
143 dma-channel@100 {
144 compatible = "fsl,mpc8572-dma-channel",
145 "fsl,eloplus-dma-channel";
146 reg = <0x100 0x80>;
147 cell-index = <2>;
148 interrupt-parent = <&mpic>;
149 interrupts = <78 2>;
150 };
151 dma-channel@180 {
152 compatible = "fsl,mpc8572-dma-channel",
153 "fsl,eloplus-dma-channel";
154 reg = <0x180 0x80>;
155 cell-index = <3>;
156 interrupt-parent = <&mpic>;
157 interrupts = <79 2>;
158 };
159 };
160
161 dma@21300 {
162 #address-cells = <1>;
163 #size-cells = <1>;
164 compatible = "fsl,mpc8572-dma", "fsl,eloplus-dma";
165 reg = <0x21300 0x4>;
166 ranges = <0x0 0x21100 0x200>;
167 cell-index = <0>;
168 dma-channel@0 {
169 compatible = "fsl,mpc8572-dma-channel",
170 "fsl,eloplus-dma-channel";
171 reg = <0x0 0x80>;
172 cell-index = <0>;
173 interrupt-parent = <&mpic>;
174 interrupts = <20 2>;
175 };
176 dma-channel@80 {
177 compatible = "fsl,mpc8572-dma-channel",
178 "fsl,eloplus-dma-channel";
179 reg = <0x80 0x80>;
180 cell-index = <1>;
181 interrupt-parent = <&mpic>;
182 interrupts = <21 2>;
183 };
184 dma-channel@100 {
185 compatible = "fsl,mpc8572-dma-channel",
186 "fsl,eloplus-dma-channel";
187 reg = <0x100 0x80>;
188 cell-index = <2>;
189 interrupt-parent = <&mpic>;
190 interrupts = <22 2>;
191 };
192 dma-channel@180 {
193 compatible = "fsl,mpc8572-dma-channel",
194 "fsl,eloplus-dma-channel";
195 reg = <0x180 0x80>;
196 cell-index = <3>;
197 interrupt-parent = <&mpic>;
198 interrupts = <23 2>;
199 };
200 };
201
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500202 mdio@24520 {
203 #address-cells = <1>;
204 #size-cells = <0>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600205 compatible = "fsl,gianfar-mdio";
Kumar Gala32f960e2008-04-17 01:28:15 -0500206 reg = <0x24520 0x20>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600207
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500208 phy0: ethernet-phy@0 {
209 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500210 interrupts = <10 1>;
211 reg = <0x0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500212 };
213 phy1: ethernet-phy@1 {
214 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500215 interrupts = <10 1>;
216 reg = <0x1>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500217 };
218 phy2: ethernet-phy@2 {
219 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500220 interrupts = <10 1>;
221 reg = <0x2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500222 };
223 phy3: ethernet-phy@3 {
224 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500225 interrupts = <10 1>;
226 reg = <0x3>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500227 };
228 };
229
Kumar Galae77b28e2007-12-12 00:28:35 -0600230 enet0: ethernet@24000 {
231 cell-index = <0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500232 device_type = "network";
233 model = "eTSEC";
234 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500235 reg = <0x24000 0x1000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500236 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500237 interrupts = <29 2 30 2 34 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500238 interrupt-parent = <&mpic>;
239 phy-handle = <&phy0>;
240 phy-connection-type = "rgmii-id";
241 };
242
Kumar Galae77b28e2007-12-12 00:28:35 -0600243 enet1: ethernet@25000 {
244 cell-index = <1>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500245 device_type = "network";
246 model = "eTSEC";
247 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500248 reg = <0x25000 0x1000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500249 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500250 interrupts = <35 2 36 2 40 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500251 interrupt-parent = <&mpic>;
252 phy-handle = <&phy1>;
253 phy-connection-type = "rgmii-id";
254 };
255
Kumar Galae77b28e2007-12-12 00:28:35 -0600256 enet2: ethernet@26000 {
257 cell-index = <2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500258 device_type = "network";
259 model = "eTSEC";
260 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500261 reg = <0x26000 0x1000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500262 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500263 interrupts = <31 2 32 2 33 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500264 interrupt-parent = <&mpic>;
265 phy-handle = <&phy2>;
266 phy-connection-type = "rgmii-id";
267 };
268
Kumar Galae77b28e2007-12-12 00:28:35 -0600269 enet3: ethernet@27000 {
270 cell-index = <3>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500271 device_type = "network";
272 model = "eTSEC";
273 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500274 reg = <0x27000 0x1000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500275 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500276 interrupts = <37 2 38 2 39 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500277 interrupt-parent = <&mpic>;
278 phy-handle = <&phy3>;
279 phy-connection-type = "rgmii-id";
280 };
281
Kumar Galaea082fa2007-12-12 01:46:12 -0600282 serial0: serial@4500 {
283 cell-index = <0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500284 device_type = "serial";
285 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500286 reg = <0x4500 0x100>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500287 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500288 interrupts = <42 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500289 interrupt-parent = <&mpic>;
290 };
291
Kumar Galaea082fa2007-12-12 01:46:12 -0600292 serial1: serial@4600 {
293 cell-index = <1>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500294 device_type = "serial";
295 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500296 reg = <0x4600 0x100>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500297 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500298 interrupts = <42 2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500299 interrupt-parent = <&mpic>;
300 };
301
302 global-utilities@e0000 { //global utilities block
303 compatible = "fsl,mpc8572-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500304 reg = <0xe0000 0x1000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500305 fsl,has-rstcr;
306 };
307
Jason Jin741edc42008-05-23 16:32:48 +0800308 msi@41600 {
309 compatible = "fsl,mpc8572-msi", "fsl,mpic-msi";
310 reg = <0x41600 0x80>;
311 msi-available-ranges = <0 0x100>;
312 interrupts = <
313 0xe0 0
314 0xe1 0
315 0xe2 0
316 0xe3 0
317 0xe4 0
318 0xe5 0
319 0xe6 0
320 0xe7 0>;
321 interrupt-parent = <&mpic>;
322 };
323
Kim Phillips3fd44732008-07-08 19:13:33 -0500324 crypto@30000 {
325 compatible = "fsl,sec3.0", "fsl,sec2.4", "fsl,sec2.2",
326 "fsl,sec2.1", "fsl,sec2.0";
327 reg = <0x30000 0x10000>;
328 interrupts = <45 2 58 2>;
329 interrupt-parent = <&mpic>;
330 fsl,num-channels = <4>;
331 fsl,channel-fifo-len = <24>;
332 fsl,exec-units-mask = <0x9fe>;
333 fsl,descriptor-types-mask = <0x3ab0ebf>;
334 };
335
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500336 mpic: pic@40000 {
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500337 interrupt-controller;
338 #address-cells = <0>;
339 #interrupt-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500340 reg = <0x40000 0x40000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500341 compatible = "chrp,open-pic";
342 device_type = "open-pic";
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500343 };
344 };
345
Kumar Galaea082fa2007-12-12 01:46:12 -0600346 pci0: pcie@ffe08000 {
347 cell-index = <0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500348 compatible = "fsl,mpc8548-pcie";
349 device_type = "pci";
350 #interrupt-cells = <1>;
351 #size-cells = <2>;
352 #address-cells = <3>;
Kumar Gala66eb9882008-10-20 23:02:26 -0500353 reg = <0 0xffe08000 0 0x1000>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500354 bus-range = <0 255>;
Kumar Gala66eb9882008-10-20 23:02:26 -0500355 ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
356 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x00010000>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500357 clock-frequency = <33333333>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500358 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500359 interrupts = <24 2>;
360 interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500361 interrupt-map = <
Kumar Galabebfa062007-11-19 23:36:23 -0600362 /* IDSEL 0x11 func 0 - PCI slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500363 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
364 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
365 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
366 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500367
Kumar Galabebfa062007-11-19 23:36:23 -0600368 /* IDSEL 0x11 func 1 - PCI slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500369 0x8900 0x0 0x0 0x1 &mpic 0x2 0x1
370 0x8900 0x0 0x0 0x2 &mpic 0x3 0x1
371 0x8900 0x0 0x0 0x3 &mpic 0x4 0x1
372 0x8900 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600373
374 /* IDSEL 0x11 func 2 - PCI slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500375 0x8a00 0x0 0x0 0x1 &mpic 0x2 0x1
376 0x8a00 0x0 0x0 0x2 &mpic 0x3 0x1
377 0x8a00 0x0 0x0 0x3 &mpic 0x4 0x1
378 0x8a00 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600379
380 /* IDSEL 0x11 func 3 - PCI slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500381 0x8b00 0x0 0x0 0x1 &mpic 0x2 0x1
382 0x8b00 0x0 0x0 0x2 &mpic 0x3 0x1
383 0x8b00 0x0 0x0 0x3 &mpic 0x4 0x1
384 0x8b00 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600385
386 /* IDSEL 0x11 func 4 - PCI slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500387 0x8c00 0x0 0x0 0x1 &mpic 0x2 0x1
388 0x8c00 0x0 0x0 0x2 &mpic 0x3 0x1
389 0x8c00 0x0 0x0 0x3 &mpic 0x4 0x1
390 0x8c00 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600391
392 /* IDSEL 0x11 func 5 - PCI slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500393 0x8d00 0x0 0x0 0x1 &mpic 0x2 0x1
394 0x8d00 0x0 0x0 0x2 &mpic 0x3 0x1
395 0x8d00 0x0 0x0 0x3 &mpic 0x4 0x1
396 0x8d00 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600397
398 /* IDSEL 0x11 func 6 - PCI slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500399 0x8e00 0x0 0x0 0x1 &mpic 0x2 0x1
400 0x8e00 0x0 0x0 0x2 &mpic 0x3 0x1
401 0x8e00 0x0 0x0 0x3 &mpic 0x4 0x1
402 0x8e00 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600403
404 /* IDSEL 0x11 func 7 - PCI slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500405 0x8f00 0x0 0x0 0x1 &mpic 0x2 0x1
406 0x8f00 0x0 0x0 0x2 &mpic 0x3 0x1
407 0x8f00 0x0 0x0 0x3 &mpic 0x4 0x1
408 0x8f00 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600409
410 /* IDSEL 0x12 func 0 - PCI slot 2 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500411 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
412 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
413 0x9000 0x0 0x0 0x3 &mpic 0x1 0x1
414 0x9000 0x0 0x0 0x4 &mpic 0x2 0x1
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500415
Kumar Galabebfa062007-11-19 23:36:23 -0600416 /* IDSEL 0x12 func 1 - PCI slot 2 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500417 0x9100 0x0 0x0 0x1 &mpic 0x3 0x1
418 0x9100 0x0 0x0 0x2 &mpic 0x4 0x1
419 0x9100 0x0 0x0 0x3 &mpic 0x1 0x1
420 0x9100 0x0 0x0 0x4 &mpic 0x2 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600421
422 /* IDSEL 0x12 func 2 - PCI slot 2 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500423 0x9200 0x0 0x0 0x1 &mpic 0x3 0x1
424 0x9200 0x0 0x0 0x2 &mpic 0x4 0x1
425 0x9200 0x0 0x0 0x3 &mpic 0x1 0x1
426 0x9200 0x0 0x0 0x4 &mpic 0x2 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600427
428 /* IDSEL 0x12 func 3 - PCI slot 2 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500429 0x9300 0x0 0x0 0x1 &mpic 0x3 0x1
430 0x9300 0x0 0x0 0x2 &mpic 0x4 0x1
431 0x9300 0x0 0x0 0x3 &mpic 0x1 0x1
432 0x9300 0x0 0x0 0x4 &mpic 0x2 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600433
434 /* IDSEL 0x12 func 4 - PCI slot 2 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500435 0x9400 0x0 0x0 0x1 &mpic 0x3 0x1
436 0x9400 0x0 0x0 0x2 &mpic 0x4 0x1
437 0x9400 0x0 0x0 0x3 &mpic 0x1 0x1
438 0x9400 0x0 0x0 0x4 &mpic 0x2 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600439
440 /* IDSEL 0x12 func 5 - PCI slot 2 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500441 0x9500 0x0 0x0 0x1 &mpic 0x3 0x1
442 0x9500 0x0 0x0 0x2 &mpic 0x4 0x1
443 0x9500 0x0 0x0 0x3 &mpic 0x1 0x1
444 0x9500 0x0 0x0 0x4 &mpic 0x2 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600445
446 /* IDSEL 0x12 func 6 - PCI slot 2 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500447 0x9600 0x0 0x0 0x1 &mpic 0x3 0x1
448 0x9600 0x0 0x0 0x2 &mpic 0x4 0x1
449 0x9600 0x0 0x0 0x3 &mpic 0x1 0x1
450 0x9600 0x0 0x0 0x4 &mpic 0x2 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600451
452 /* IDSEL 0x12 func 7 - PCI slot 2 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500453 0x9700 0x0 0x0 0x1 &mpic 0x3 0x1
454 0x9700 0x0 0x0 0x2 &mpic 0x4 0x1
455 0x9700 0x0 0x0 0x3 &mpic 0x1 0x1
456 0x9700 0x0 0x0 0x4 &mpic 0x2 0x1
Kumar Galabebfa062007-11-19 23:36:23 -0600457
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500458 // IDSEL 0x1c USB
Kumar Gala32f960e2008-04-17 01:28:15 -0500459 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
460 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
461 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
462 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500463
464 // IDSEL 0x1d Audio
Kumar Gala32f960e2008-04-17 01:28:15 -0500465 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500466
467 // IDSEL 0x1e Legacy
Kumar Gala32f960e2008-04-17 01:28:15 -0500468 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
469 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500470
471 // IDSEL 0x1f IDE/SATA
Kumar Gala32f960e2008-04-17 01:28:15 -0500472 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
473 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500474
475 >;
476
477 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500478 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500479 #size-cells = <2>;
480 #address-cells = <3>;
481 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500482 ranges = <0x2000000 0x0 0x80000000
483 0x2000000 0x0 0x80000000
484 0x0 0x20000000
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500485
Kumar Gala32f960e2008-04-17 01:28:15 -0500486 0x1000000 0x0 0x0
487 0x1000000 0x0 0x0
488 0x0 0x100000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500489 uli1575@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500490 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500491 #size-cells = <2>;
492 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500493 ranges = <0x2000000 0x0 0x80000000
494 0x2000000 0x0 0x80000000
495 0x0 0x20000000
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500496
Kumar Gala32f960e2008-04-17 01:28:15 -0500497 0x1000000 0x0 0x0
498 0x1000000 0x0 0x0
499 0x0 0x100000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500500 isa@1e {
501 device_type = "isa";
502 #interrupt-cells = <2>;
503 #size-cells = <1>;
504 #address-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500505 reg = <0xf000 0x0 0x0 0x0 0x0>;
506 ranges = <0x1 0x0 0x1000000 0x0 0x0
507 0x1000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500508 interrupt-parent = <&i8259>;
509
510 i8259: interrupt-controller@20 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500511 reg = <0x1 0x20 0x2
512 0x1 0xa0 0x2
513 0x1 0x4d0 0x2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500514 interrupt-controller;
515 device_type = "interrupt-controller";
516 #address-cells = <0>;
517 #interrupt-cells = <2>;
518 compatible = "chrp,iic";
519 interrupts = <9 2>;
520 interrupt-parent = <&mpic>;
521 };
522
523 i8042@60 {
524 #size-cells = <0>;
525 #address-cells = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500526 reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
527 interrupts = <1 3 12 3>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500528 interrupt-parent =
529 <&i8259>;
530
531 keyboard@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500532 reg = <0x0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500533 compatible = "pnpPNP,303";
534 };
535
536 mouse@1 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500537 reg = <0x1>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500538 compatible = "pnpPNP,f03";
539 };
540 };
541
542 rtc@70 {
543 compatible = "pnpPNP,b00";
Kumar Gala32f960e2008-04-17 01:28:15 -0500544 reg = <0x1 0x70 0x2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500545 };
546
547 gpio@400 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500548 reg = <0x1 0x400 0x80>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500549 };
550 };
551 };
552 };
553
554 };
555
Kumar Galaea082fa2007-12-12 01:46:12 -0600556 pci1: pcie@ffe09000 {
557 cell-index = <1>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500558 compatible = "fsl,mpc8548-pcie";
559 device_type = "pci";
560 #interrupt-cells = <1>;
561 #size-cells = <2>;
562 #address-cells = <3>;
Kumar Gala66eb9882008-10-20 23:02:26 -0500563 reg = <0 0xffe09000 0 0x1000>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500564 bus-range = <0 255>;
Kumar Gala66eb9882008-10-20 23:02:26 -0500565 ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
566 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x00010000>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500567 clock-frequency = <33333333>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500568 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500569 interrupts = <26 2>;
570 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500571 interrupt-map = <
572 /* IDSEL 0x0 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500573 0000 0x0 0x0 0x1 &mpic 0x4 0x1
574 0000 0x0 0x0 0x2 &mpic 0x5 0x1
575 0000 0x0 0x0 0x3 &mpic 0x6 0x1
576 0000 0x0 0x0 0x4 &mpic 0x7 0x1
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500577 >;
578 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500579 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500580 #size-cells = <2>;
581 #address-cells = <3>;
582 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500583 ranges = <0x2000000 0x0 0xa0000000
584 0x2000000 0x0 0xa0000000
585 0x0 0x20000000
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500586
Kumar Gala32f960e2008-04-17 01:28:15 -0500587 0x1000000 0x0 0x0
588 0x1000000 0x0 0x0
589 0x0 0x100000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500590 };
591 };
592
Kumar Galaea082fa2007-12-12 01:46:12 -0600593 pci2: pcie@ffe0a000 {
594 cell-index = <2>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500595 compatible = "fsl,mpc8548-pcie";
596 device_type = "pci";
597 #interrupt-cells = <1>;
598 #size-cells = <2>;
599 #address-cells = <3>;
Kumar Gala66eb9882008-10-20 23:02:26 -0500600 reg = <0 0xffe0a000 0 0x1000>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500601 bus-range = <0 255>;
Kumar Gala66eb9882008-10-20 23:02:26 -0500602 ranges = <0x2000000 0x0 0xc0000000 0 0xc0000000 0x0 0x20000000
603 0x1000000 0x0 0x00000000 0 0xffc20000 0x0 0x00010000>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500604 clock-frequency = <33333333>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500605 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500606 interrupts = <27 2>;
607 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500608 interrupt-map = <
609 /* IDSEL 0x0 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500610 0000 0x0 0x0 0x1 &mpic 0x0 0x1
611 0000 0x0 0x0 0x2 &mpic 0x1 0x1
612 0000 0x0 0x0 0x3 &mpic 0x2 0x1
613 0000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500614 >;
615 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500616 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500617 #size-cells = <2>;
618 #address-cells = <3>;
619 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500620 ranges = <0x2000000 0x0 0xc0000000
621 0x2000000 0x0 0xc0000000
622 0x0 0x20000000
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500623
Kumar Gala32f960e2008-04-17 01:28:15 -0500624 0x1000000 0x0 0x0
625 0x1000000 0x0 0x0
626 0x0 0x100000>;
Kumar Gala5d54ddc2007-09-11 01:25:43 -0500627 };
628 };
629};