blob: 8e33b155f112752cbf8ee7218bc876b46ad50457 [file] [log] [blame]
Li Yang7a234d02006-10-02 20:10:10 -05001/*
2 * MPC8360E EMDS 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
12
13/*
14/memreserve/ 00000000 1000000;
15*/
16
Paul Gortmakercda13dd2008-01-28 16:09:36 -050017/dts-v1/;
18
Li Yang7a234d02006-10-02 20:10:10 -050019/ {
Kumar Galad71a1dc2007-02-16 09:57:22 -060020 model = "MPC8360MDS";
21 compatible = "MPC8360EMDS", "MPC836xMDS", "MPC83xxMDS";
Li Yang7a234d02006-10-02 20:10:10 -050022 #address-cells = <1>;
23 #size-cells = <1>;
Li Yang7a234d02006-10-02 20:10:10 -050024
Kumar Galaea082fa2007-12-12 01:46:12 -060025 aliases {
26 ethernet0 = &enet0;
27 ethernet1 = &enet1;
28 serial0 = &serial0;
29 serial1 = &serial1;
30 pci0 = &pci0;
31 };
32
Li Yang7a234d02006-10-02 20:10:10 -050033 cpus {
Li Yang7a234d02006-10-02 20:10:10 -050034 #address-cells = <1>;
35 #size-cells = <0>;
Li Yang7a234d02006-10-02 20:10:10 -050036
37 PowerPC,8360@0 {
38 device_type = "cpu";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050039 reg = <0x0>;
40 d-cache-line-size = <32>; // 32 bytes
41 i-cache-line-size = <32>; // 32 bytes
42 d-cache-size = <32768>; // L1, 32K
43 i-cache-size = <32768>; // L1, 32K
44 timebase-frequency = <66000000>;
45 bus-frequency = <264000000>;
46 clock-frequency = <528000000>;
Li Yang7a234d02006-10-02 20:10:10 -050047 };
48 };
49
50 memory {
51 device_type = "memory";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050052 reg = <0x00000000 0x10000000>;
Li Yang7a234d02006-10-02 20:10:10 -050053 };
54
55 bcsr@f8000000 {
56 device_type = "board-control";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050057 reg = <0xf8000000 0x8000>;
Li Yang7a234d02006-10-02 20:10:10 -050058 };
59
60 soc8360@e0000000 {
61 #address-cells = <1>;
62 #size-cells = <1>;
Li Yang7a234d02006-10-02 20:10:10 -050063 device_type = "soc";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050064 ranges = <0x0 0xe0000000 0x00100000>;
65 reg = <0xe0000000 0x00000200>;
66 bus-frequency = <264000000>;
Li Yang7a234d02006-10-02 20:10:10 -050067
68 wdt@200 {
69 device_type = "watchdog";
70 compatible = "mpc83xx_wdt";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050071 reg = <0x200 0x100>;
Li Yang7a234d02006-10-02 20:10:10 -050072 };
73
74 i2c@3000 {
Kim Phillips27f49802007-11-08 13:37:06 -060075 #address-cells = <1>;
76 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -060077 cell-index = <0>;
Li Yang7a234d02006-10-02 20:10:10 -050078 compatible = "fsl-i2c";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050079 reg = <0x3000 0x100>;
80 interrupts = <14 0x8>;
81 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -050082 dfsrr;
Kim Phillips27f49802007-11-08 13:37:06 -060083
84 rtc@68 {
85 compatible = "dallas,ds1374";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050086 reg = <0x68>;
Kim Phillips27f49802007-11-08 13:37:06 -060087 };
Li Yang7a234d02006-10-02 20:10:10 -050088 };
89
90 i2c@3100 {
Kim Phillips27f49802007-11-08 13:37:06 -060091 #address-cells = <1>;
92 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -060093 cell-index = <1>;
Li Yang7a234d02006-10-02 20:10:10 -050094 compatible = "fsl-i2c";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050095 reg = <0x3100 0x100>;
96 interrupts = <15 0x8>;
97 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -050098 dfsrr;
99 };
100
Kumar Galaea082fa2007-12-12 01:46:12 -0600101 serial0: serial@4500 {
102 cell-index = <0>;
Li Yang7a234d02006-10-02 20:10:10 -0500103 device_type = "serial";
104 compatible = "ns16550";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500105 reg = <0x4500 0x100>;
106 clock-frequency = <264000000>;
107 interrupts = <9 0x8>;
108 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -0500109 };
110
Kumar Galaea082fa2007-12-12 01:46:12 -0600111 serial1: serial@4600 {
112 cell-index = <1>;
Li Yang7a234d02006-10-02 20:10:10 -0500113 device_type = "serial";
114 compatible = "ns16550";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500115 reg = <0x4600 0x100>;
116 clock-frequency = <264000000>;
117 interrupts = <10 0x8>;
118 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -0500119 };
120
Kumar Galadee80552008-06-27 13:45:19 -0500121 dma@82a8 {
122 #address-cells = <1>;
123 #size-cells = <1>;
124 compatible = "fsl,mpc8360-dma", "fsl,elo-dma";
125 reg = <0x82a8 4>;
126 ranges = <0 0x8100 0x1a8>;
127 interrupt-parent = <&ipic>;
128 interrupts = <71 8>;
129 cell-index = <0>;
130 dma-channel@0 {
131 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
132 reg = <0 0x80>;
133 interrupt-parent = <&ipic>;
134 interrupts = <71 8>;
135 };
136 dma-channel@80 {
137 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
138 reg = <0x80 0x80>;
139 interrupt-parent = <&ipic>;
140 interrupts = <71 8>;
141 };
142 dma-channel@100 {
143 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
144 reg = <0x100 0x80>;
145 interrupt-parent = <&ipic>;
146 interrupts = <71 8>;
147 };
148 dma-channel@180 {
149 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
150 reg = <0x180 0x28>;
151 interrupt-parent = <&ipic>;
152 interrupts = <71 8>;
153 };
154 };
155
Li Yang7a234d02006-10-02 20:10:10 -0500156 crypto@30000 {
157 device_type = "crypto";
158 model = "SEC2";
159 compatible = "talitos";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500160 reg = <0x30000 0x10000>;
161 interrupts = <11 0x8>;
162 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -0500163 num-channels = <4>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500164 channel-fifo-len = <24>;
165 exec-units-mask = <0x0000007e>;
Li Yang7a234d02006-10-02 20:10:10 -0500166 /* desc mask is for rev1.x, we need runtime fixup for >=2.x */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500167 descriptor-types-mask = <0x01010ebf>;
Li Yang7a234d02006-10-02 20:10:10 -0500168 };
169
Kumar Galad71a1dc2007-02-16 09:57:22 -0600170 ipic: pic@700 {
Li Yang7a234d02006-10-02 20:10:10 -0500171 interrupt-controller;
172 #address-cells = <0>;
173 #interrupt-cells = <2>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500174 reg = <0x700 0x100>;
Li Yang7a234d02006-10-02 20:10:10 -0500175 device_type = "ipic";
176 };
177
178 par_io@1400 {
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500179 reg = <0x1400 0x100>;
Li Yang7a234d02006-10-02 20:10:10 -0500180 device_type = "par_io";
181 num-ports = <7>;
182
Kumar Galad71a1dc2007-02-16 09:57:22 -0600183 pio1: ucc_pin@01 {
Li Yang7a234d02006-10-02 20:10:10 -0500184 pio-map = <
185 /* port pin dir open_drain assignment has_irq */
186 0 3 1 0 1 0 /* TxD0 */
187 0 4 1 0 1 0 /* TxD1 */
188 0 5 1 0 1 0 /* TxD2 */
189 0 6 1 0 1 0 /* TxD3 */
190 1 6 1 0 3 0 /* TxD4 */
191 1 7 1 0 1 0 /* TxD5 */
192 1 9 1 0 2 0 /* TxD6 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500193 1 10 1 0 2 0 /* TxD7 */
Li Yang7a234d02006-10-02 20:10:10 -0500194 0 9 2 0 1 0 /* RxD0 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500195 0 10 2 0 1 0 /* RxD1 */
196 0 11 2 0 1 0 /* RxD2 */
197 0 12 2 0 1 0 /* RxD3 */
198 0 13 2 0 1 0 /* RxD4 */
Li Yang7a234d02006-10-02 20:10:10 -0500199 1 1 2 0 2 0 /* RxD5 */
200 1 0 2 0 2 0 /* RxD6 */
201 1 4 2 0 2 0 /* RxD7 */
202 0 7 1 0 1 0 /* TX_EN */
203 0 8 1 0 1 0 /* TX_ER */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500204 0 15 2 0 1 0 /* RX_DV */
205 0 16 2 0 1 0 /* RX_ER */
Li Yang7a234d02006-10-02 20:10:10 -0500206 0 0 2 0 1 0 /* RX_CLK */
207 2 9 1 0 3 0 /* GTX_CLK - CLK10 */
208 2 8 2 0 1 0>; /* GTX125 - CLK9 */
209 };
Kumar Galad71a1dc2007-02-16 09:57:22 -0600210 pio2: ucc_pin@02 {
Li Yang7a234d02006-10-02 20:10:10 -0500211 pio-map = <
212 /* port pin dir open_drain assignment has_irq */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500213 0 17 1 0 1 0 /* TxD0 */
214 0 18 1 0 1 0 /* TxD1 */
215 0 19 1 0 1 0 /* TxD2 */
216 0 20 1 0 1 0 /* TxD3 */
Li Yang7a234d02006-10-02 20:10:10 -0500217 1 2 1 0 1 0 /* TxD4 */
218 1 3 1 0 2 0 /* TxD5 */
219 1 5 1 0 3 0 /* TxD6 */
220 1 8 1 0 3 0 /* TxD7 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500221 0 23 2 0 1 0 /* RxD0 */
222 0 24 2 0 1 0 /* RxD1 */
223 0 25 2 0 1 0 /* RxD2 */
224 0 26 2 0 1 0 /* RxD3 */
225 0 27 2 0 1 0 /* RxD4 */
226 1 12 2 0 2 0 /* RxD5 */
227 1 13 2 0 3 0 /* RxD6 */
228 1 11 2 0 2 0 /* RxD7 */
229 0 21 1 0 1 0 /* TX_EN */
230 0 22 1 0 1 0 /* TX_ER */
231 0 29 2 0 1 0 /* RX_DV */
232 0 30 2 0 1 0 /* RX_ER */
233 0 31 2 0 1 0 /* RX_CLK */
Li Yang7a234d02006-10-02 20:10:10 -0500234 2 2 1 0 2 0 /* GTX_CLK - CLK10 */
235 2 3 2 0 1 0 /* GTX125 - CLK4 */
236 0 1 3 0 2 0 /* MDIO */
237 0 2 1 0 1 0>; /* MDC */
238 };
239
240 };
241 };
242
243 qe@e0100000 {
244 #address-cells = <1>;
245 #size-cells = <1>;
246 device_type = "qe";
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300247 compatible = "fsl,qe";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500248 ranges = <0x0 0xe0100000 0x00100000>;
249 reg = <0xe0100000 0x480>;
Li Yang7a234d02006-10-02 20:10:10 -0500250 brg-frequency = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500251 bus-frequency = <396000000>;
Li Yang7a234d02006-10-02 20:10:10 -0500252
253 muram@10000 {
Paul Gortmaker390167e2008-01-28 02:27:51 -0500254 #address-cells = <1>;
255 #size-cells = <1>;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300256 compatible = "fsl,qe-muram", "fsl,cpm-muram";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500257 ranges = <0x0 0x00010000 0x0000c000>;
Li Yang7a234d02006-10-02 20:10:10 -0500258
Paul Gortmaker390167e2008-01-28 02:27:51 -0500259 data-only@0 {
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300260 compatible = "fsl,qe-muram-data",
261 "fsl,cpm-muram-data";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500262 reg = <0x0 0xc000>;
Li Yang7a234d02006-10-02 20:10:10 -0500263 };
264 };
265
266 spi@4c0 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300267 cell-index = <0>;
268 compatible = "fsl,spi";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500269 reg = <0x4c0 0x40>;
Li Yang7a234d02006-10-02 20:10:10 -0500270 interrupts = <2>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500271 interrupt-parent = <&qeic>;
Li Yang7a234d02006-10-02 20:10:10 -0500272 mode = "cpu";
273 };
274
275 spi@500 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300276 cell-index = <1>;
277 compatible = "fsl,spi";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500278 reg = <0x500 0x40>;
Li Yang7a234d02006-10-02 20:10:10 -0500279 interrupts = <1>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500280 interrupt-parent = <&qeic>;
Li Yang7a234d02006-10-02 20:10:10 -0500281 mode = "cpu";
282 };
283
284 usb@6c0 {
Li Yang7a234d02006-10-02 20:10:10 -0500285 compatible = "qe_udc";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500286 reg = <0x6c0 0x40 0x8b00 0x100>;
287 interrupts = <11>;
288 interrupt-parent = <&qeic>;
Li Yang7a234d02006-10-02 20:10:10 -0500289 mode = "slave";
290 };
291
Kumar Galae77b28e2007-12-12 00:28:35 -0600292 enet0: ucc@2000 {
Li Yang7a234d02006-10-02 20:10:10 -0500293 device_type = "network";
294 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600295 cell-index = <1>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500296 reg = <0x2000 0x200>;
297 interrupts = <32>;
298 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500299 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600300 rx-clock-name = "none";
301 tx-clock-name = "clk9";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500302 phy-handle = <&phy0>;
Kim Phillips0fd8c472007-04-24 07:26:14 +1000303 phy-connection-type = "rgmii-id";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500304 pio-handle = <&pio1>;
Li Yang7a234d02006-10-02 20:10:10 -0500305 };
306
Kumar Galae77b28e2007-12-12 00:28:35 -0600307 enet1: ucc@3000 {
Li Yang7a234d02006-10-02 20:10:10 -0500308 device_type = "network";
309 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600310 cell-index = <2>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500311 reg = <0x3000 0x200>;
312 interrupts = <33>;
313 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500314 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600315 rx-clock-name = "none";
316 tx-clock-name = "clk4";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500317 phy-handle = <&phy1>;
Kim Phillips0fd8c472007-04-24 07:26:14 +1000318 phy-connection-type = "rgmii-id";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500319 pio-handle = <&pio2>;
Li Yang7a234d02006-10-02 20:10:10 -0500320 };
321
322 mdio@2120 {
323 #address-cells = <1>;
324 #size-cells = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500325 reg = <0x2120 0x18>;
Anton Vorontsovd0a2f822008-01-24 18:40:01 +0300326 compatible = "fsl,ucc-mdio";
Li Yang7a234d02006-10-02 20:10:10 -0500327
Kumar Galad71a1dc2007-02-16 09:57:22 -0600328 phy0: ethernet-phy@00 {
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500329 interrupt-parent = <&ipic>;
330 interrupts = <17 0x8>;
331 reg = <0x0>;
Li Yang7a234d02006-10-02 20:10:10 -0500332 device_type = "ethernet-phy";
Li Yang7a234d02006-10-02 20:10:10 -0500333 };
Kumar Galad71a1dc2007-02-16 09:57:22 -0600334 phy1: ethernet-phy@01 {
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500335 interrupt-parent = <&ipic>;
336 interrupts = <18 0x8>;
337 reg = <0x1>;
Li Yang7a234d02006-10-02 20:10:10 -0500338 device_type = "ethernet-phy";
Li Yang7a234d02006-10-02 20:10:10 -0500339 };
340 };
341
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300342 qeic: interrupt-controller@80 {
Li Yang7a234d02006-10-02 20:10:10 -0500343 interrupt-controller;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300344 compatible = "fsl,qe-ic";
Li Yang7a234d02006-10-02 20:10:10 -0500345 #address-cells = <0>;
346 #interrupt-cells = <1>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500347 reg = <0x80 0x80>;
Li Yang7a234d02006-10-02 20:10:10 -0500348 big-endian;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500349 interrupts = <32 0x8 33 0x8>; // high:32 low:33
350 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -0500351 };
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500352 };
Li Yang7a234d02006-10-02 20:10:10 -0500353
Kumar Galaea082fa2007-12-12 01:46:12 -0600354 pci0: pci@e0008500 {
355 cell-index = <1>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500356 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500357 interrupt-map = <
358
359 /* IDSEL 0x11 AD17 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500360 0x8800 0x0 0x0 0x1 &ipic 20 0x8
361 0x8800 0x0 0x0 0x2 &ipic 21 0x8
362 0x8800 0x0 0x0 0x3 &ipic 22 0x8
363 0x8800 0x0 0x0 0x4 &ipic 23 0x8
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500364
365 /* IDSEL 0x12 AD18 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500366 0x9000 0x0 0x0 0x1 &ipic 22 0x8
367 0x9000 0x0 0x0 0x2 &ipic 23 0x8
368 0x9000 0x0 0x0 0x3 &ipic 20 0x8
369 0x9000 0x0 0x0 0x4 &ipic 21 0x8
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500370
371 /* IDSEL 0x13 AD19 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500372 0x9800 0x0 0x0 0x1 &ipic 23 0x8
373 0x9800 0x0 0x0 0x2 &ipic 20 0x8
374 0x9800 0x0 0x0 0x3 &ipic 21 0x8
375 0x9800 0x0 0x0 0x4 &ipic 22 0x8
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500376
377 /* IDSEL 0x15 AD21*/
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500378 0xa800 0x0 0x0 0x1 &ipic 20 0x8
379 0xa800 0x0 0x0 0x2 &ipic 21 0x8
380 0xa800 0x0 0x0 0x3 &ipic 22 0x8
381 0xa800 0x0 0x0 0x4 &ipic 23 0x8
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500382
383 /* IDSEL 0x16 AD22*/
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500384 0xb000 0x0 0x0 0x1 &ipic 23 0x8
385 0xb000 0x0 0x0 0x2 &ipic 20 0x8
386 0xb000 0x0 0x0 0x3 &ipic 21 0x8
387 0xb000 0x0 0x0 0x4 &ipic 22 0x8
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500388
389 /* IDSEL 0x17 AD23*/
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500390 0xb800 0x0 0x0 0x1 &ipic 22 0x8
391 0xb800 0x0 0x0 0x2 &ipic 23 0x8
392 0xb800 0x0 0x0 0x3 &ipic 20 0x8
393 0xb800 0x0 0x0 0x4 &ipic 21 0x8
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500394
395 /* IDSEL 0x18 AD24*/
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500396 0xc000 0x0 0x0 0x1 &ipic 21 0x8
397 0xc000 0x0 0x0 0x2 &ipic 22 0x8
398 0xc000 0x0 0x0 0x3 &ipic 23 0x8
399 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
400 interrupt-parent = <&ipic>;
401 interrupts = <66 0x8>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500402 bus-range = <0 0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500403 ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
404 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
405 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
406 clock-frequency = <66666666>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500407 #interrupt-cells = <1>;
408 #size-cells = <2>;
409 #address-cells = <3>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500410 reg = <0xe0008500 0x100>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500411 compatible = "fsl,mpc8349-pci";
412 device_type = "pci";
Li Yang7a234d02006-10-02 20:10:10 -0500413 };
414};