blob: 213c88e5aee801c7483ef76c092b651c59f3d5ed [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
Andy Fleming2654d632006-08-18 18:04:34 -050048 };
49 };
50
51 memory {
52 device_type = "memory";
Kumar Gala32f960e2008-04-17 01:28:15 -050053 reg = <0x0 0x8000000>; // 128M at 0x0
Andy Fleming2654d632006-08-18 18:04:34 -050054 };
55
56 soc8548@e0000000 {
57 #address-cells = <1>;
58 #size-cells = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -050059 device_type = "soc";
Kumar Gala32f960e2008-04-17 01:28:15 -050060 ranges = <0x0 0xe0000000 0x100000>;
61 reg = <0xe0000000 0x1000>; // CCSRBAR
Andy Fleming2654d632006-08-18 18:04:34 -050062 bus-frequency = <0>;
63
Dave Jiang50cf6702007-05-10 10:03:05 -070064 memory-controller@2000 {
65 compatible = "fsl,8548-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050066 reg = <0x2000 0x1000>;
Dave Jiang50cf6702007-05-10 10:03:05 -070067 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050068 interrupts = <18 2>;
Dave Jiang50cf6702007-05-10 10:03:05 -070069 };
70
71 l2-cache-controller@20000 {
72 compatible = "fsl,8548-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050073 reg = <0x20000 0x1000>;
74 cache-line-size = <32>; // 32 bytes
75 cache-size = <0x80000>; // L2, 512K
Dave Jiang50cf6702007-05-10 10:03:05 -070076 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050077 interrupts = <16 2>;
Dave Jiang50cf6702007-05-10 10:03:05 -070078 };
79
Andy Fleming2654d632006-08-18 18:04:34 -050080 i2c@3000 {
Kumar Galaec9686c2007-12-11 23:17:24 -060081 #address-cells = <1>;
82 #size-cells = <0>;
83 cell-index = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -050084 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050085 reg = <0x3000 0x100>;
86 interrupts = <43 2>;
Kumar Gala52094872007-02-17 16:04:23 -060087 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -050088 dfsrr;
89 };
90
Kumar Galaec9686c2007-12-11 23:17:24 -060091 i2c@3100 {
92 #address-cells = <1>;
93 #size-cells = <0>;
94 cell-index = <1>;
95 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050096 reg = <0x3100 0x100>;
97 interrupts = <43 2>;
Kumar Galaec9686c2007-12-11 23:17:24 -060098 interrupt-parent = <&mpic>;
99 dfsrr;
100 };
101
Andy Fleming2654d632006-08-18 18:04:34 -0500102 mdio@24520 {
103 #address-cells = <1>;
104 #size-cells = <0>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600105 compatible = "fsl,gianfar-mdio";
Kumar Gala32f960e2008-04-17 01:28:15 -0500106 reg = <0x24520 0x20>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600107
Kumar Gala52094872007-02-17 16:04:23 -0600108 phy0: ethernet-phy@0 {
109 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500110 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500111 reg = <0x0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500112 device_type = "ethernet-phy";
113 };
Kumar Gala52094872007-02-17 16:04:23 -0600114 phy1: ethernet-phy@1 {
115 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500116 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500117 reg = <0x1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500118 device_type = "ethernet-phy";
119 };
Kumar Gala52094872007-02-17 16:04:23 -0600120 phy2: ethernet-phy@2 {
121 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500122 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500123 reg = <0x2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500124 device_type = "ethernet-phy";
125 };
Kumar Gala52094872007-02-17 16:04:23 -0600126 phy3: ethernet-phy@3 {
127 interrupt-parent = <&mpic>;
Kumar Gala58fe2552007-07-03 03:05:58 -0500128 interrupts = <5 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500129 reg = <0x3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500130 device_type = "ethernet-phy";
131 };
132 };
133
Kumar Galae77b28e2007-12-12 00:28:35 -0600134 enet0: ethernet@24000 {
135 cell-index = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500136 device_type = "network";
137 model = "eTSEC";
138 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500139 reg = <0x24000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500140 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500141 interrupts = <29 2 30 2 34 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600142 interrupt-parent = <&mpic>;
143 phy-handle = <&phy0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500144 };
145
Kumar Galae77b28e2007-12-12 00:28:35 -0600146 enet1: ethernet@25000 {
147 cell-index = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500148 device_type = "network";
149 model = "eTSEC";
150 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500151 reg = <0x25000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500152 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500153 interrupts = <35 2 36 2 40 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600154 interrupt-parent = <&mpic>;
155 phy-handle = <&phy1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500156 };
157
Kumar Gala52094872007-02-17 16:04:23 -0600158/* eTSEC 3/4 are currently broken
Kumar Galae77b28e2007-12-12 00:28:35 -0600159 enet2: ethernet@26000 {
160 cell-index = <2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500161 device_type = "network";
162 model = "eTSEC";
163 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500164 reg = <0x26000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500165 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500166 interrupts = <31 2 32 2 33 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600167 interrupt-parent = <&mpic>;
168 phy-handle = <&phy2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500169 };
170
Kumar Galae77b28e2007-12-12 00:28:35 -0600171 enet3: ethernet@27000 {
172 cell-index = <3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500173 device_type = "network";
174 model = "eTSEC";
175 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500176 reg = <0x27000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500177 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500178 interrupts = <37 2 38 2 39 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600179 interrupt-parent = <&mpic>;
180 phy-handle = <&phy3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500181 };
182 */
183
Kumar Galaea082fa2007-12-12 01:46:12 -0600184 serial0: serial@4500 {
185 cell-index = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500186 device_type = "serial";
187 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500188 reg = <0x4500 0x100>; // reg base, size
Randy Vinson6af01252007-07-17 16:37:12 -0700189 clock-frequency = <0>; // should we fill in in uboot?
Kumar Gala32f960e2008-04-17 01:28:15 -0500190 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600191 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -0500192 };
193
Kumar Galaea082fa2007-12-12 01:46:12 -0600194 serial1: serial@4600 {
195 cell-index = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500196 device_type = "serial";
197 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500198 reg = <0x4600 0x100>; // reg base, size
Randy Vinson6af01252007-07-17 16:37:12 -0700199 clock-frequency = <0>; // should we fill in in uboot?
Kumar Gala32f960e2008-04-17 01:28:15 -0500200 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600201 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -0500202 };
203
Roy Zang68fb0d22007-06-13 17:13:42 +0800204 global-utilities@e0000 { //global utilities reg
205 compatible = "fsl,mpc8548-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500206 reg = <0xe0000 0x1000>;
Roy Zang68fb0d22007-06-13 17:13:42 +0800207 fsl,has-rstcr;
208 };
209
Kumar Gala52094872007-02-17 16:04:23 -0600210 mpic: pic@40000 {
Andy Fleming2654d632006-08-18 18:04:34 -0500211 interrupt-controller;
212 #address-cells = <0>;
213 #interrupt-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500214 reg = <0x40000 0x40000>;
Andy Fleming2654d632006-08-18 18:04:34 -0500215 compatible = "chrp,open-pic";
216 device_type = "open-pic";
Andy Fleming2654d632006-08-18 18:04:34 -0500217 };
218 };
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500219
Kumar Galaea082fa2007-12-12 01:46:12 -0600220 pci0: pci@e0008000 {
221 cell-index = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500222 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500223 interrupt-map = <
224 /* IDSEL 0x4 (PCIX Slot 2) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500225 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
226 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
227 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
228 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500229
230 /* IDSEL 0x5 (PCIX Slot 3) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500231 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
232 0x2800 0x0 0x0 0x2 &mpic 0x2 0x1
233 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1
234 0x2800 0x0 0x0 0x4 &mpic 0x0 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500235
236 /* IDSEL 0x6 (PCIX Slot 4) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500237 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
238 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
239 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
240 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500241
242 /* IDSEL 0x8 (PCIX Slot 5) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500243 0x4000 0x0 0x0 0x1 &mpic 0x0 0x1
244 0x4000 0x0 0x0 0x2 &mpic 0x1 0x1
245 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1
246 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500247
248 /* IDSEL 0xC (Tsi310 bridge) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500249 0x6000 0x0 0x0 0x1 &mpic 0x0 0x1
250 0x6000 0x0 0x0 0x2 &mpic 0x1 0x1
251 0x6000 0x0 0x0 0x3 &mpic 0x2 0x1
252 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500253
254 /* IDSEL 0x14 (Slot 2) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500255 0xa000 0x0 0x0 0x1 &mpic 0x0 0x1
256 0xa000 0x0 0x0 0x2 &mpic 0x1 0x1
257 0xa000 0x0 0x0 0x3 &mpic 0x2 0x1
258 0xa000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500259
260 /* IDSEL 0x15 (Slot 3) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500261 0xa800 0x0 0x0 0x1 &mpic 0x1 0x1
262 0xa800 0x0 0x0 0x2 &mpic 0x2 0x1
263 0xa800 0x0 0x0 0x3 &mpic 0x3 0x1
264 0xa800 0x0 0x0 0x4 &mpic 0x0 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500265
266 /* IDSEL 0x16 (Slot 4) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500267 0xb000 0x0 0x0 0x1 &mpic 0x2 0x1
268 0xb000 0x0 0x0 0x2 &mpic 0x3 0x1
269 0xb000 0x0 0x0 0x3 &mpic 0x0 0x1
270 0xb000 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500271
272 /* IDSEL 0x18 (Slot 5) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500273 0xc000 0x0 0x0 0x1 &mpic 0x0 0x1
274 0xc000 0x0 0x0 0x2 &mpic 0x1 0x1
275 0xc000 0x0 0x0 0x3 &mpic 0x2 0x1
276 0xc000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500277
278 /* IDSEL 0x1C (Tsi310 bridge PCI primary) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500279 0xe000 0x0 0x0 0x1 &mpic 0x0 0x1
280 0xe000 0x0 0x0 0x2 &mpic 0x1 0x1
281 0xe000 0x0 0x0 0x3 &mpic 0x2 0x1
282 0xe000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500283
284 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500285 interrupts = <24 2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500286 bus-range = <0 0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500287 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
288 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
289 clock-frequency = <66666666>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500290 #interrupt-cells = <1>;
291 #size-cells = <2>;
292 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500293 reg = <0xe0008000 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500294 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
295 device_type = "pci";
296
297 pci_bridge@1c {
Kumar Gala32f960e2008-04-17 01:28:15 -0500298 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500299 interrupt-map = <
300
301 /* IDSEL 0x00 (PrPMC Site) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500302 0000 0x0 0x0 0x1 &mpic 0x0 0x1
303 0000 0x0 0x0 0x2 &mpic 0x1 0x1
304 0000 0x0 0x0 0x3 &mpic 0x2 0x1
305 0000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500306
307 /* IDSEL 0x04 (VIA chip) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500308 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
309 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
310 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
311 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500312
313 /* IDSEL 0x05 (8139) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500314 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500315
316 /* IDSEL 0x06 (Slot 6) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500317 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
318 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
319 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
320 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500321
322 /* IDESL 0x07 (Slot 7) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500323 0x3800 0x0 0x0 0x1 &mpic 0x3 0x1
324 0x3800 0x0 0x0 0x2 &mpic 0x0 0x1
325 0x3800 0x0 0x0 0x3 &mpic 0x1 0x1
326 0x3800 0x0 0x0 0x4 &mpic 0x2 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500327
Kumar Gala32f960e2008-04-17 01:28:15 -0500328 reg = <0xe000 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500329 #interrupt-cells = <1>;
330 #size-cells = <2>;
331 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500332 ranges = <0x2000000 0x0 0x80000000
333 0x2000000 0x0 0x80000000
334 0x0 0x20000000
335 0x1000000 0x0 0x0
336 0x1000000 0x0 0x0
337 0x0 0x80000>;
338 clock-frequency = <33333333>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500339
340 isa@4 {
341 device_type = "isa";
342 #interrupt-cells = <2>;
343 #size-cells = <1>;
344 #address-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500345 reg = <0x2000 0x0 0x0 0x0 0x0>;
346 ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500347 interrupt-parent = <&i8259>;
348
349 i8259: interrupt-controller@20 {
350 interrupt-controller;
351 device_type = "interrupt-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -0500352 reg = <0x1 0x20 0x2
353 0x1 0xa0 0x2
354 0x1 0x4d0 0x2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500355 #address-cells = <0>;
356 #interrupt-cells = <2>;
357 compatible = "chrp,iic";
358 interrupts = <0 1>;
359 interrupt-parent = <&mpic>;
360 };
361
362 rtc@70 {
363 compatible = "pnpPNP,b00";
Kumar Gala32f960e2008-04-17 01:28:15 -0500364 reg = <0x1 0x70 0x2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500365 };
366 };
367 };
368 };
369
Kumar Galaea082fa2007-12-12 01:46:12 -0600370 pci1: pci@e0009000 {
371 cell-index = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500372 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500373 interrupt-map = <
374
375 /* IDSEL 0x15 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500376 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
377 0xa800 0x0 0x0 0x2 &mpic 0x1 0x1
378 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1
379 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500380
381 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500382 interrupts = <25 2>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500383 bus-range = <0 0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500384 ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
385 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
386 clock-frequency = <66666666>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500387 #interrupt-cells = <1>;
388 #size-cells = <2>;
389 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500390 reg = <0xe0009000 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500391 compatible = "fsl,mpc8540-pci";
392 device_type = "pci";
393 };
394
Kumar Galaea082fa2007-12-12 01:46:12 -0600395 pci2: pcie@e000a000 {
396 cell-index = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500397 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500398 interrupt-map = <
399
400 /* IDSEL 0x0 (PEX) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500401 00000 0x0 0x0 0x1 &mpic 0x0 0x1
402 00000 0x0 0x0 0x2 &mpic 0x1 0x1
403 00000 0x0 0x0 0x3 &mpic 0x2 0x1
404 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500405
406 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500407 interrupts = <26 2>;
408 bus-range = <0 255>;
409 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
410 0x1000000 0x0 0x0 0xe3000000 0x0 0x8000000>;
411 clock-frequency = <33333333>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500412 #interrupt-cells = <1>;
413 #size-cells = <2>;
414 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500415 reg = <0xe000a000 0x1000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500416 compatible = "fsl,mpc8548-pcie";
417 device_type = "pci";
418 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500419 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500420 #size-cells = <2>;
421 #address-cells = <3>;
422 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500423 ranges = <0x2000000 0x0 0xa0000000
424 0x2000000 0x0 0xa0000000
425 0x0 0x20000000
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500426
Kumar Gala32f960e2008-04-17 01:28:15 -0500427 0x1000000 0x0 0x0
428 0x1000000 0x0 0x0
429 0x0 0x8000000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500430 };
431 };
Andy Fleming2654d632006-08-18 18:04:34 -0500432};