blob: 621388db3c9efc5af25376b749b841e984a5bbcb [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";
Kumar Gala32f960e2008-04-17 01:28:15 -050061 ranges = <0x0 0xe0000000 0x100000>;
62 reg = <0xe0000000 0x1000>; // CCSRBAR
Andy Fleming2654d632006-08-18 18:04:34 -050063 bus-frequency = <0>;
64
Dave Jiang50cf6702007-05-10 10:03:05 -070065 memory-controller@2000 {
66 compatible = "fsl,8548-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050067 reg = <0x2000 0x1000>;
Dave Jiang50cf6702007-05-10 10:03:05 -070068 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050069 interrupts = <18 2>;
Dave Jiang50cf6702007-05-10 10:03:05 -070070 };
71
Kumar Galac0540652008-05-30 13:43:43 -050072 L2: l2-cache-controller@20000 {
Dave Jiang50cf6702007-05-10 10:03:05 -070073 compatible = "fsl,8548-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050074 reg = <0x20000 0x1000>;
75 cache-line-size = <32>; // 32 bytes
76 cache-size = <0x80000>; // L2, 512K
Dave Jiang50cf6702007-05-10 10:03:05 -070077 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050078 interrupts = <16 2>;
Dave Jiang50cf6702007-05-10 10:03:05 -070079 };
80
Andy Fleming2654d632006-08-18 18:04:34 -050081 i2c@3000 {
Kumar Galaec9686c2007-12-11 23:17:24 -060082 #address-cells = <1>;
83 #size-cells = <0>;
84 cell-index = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -050085 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050086 reg = <0x3000 0x100>;
87 interrupts = <43 2>;
Kumar Gala52094872007-02-17 16:04:23 -060088 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -050089 dfsrr;
90 };
91
Kumar Galaec9686c2007-12-11 23:17:24 -060092 i2c@3100 {
93 #address-cells = <1>;
94 #size-cells = <0>;
95 cell-index = <1>;
96 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050097 reg = <0x3100 0x100>;
98 interrupts = <43 2>;
Kumar Galaec9686c2007-12-11 23:17:24 -060099 interrupt-parent = <&mpic>;
100 dfsrr;
101 };
102
Kumar Galadee80552008-06-27 13:45:19 -0500103 dma@21300 {
104 #address-cells = <1>;
105 #size-cells = <1>;
106 compatible = "fsl,mpc8548-dma", "fsl,eloplus-dma";
107 reg = <0x21300 0x4>;
108 ranges = <0x0 0x21100 0x200>;
109 cell-index = <0>;
110 dma-channel@0 {
111 compatible = "fsl,mpc8548-dma-channel",
112 "fsl,eloplus-dma-channel";
113 reg = <0x0 0x80>;
114 cell-index = <0>;
115 interrupt-parent = <&mpic>;
116 interrupts = <20 2>;
117 };
118 dma-channel@80 {
119 compatible = "fsl,mpc8548-dma-channel",
120 "fsl,eloplus-dma-channel";
121 reg = <0x80 0x80>;
122 cell-index = <1>;
123 interrupt-parent = <&mpic>;
124 interrupts = <21 2>;
125 };
126 dma-channel@100 {
127 compatible = "fsl,mpc8548-dma-channel",
128 "fsl,eloplus-dma-channel";
129 reg = <0x100 0x80>;
130 cell-index = <2>;
131 interrupt-parent = <&mpic>;
132 interrupts = <22 2>;
133 };
134 dma-channel@180 {
135 compatible = "fsl,mpc8548-dma-channel",
136 "fsl,eloplus-dma-channel";
137 reg = <0x180 0x80>;
138 cell-index = <3>;
139 interrupt-parent = <&mpic>;
140 interrupts = <23 2>;
141 };
142 };
143
Andy Fleming2654d632006-08-18 18:04:34 -0500144 mdio@24520 {
145 #address-cells = <1>;
146 #size-cells = <0>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600147 compatible = "fsl,gianfar-mdio";
Kumar Gala32f960e2008-04-17 01:28:15 -0500148 reg = <0x24520 0x20>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600149
Kumar Gala52094872007-02-17 16:04:23 -0600150 phy0: ethernet-phy@0 {
151 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500152 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500153 reg = <0x0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500154 device_type = "ethernet-phy";
155 };
Kumar Gala52094872007-02-17 16:04:23 -0600156 phy1: ethernet-phy@1 {
157 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500158 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500159 reg = <0x1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500160 device_type = "ethernet-phy";
161 };
Kumar Gala52094872007-02-17 16:04:23 -0600162 phy2: ethernet-phy@2 {
163 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500164 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500165 reg = <0x2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500166 device_type = "ethernet-phy";
167 };
Kumar Gala52094872007-02-17 16:04:23 -0600168 phy3: ethernet-phy@3 {
169 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500170 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500171 reg = <0x3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500172 device_type = "ethernet-phy";
173 };
174 };
175
Kumar Galae77b28e2007-12-12 00:28:35 -0600176 enet0: ethernet@24000 {
177 cell-index = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500178 device_type = "network";
179 model = "eTSEC";
180 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500181 reg = <0x24000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500182 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500183 interrupts = <29 2 30 2 34 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600184 interrupt-parent = <&mpic>;
185 phy-handle = <&phy0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500186 };
187
Kumar Galae77b28e2007-12-12 00:28:35 -0600188 enet1: ethernet@25000 {
189 cell-index = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500190 device_type = "network";
191 model = "eTSEC";
192 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500193 reg = <0x25000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500194 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500195 interrupts = <35 2 36 2 40 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600196 interrupt-parent = <&mpic>;
197 phy-handle = <&phy1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500198 };
199
Kumar Gala52094872007-02-17 16:04:23 -0600200/* eTSEC 3/4 are currently broken
Kumar Galae77b28e2007-12-12 00:28:35 -0600201 enet2: ethernet@26000 {
202 cell-index = <2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500203 device_type = "network";
204 model = "eTSEC";
205 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500206 reg = <0x26000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500207 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500208 interrupts = <31 2 32 2 33 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600209 interrupt-parent = <&mpic>;
210 phy-handle = <&phy2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500211 };
212
Kumar Galae77b28e2007-12-12 00:28:35 -0600213 enet3: ethernet@27000 {
214 cell-index = <3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500215 device_type = "network";
216 model = "eTSEC";
217 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500218 reg = <0x27000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500219 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500220 interrupts = <37 2 38 2 39 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600221 interrupt-parent = <&mpic>;
222 phy-handle = <&phy3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500223 };
224 */
225
Kumar Galaea082fa2007-12-12 01:46:12 -0600226 serial0: serial@4500 {
227 cell-index = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500228 device_type = "serial";
229 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500230 reg = <0x4500 0x100>; // reg base, size
Randy Vinson6af01252007-07-17 16:37:12 -0700231 clock-frequency = <0>; // should we fill in in uboot?
Kumar Gala32f960e2008-04-17 01:28:15 -0500232 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600233 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -0500234 };
235
Kumar Galaea082fa2007-12-12 01:46:12 -0600236 serial1: serial@4600 {
237 cell-index = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500238 device_type = "serial";
239 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500240 reg = <0x4600 0x100>; // reg base, size
Randy Vinson6af01252007-07-17 16:37:12 -0700241 clock-frequency = <0>; // should we fill in in uboot?
Kumar Gala32f960e2008-04-17 01:28:15 -0500242 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600243 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -0500244 };
245
Roy Zang68fb0d22007-06-13 17:13:42 +0800246 global-utilities@e0000 { //global utilities reg
247 compatible = "fsl,mpc8548-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500248 reg = <0xe0000 0x1000>;
Roy Zang68fb0d22007-06-13 17:13:42 +0800249 fsl,has-rstcr;
250 };
251
Kumar Gala52094872007-02-17 16:04:23 -0600252 mpic: pic@40000 {
Andy Fleming2654d632006-08-18 18:04:34 -0500253 interrupt-controller;
254 #address-cells = <0>;
255 #interrupt-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500256 reg = <0x40000 0x40000>;
Andy Fleming2654d632006-08-18 18:04:34 -0500257 compatible = "chrp,open-pic";
258 device_type = "open-pic";
Andy Fleming2654d632006-08-18 18:04:34 -0500259 };
260 };
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500261
Kumar Galaea082fa2007-12-12 01:46:12 -0600262 pci0: pci@e0008000 {
263 cell-index = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500264 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500265 interrupt-map = <
266 /* IDSEL 0x4 (PCIX Slot 2) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500267 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
268 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
269 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
270 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500271
272 /* IDSEL 0x5 (PCIX Slot 3) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500273 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
274 0x2800 0x0 0x0 0x2 &mpic 0x2 0x1
275 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1
276 0x2800 0x0 0x0 0x4 &mpic 0x0 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500277
278 /* IDSEL 0x6 (PCIX Slot 4) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500279 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
280 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
281 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
282 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500283
284 /* IDSEL 0x8 (PCIX Slot 5) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500285 0x4000 0x0 0x0 0x1 &mpic 0x0 0x1
286 0x4000 0x0 0x0 0x2 &mpic 0x1 0x1
287 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1
288 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500289
290 /* IDSEL 0xC (Tsi310 bridge) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500291 0x6000 0x0 0x0 0x1 &mpic 0x0 0x1
292 0x6000 0x0 0x0 0x2 &mpic 0x1 0x1
293 0x6000 0x0 0x0 0x3 &mpic 0x2 0x1
294 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500295
296 /* IDSEL 0x14 (Slot 2) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500297 0xa000 0x0 0x0 0x1 &mpic 0x0 0x1
298 0xa000 0x0 0x0 0x2 &mpic 0x1 0x1
299 0xa000 0x0 0x0 0x3 &mpic 0x2 0x1
300 0xa000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500301
302 /* IDSEL 0x15 (Slot 3) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500303 0xa800 0x0 0x0 0x1 &mpic 0x1 0x1
304 0xa800 0x0 0x0 0x2 &mpic 0x2 0x1
305 0xa800 0x0 0x0 0x3 &mpic 0x3 0x1
306 0xa800 0x0 0x0 0x4 &mpic 0x0 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500307
308 /* IDSEL 0x16 (Slot 4) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500309 0xb000 0x0 0x0 0x1 &mpic 0x2 0x1
310 0xb000 0x0 0x0 0x2 &mpic 0x3 0x1
311 0xb000 0x0 0x0 0x3 &mpic 0x0 0x1
312 0xb000 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500313
314 /* IDSEL 0x18 (Slot 5) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500315 0xc000 0x0 0x0 0x1 &mpic 0x0 0x1
316 0xc000 0x0 0x0 0x2 &mpic 0x1 0x1
317 0xc000 0x0 0x0 0x3 &mpic 0x2 0x1
318 0xc000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500319
320 /* IDSEL 0x1C (Tsi310 bridge PCI primary) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500321 0xe000 0x0 0x0 0x1 &mpic 0x0 0x1
322 0xe000 0x0 0x0 0x2 &mpic 0x1 0x1
323 0xe000 0x0 0x0 0x3 &mpic 0x2 0x1
324 0xe000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500325
326 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500327 interrupts = <24 2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500328 bus-range = <0 0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500329 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
330 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
331 clock-frequency = <66666666>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500332 #interrupt-cells = <1>;
333 #size-cells = <2>;
334 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500335 reg = <0xe0008000 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500336 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
337 device_type = "pci";
338
339 pci_bridge@1c {
Kumar Gala32f960e2008-04-17 01:28:15 -0500340 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500341 interrupt-map = <
342
343 /* IDSEL 0x00 (PrPMC Site) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500344 0000 0x0 0x0 0x1 &mpic 0x0 0x1
345 0000 0x0 0x0 0x2 &mpic 0x1 0x1
346 0000 0x0 0x0 0x3 &mpic 0x2 0x1
347 0000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500348
349 /* IDSEL 0x04 (VIA chip) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500350 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
351 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
352 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
353 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500354
355 /* IDSEL 0x05 (8139) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500356 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500357
358 /* IDSEL 0x06 (Slot 6) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500359 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
360 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
361 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
362 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500363
364 /* IDESL 0x07 (Slot 7) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500365 0x3800 0x0 0x0 0x1 &mpic 0x3 0x1
366 0x3800 0x0 0x0 0x2 &mpic 0x0 0x1
367 0x3800 0x0 0x0 0x3 &mpic 0x1 0x1
368 0x3800 0x0 0x0 0x4 &mpic 0x2 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500369
Kumar Gala32f960e2008-04-17 01:28:15 -0500370 reg = <0xe000 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500371 #interrupt-cells = <1>;
372 #size-cells = <2>;
373 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500374 ranges = <0x2000000 0x0 0x80000000
375 0x2000000 0x0 0x80000000
376 0x0 0x20000000
377 0x1000000 0x0 0x0
378 0x1000000 0x0 0x0
379 0x0 0x80000>;
380 clock-frequency = <33333333>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500381
382 isa@4 {
383 device_type = "isa";
384 #interrupt-cells = <2>;
385 #size-cells = <1>;
386 #address-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500387 reg = <0x2000 0x0 0x0 0x0 0x0>;
388 ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500389 interrupt-parent = <&i8259>;
390
391 i8259: interrupt-controller@20 {
392 interrupt-controller;
393 device_type = "interrupt-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -0500394 reg = <0x1 0x20 0x2
395 0x1 0xa0 0x2
396 0x1 0x4d0 0x2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500397 #address-cells = <0>;
398 #interrupt-cells = <2>;
399 compatible = "chrp,iic";
400 interrupts = <0 1>;
401 interrupt-parent = <&mpic>;
402 };
403
404 rtc@70 {
405 compatible = "pnpPNP,b00";
Kumar Gala32f960e2008-04-17 01:28:15 -0500406 reg = <0x1 0x70 0x2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500407 };
408 };
409 };
410 };
411
Kumar Galaea082fa2007-12-12 01:46:12 -0600412 pci1: pci@e0009000 {
413 cell-index = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500414 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500415 interrupt-map = <
416
417 /* IDSEL 0x15 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500418 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
419 0xa800 0x0 0x0 0x2 &mpic 0x1 0x1
420 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1
421 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500422
423 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500424 interrupts = <25 2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500425 bus-range = <0 0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500426 ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
427 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
428 clock-frequency = <66666666>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500429 #interrupt-cells = <1>;
430 #size-cells = <2>;
431 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500432 reg = <0xe0009000 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500433 compatible = "fsl,mpc8540-pci";
434 device_type = "pci";
435 };
436
Kumar Galaea082fa2007-12-12 01:46:12 -0600437 pci2: pcie@e000a000 {
438 cell-index = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500439 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500440 interrupt-map = <
441
442 /* IDSEL 0x0 (PEX) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500443 00000 0x0 0x0 0x1 &mpic 0x0 0x1
444 00000 0x0 0x0 0x2 &mpic 0x1 0x1
445 00000 0x0 0x0 0x3 &mpic 0x2 0x1
446 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500447
448 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500449 interrupts = <26 2>;
450 bus-range = <0 255>;
451 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
452 0x1000000 0x0 0x0 0xe3000000 0x0 0x8000000>;
453 clock-frequency = <33333333>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500454 #interrupt-cells = <1>;
455 #size-cells = <2>;
456 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500457 reg = <0xe000a000 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500458 compatible = "fsl,mpc8548-pcie";
459 device_type = "pci";
460 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500461 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500462 #size-cells = <2>;
463 #address-cells = <3>;
464 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500465 ranges = <0x2000000 0x0 0xa0000000
466 0x2000000 0x0 0xa0000000
467 0x0 0x20000000
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500468
Kumar Gala32f960e2008-04-17 01:28:15 -0500469 0x1000000 0x0 0x0
470 0x1000000 0x0 0x0
471 0x0 0x8000000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500472 };
473 };
Andy Fleming2654d632006-08-18 18:04:34 -0500474};