blob: 431b496270dc47359e323f79e6e36e1049e9599f [file] [log] [blame]
Andy Fleming2654d632006-08-18 18:04:34 -05001/*
Roy Zang02edff52007-07-10 18:46:47 +08002 * MPC8548 CDS Device Tree Source
Andy Fleming2654d632006-08-18 18:04:34 -05003 *
Kumar Gala32f960e2008-04-17 01:28:15 -05004 * Copyright 2006, 2008 Freescale Semiconductor Inc.
Andy Fleming2654d632006-08-18 18:04:34 -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/;
Andy Fleming2654d632006-08-18 18:04:34 -050013
14/ {
15 model = "MPC8548CDS";
Kumar Gala52094872007-02-17 16:04:23 -060016 compatible = "MPC8548CDS", "MPC85xxCDS";
Andy Fleming2654d632006-08-18 18:04:34 -050017 #address-cells = <1>;
18 #size-cells = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -050019
Kumar Galaea082fa2007-12-12 01:46:12 -060020 aliases {
21 ethernet0 = &enet0;
22 ethernet1 = &enet1;
23/*
24 ethernet2 = &enet2;
25 ethernet3 = &enet3;
26*/
27 serial0 = &serial0;
28 serial1 = &serial1;
29 pci0 = &pci0;
30 pci1 = &pci1;
31 pci2 = &pci2;
32 };
33
Andy Fleming2654d632006-08-18 18:04:34 -050034 cpus {
Andy Fleming2654d632006-08-18 18:04:34 -050035 #address-cells = <1>;
36 #size-cells = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -050037
38 PowerPC,8548@0 {
39 device_type = "cpu";
Kumar Gala32f960e2008-04-17 01:28:15 -050040 reg = <0x0>;
41 d-cache-line-size = <32>; // 32 bytes
42 i-cache-line-size = <32>; // 32 bytes
43 d-cache-size = <0x8000>; // L1, 32K
44 i-cache-size = <0x8000>; // L1, 32K
Andy Fleming2654d632006-08-18 18:04:34 -050045 timebase-frequency = <0>; // 33 MHz, from uboot
46 bus-frequency = <0>; // 166 MHz
47 clock-frequency = <0>; // 825 MHz, from uboot
Kumar Galac0540652008-05-30 13:43:43 -050048 next-level-cache = <&L2>;
Andy Fleming2654d632006-08-18 18:04:34 -050049 };
50 };
51
52 memory {
53 device_type = "memory";
Kumar Gala32f960e2008-04-17 01:28:15 -050054 reg = <0x0 0x8000000>; // 128M at 0x0
Andy Fleming2654d632006-08-18 18:04:34 -050055 };
56
57 soc8548@e0000000 {
58 #address-cells = <1>;
59 #size-cells = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -050060 device_type = "soc";
Kim Phillipscf0d19f2008-07-29 15:29:24 -050061 compatible = "simple-bus";
Kumar Gala32f960e2008-04-17 01:28:15 -050062 ranges = <0x0 0xe0000000 0x100000>;
63 reg = <0xe0000000 0x1000>; // CCSRBAR
Andy Fleming2654d632006-08-18 18:04:34 -050064 bus-frequency = <0>;
65
Dave Jiang50cf6702007-05-10 10:03:05 -070066 memory-controller@2000 {
67 compatible = "fsl,8548-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050068 reg = <0x2000 0x1000>;
Dave Jiang50cf6702007-05-10 10:03:05 -070069 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050070 interrupts = <18 2>;
Dave Jiang50cf6702007-05-10 10:03:05 -070071 };
72
Kumar Galac0540652008-05-30 13:43:43 -050073 L2: l2-cache-controller@20000 {
Dave Jiang50cf6702007-05-10 10:03:05 -070074 compatible = "fsl,8548-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050075 reg = <0x20000 0x1000>;
76 cache-line-size = <32>; // 32 bytes
77 cache-size = <0x80000>; // L2, 512K
Dave Jiang50cf6702007-05-10 10:03:05 -070078 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050079 interrupts = <16 2>;
Dave Jiang50cf6702007-05-10 10:03:05 -070080 };
81
Andy Fleming2654d632006-08-18 18:04:34 -050082 i2c@3000 {
Kumar Galaec9686c2007-12-11 23:17:24 -060083 #address-cells = <1>;
84 #size-cells = <0>;
85 cell-index = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -050086 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050087 reg = <0x3000 0x100>;
88 interrupts = <43 2>;
Kumar Gala52094872007-02-17 16:04:23 -060089 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -050090 dfsrr;
91 };
92
Kumar Galaec9686c2007-12-11 23:17:24 -060093 i2c@3100 {
94 #address-cells = <1>;
95 #size-cells = <0>;
96 cell-index = <1>;
97 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050098 reg = <0x3100 0x100>;
99 interrupts = <43 2>;
Kumar Galaec9686c2007-12-11 23:17:24 -0600100 interrupt-parent = <&mpic>;
101 dfsrr;
102 };
103
Kumar Galadee80552008-06-27 13:45:19 -0500104 dma@21300 {
105 #address-cells = <1>;
106 #size-cells = <1>;
107 compatible = "fsl,mpc8548-dma", "fsl,eloplus-dma";
108 reg = <0x21300 0x4>;
109 ranges = <0x0 0x21100 0x200>;
110 cell-index = <0>;
111 dma-channel@0 {
112 compatible = "fsl,mpc8548-dma-channel",
113 "fsl,eloplus-dma-channel";
114 reg = <0x0 0x80>;
115 cell-index = <0>;
116 interrupt-parent = <&mpic>;
117 interrupts = <20 2>;
118 };
119 dma-channel@80 {
120 compatible = "fsl,mpc8548-dma-channel",
121 "fsl,eloplus-dma-channel";
122 reg = <0x80 0x80>;
123 cell-index = <1>;
124 interrupt-parent = <&mpic>;
125 interrupts = <21 2>;
126 };
127 dma-channel@100 {
128 compatible = "fsl,mpc8548-dma-channel",
129 "fsl,eloplus-dma-channel";
130 reg = <0x100 0x80>;
131 cell-index = <2>;
132 interrupt-parent = <&mpic>;
133 interrupts = <22 2>;
134 };
135 dma-channel@180 {
136 compatible = "fsl,mpc8548-dma-channel",
137 "fsl,eloplus-dma-channel";
138 reg = <0x180 0x80>;
139 cell-index = <3>;
140 interrupt-parent = <&mpic>;
141 interrupts = <23 2>;
142 };
143 };
144
Andy Fleming2654d632006-08-18 18:04:34 -0500145 mdio@24520 {
146 #address-cells = <1>;
147 #size-cells = <0>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600148 compatible = "fsl,gianfar-mdio";
Kumar Gala32f960e2008-04-17 01:28:15 -0500149 reg = <0x24520 0x20>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600150
Kumar Gala52094872007-02-17 16:04:23 -0600151 phy0: ethernet-phy@0 {
152 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500153 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500154 reg = <0x0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500155 device_type = "ethernet-phy";
156 };
Kumar Gala52094872007-02-17 16:04:23 -0600157 phy1: ethernet-phy@1 {
158 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500159 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500160 reg = <0x1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500161 device_type = "ethernet-phy";
162 };
Kumar Gala52094872007-02-17 16:04:23 -0600163 phy2: ethernet-phy@2 {
164 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500165 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500166 reg = <0x2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500167 device_type = "ethernet-phy";
168 };
Kumar Gala52094872007-02-17 16:04:23 -0600169 phy3: ethernet-phy@3 {
170 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500171 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500172 reg = <0x3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500173 device_type = "ethernet-phy";
174 };
175 };
176
Kumar Galae77b28e2007-12-12 00:28:35 -0600177 enet0: ethernet@24000 {
178 cell-index = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500179 device_type = "network";
180 model = "eTSEC";
181 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500182 reg = <0x24000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500183 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500184 interrupts = <29 2 30 2 34 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600185 interrupt-parent = <&mpic>;
186 phy-handle = <&phy0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500187 };
188
Kumar Galae77b28e2007-12-12 00:28:35 -0600189 enet1: ethernet@25000 {
190 cell-index = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500191 device_type = "network";
192 model = "eTSEC";
193 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500194 reg = <0x25000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500195 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500196 interrupts = <35 2 36 2 40 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600197 interrupt-parent = <&mpic>;
198 phy-handle = <&phy1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500199 };
200
Kumar Gala52094872007-02-17 16:04:23 -0600201/* eTSEC 3/4 are currently broken
Kumar Galae77b28e2007-12-12 00:28:35 -0600202 enet2: ethernet@26000 {
203 cell-index = <2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500204 device_type = "network";
205 model = "eTSEC";
206 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500207 reg = <0x26000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500208 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500209 interrupts = <31 2 32 2 33 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600210 interrupt-parent = <&mpic>;
211 phy-handle = <&phy2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500212 };
213
Kumar Galae77b28e2007-12-12 00:28:35 -0600214 enet3: ethernet@27000 {
215 cell-index = <3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500216 device_type = "network";
217 model = "eTSEC";
218 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500219 reg = <0x27000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500220 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500221 interrupts = <37 2 38 2 39 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600222 interrupt-parent = <&mpic>;
223 phy-handle = <&phy3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500224 };
225 */
226
Kumar Galaea082fa2007-12-12 01:46:12 -0600227 serial0: serial@4500 {
228 cell-index = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500229 device_type = "serial";
230 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500231 reg = <0x4500 0x100>; // reg base, size
Randy Vinson6af01252007-07-17 16:37:12 -0700232 clock-frequency = <0>; // should we fill in in uboot?
Kumar Gala32f960e2008-04-17 01:28:15 -0500233 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600234 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -0500235 };
236
Kumar Galaea082fa2007-12-12 01:46:12 -0600237 serial1: serial@4600 {
238 cell-index = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500239 device_type = "serial";
240 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500241 reg = <0x4600 0x100>; // reg base, size
Randy Vinson6af01252007-07-17 16:37:12 -0700242 clock-frequency = <0>; // should we fill in in uboot?
Kumar Gala32f960e2008-04-17 01:28:15 -0500243 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600244 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -0500245 };
246
Roy Zang68fb0d22007-06-13 17:13:42 +0800247 global-utilities@e0000 { //global utilities reg
248 compatible = "fsl,mpc8548-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500249 reg = <0xe0000 0x1000>;
Roy Zang68fb0d22007-06-13 17:13:42 +0800250 fsl,has-rstcr;
251 };
252
Kim Phillips3fd44732008-07-08 19:13:33 -0500253 crypto@30000 {
254 compatible = "fsl,sec2.1", "fsl,sec2.0";
255 reg = <0x30000 0x10000>;
256 interrupts = <45 2>;
257 interrupt-parent = <&mpic>;
258 fsl,num-channels = <4>;
259 fsl,channel-fifo-len = <24>;
260 fsl,exec-units-mask = <0xfe>;
261 fsl,descriptor-types-mask = <0x12b0ebf>;
262 };
263
Kumar Gala52094872007-02-17 16:04:23 -0600264 mpic: pic@40000 {
Andy Fleming2654d632006-08-18 18:04:34 -0500265 interrupt-controller;
266 #address-cells = <0>;
267 #interrupt-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500268 reg = <0x40000 0x40000>;
Andy Fleming2654d632006-08-18 18:04:34 -0500269 compatible = "chrp,open-pic";
270 device_type = "open-pic";
Andy Fleming2654d632006-08-18 18:04:34 -0500271 };
272 };
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500273
Kumar Galaea082fa2007-12-12 01:46:12 -0600274 pci0: pci@e0008000 {
275 cell-index = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500276 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500277 interrupt-map = <
278 /* IDSEL 0x4 (PCIX Slot 2) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500279 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
280 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
281 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
282 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500283
284 /* IDSEL 0x5 (PCIX Slot 3) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500285 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
286 0x2800 0x0 0x0 0x2 &mpic 0x2 0x1
287 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1
288 0x2800 0x0 0x0 0x4 &mpic 0x0 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500289
290 /* IDSEL 0x6 (PCIX Slot 4) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500291 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
292 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
293 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
294 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500295
296 /* IDSEL 0x8 (PCIX Slot 5) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500297 0x4000 0x0 0x0 0x1 &mpic 0x0 0x1
298 0x4000 0x0 0x0 0x2 &mpic 0x1 0x1
299 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1
300 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500301
302 /* IDSEL 0xC (Tsi310 bridge) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500303 0x6000 0x0 0x0 0x1 &mpic 0x0 0x1
304 0x6000 0x0 0x0 0x2 &mpic 0x1 0x1
305 0x6000 0x0 0x0 0x3 &mpic 0x2 0x1
306 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500307
308 /* IDSEL 0x14 (Slot 2) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500309 0xa000 0x0 0x0 0x1 &mpic 0x0 0x1
310 0xa000 0x0 0x0 0x2 &mpic 0x1 0x1
311 0xa000 0x0 0x0 0x3 &mpic 0x2 0x1
312 0xa000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500313
314 /* IDSEL 0x15 (Slot 3) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500315 0xa800 0x0 0x0 0x1 &mpic 0x1 0x1
316 0xa800 0x0 0x0 0x2 &mpic 0x2 0x1
317 0xa800 0x0 0x0 0x3 &mpic 0x3 0x1
318 0xa800 0x0 0x0 0x4 &mpic 0x0 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500319
320 /* IDSEL 0x16 (Slot 4) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500321 0xb000 0x0 0x0 0x1 &mpic 0x2 0x1
322 0xb000 0x0 0x0 0x2 &mpic 0x3 0x1
323 0xb000 0x0 0x0 0x3 &mpic 0x0 0x1
324 0xb000 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500325
326 /* IDSEL 0x18 (Slot 5) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500327 0xc000 0x0 0x0 0x1 &mpic 0x0 0x1
328 0xc000 0x0 0x0 0x2 &mpic 0x1 0x1
329 0xc000 0x0 0x0 0x3 &mpic 0x2 0x1
330 0xc000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500331
332 /* IDSEL 0x1C (Tsi310 bridge PCI primary) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500333 0xe000 0x0 0x0 0x1 &mpic 0x0 0x1
334 0xe000 0x0 0x0 0x2 &mpic 0x1 0x1
335 0xe000 0x0 0x0 0x3 &mpic 0x2 0x1
336 0xe000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500337
338 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500339 interrupts = <24 2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500340 bus-range = <0 0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500341 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
342 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
343 clock-frequency = <66666666>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500344 #interrupt-cells = <1>;
345 #size-cells = <2>;
346 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500347 reg = <0xe0008000 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500348 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
349 device_type = "pci";
350
351 pci_bridge@1c {
Kumar Gala32f960e2008-04-17 01:28:15 -0500352 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500353 interrupt-map = <
354
355 /* IDSEL 0x00 (PrPMC Site) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500356 0000 0x0 0x0 0x1 &mpic 0x0 0x1
357 0000 0x0 0x0 0x2 &mpic 0x1 0x1
358 0000 0x0 0x0 0x3 &mpic 0x2 0x1
359 0000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500360
361 /* IDSEL 0x04 (VIA chip) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500362 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
363 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
364 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
365 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500366
367 /* IDSEL 0x05 (8139) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500368 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500369
370 /* IDSEL 0x06 (Slot 6) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500371 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
372 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
373 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
374 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500375
376 /* IDESL 0x07 (Slot 7) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500377 0x3800 0x0 0x0 0x1 &mpic 0x3 0x1
378 0x3800 0x0 0x0 0x2 &mpic 0x0 0x1
379 0x3800 0x0 0x0 0x3 &mpic 0x1 0x1
380 0x3800 0x0 0x0 0x4 &mpic 0x2 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500381
Kumar Gala32f960e2008-04-17 01:28:15 -0500382 reg = <0xe000 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500383 #interrupt-cells = <1>;
384 #size-cells = <2>;
385 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500386 ranges = <0x2000000 0x0 0x80000000
387 0x2000000 0x0 0x80000000
388 0x0 0x20000000
389 0x1000000 0x0 0x0
390 0x1000000 0x0 0x0
391 0x0 0x80000>;
392 clock-frequency = <33333333>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500393
394 isa@4 {
395 device_type = "isa";
396 #interrupt-cells = <2>;
397 #size-cells = <1>;
398 #address-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500399 reg = <0x2000 0x0 0x0 0x0 0x0>;
400 ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500401 interrupt-parent = <&i8259>;
402
403 i8259: interrupt-controller@20 {
404 interrupt-controller;
405 device_type = "interrupt-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -0500406 reg = <0x1 0x20 0x2
407 0x1 0xa0 0x2
408 0x1 0x4d0 0x2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500409 #address-cells = <0>;
410 #interrupt-cells = <2>;
411 compatible = "chrp,iic";
412 interrupts = <0 1>;
413 interrupt-parent = <&mpic>;
414 };
415
416 rtc@70 {
417 compatible = "pnpPNP,b00";
Kumar Gala32f960e2008-04-17 01:28:15 -0500418 reg = <0x1 0x70 0x2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500419 };
420 };
421 };
422 };
423
Kumar Galaea082fa2007-12-12 01:46:12 -0600424 pci1: pci@e0009000 {
425 cell-index = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500426 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500427 interrupt-map = <
428
429 /* IDSEL 0x15 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500430 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
431 0xa800 0x0 0x0 0x2 &mpic 0x1 0x1
432 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1
433 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500434
435 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500436 interrupts = <25 2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500437 bus-range = <0 0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500438 ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
439 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
440 clock-frequency = <66666666>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500441 #interrupt-cells = <1>;
442 #size-cells = <2>;
443 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500444 reg = <0xe0009000 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500445 compatible = "fsl,mpc8540-pci";
446 device_type = "pci";
447 };
448
Kumar Galaea082fa2007-12-12 01:46:12 -0600449 pci2: pcie@e000a000 {
450 cell-index = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500451 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500452 interrupt-map = <
453
454 /* IDSEL 0x0 (PEX) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500455 00000 0x0 0x0 0x1 &mpic 0x0 0x1
456 00000 0x0 0x0 0x2 &mpic 0x1 0x1
457 00000 0x0 0x0 0x3 &mpic 0x2 0x1
458 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500459
460 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500461 interrupts = <26 2>;
462 bus-range = <0 255>;
463 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
Kumar Galaad168802008-06-06 10:35:13 -0500464 0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500465 clock-frequency = <33333333>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500466 #interrupt-cells = <1>;
467 #size-cells = <2>;
468 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500469 reg = <0xe000a000 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500470 compatible = "fsl,mpc8548-pcie";
471 device_type = "pci";
472 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500473 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500474 #size-cells = <2>;
475 #address-cells = <3>;
476 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500477 ranges = <0x2000000 0x0 0xa0000000
478 0x2000000 0x0 0xa0000000
479 0x0 0x20000000
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500480
Kumar Gala32f960e2008-04-17 01:28:15 -0500481 0x1000000 0x0 0x0
482 0x1000000 0x0 0x0
Kumar Galaad168802008-06-06 10:35:13 -0500483 0x0 0x100000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500484 };
485 };
Andy Fleming2654d632006-08-18 18:04:34 -0500486};