blob: 14534d04e4db1cf1e9709184754e9278011c0531 [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
Anton Vorontsov307db952008-08-14 21:13:42 +040055 localbus@e0005000 {
56 #address-cells = <2>;
57 #size-cells = <1>;
58 compatible = "fsl,mpc8360-localbus", "fsl,pq2pro-localbus",
59 "simple-bus";
60 reg = <0xe0005000 0xd8>;
61 ranges = <0 0 0xfe000000 0x02000000
62 1 0 0xf8000000 0x00008000>;
63
64 flash@0,0 {
65 compatible = "cfi-flash";
66 reg = <0 0 0x2000000>;
67 bank-width = <2>;
68 device-width = <1>;
69 };
70
71 bcsr@1,0 {
Anton Vorontsovfd657ef2008-10-18 04:23:52 +040072 compatible = "fsl,mpc8360mds-bcsr";
Anton Vorontsov307db952008-08-14 21:13:42 +040073 reg = <1 0 0x8000>;
74 };
Li Yang7a234d02006-10-02 20:10:10 -050075 };
76
77 soc8360@e0000000 {
78 #address-cells = <1>;
79 #size-cells = <1>;
Li Yang7a234d02006-10-02 20:10:10 -050080 device_type = "soc";
Kim Phillipscf0d19f2008-07-29 15:29:24 -050081 compatible = "simple-bus";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050082 ranges = <0x0 0xe0000000 0x00100000>;
83 reg = <0xe0000000 0x00000200>;
84 bus-frequency = <264000000>;
Li Yang7a234d02006-10-02 20:10:10 -050085
86 wdt@200 {
87 device_type = "watchdog";
88 compatible = "mpc83xx_wdt";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050089 reg = <0x200 0x100>;
Li Yang7a234d02006-10-02 20:10:10 -050090 };
91
92 i2c@3000 {
Kim Phillips27f498072007-11-08 13:37:06 -060093 #address-cells = <1>;
94 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -060095 cell-index = <0>;
Li Yang7a234d02006-10-02 20:10:10 -050096 compatible = "fsl-i2c";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050097 reg = <0x3000 0x100>;
98 interrupts = <14 0x8>;
99 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -0500100 dfsrr;
Kim Phillips27f498072007-11-08 13:37:06 -0600101
102 rtc@68 {
103 compatible = "dallas,ds1374";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500104 reg = <0x68>;
Kim Phillips27f498072007-11-08 13:37:06 -0600105 };
Li Yang7a234d02006-10-02 20:10:10 -0500106 };
107
108 i2c@3100 {
Kim Phillips27f498072007-11-08 13:37:06 -0600109 #address-cells = <1>;
110 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -0600111 cell-index = <1>;
Li Yang7a234d02006-10-02 20:10:10 -0500112 compatible = "fsl-i2c";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500113 reg = <0x3100 0x100>;
114 interrupts = <15 0x8>;
115 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -0500116 dfsrr;
117 };
118
Kumar Galaea082fa2007-12-12 01:46:12 -0600119 serial0: serial@4500 {
120 cell-index = <0>;
Li Yang7a234d02006-10-02 20:10:10 -0500121 device_type = "serial";
122 compatible = "ns16550";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500123 reg = <0x4500 0x100>;
124 clock-frequency = <264000000>;
125 interrupts = <9 0x8>;
126 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -0500127 };
128
Kumar Galaea082fa2007-12-12 01:46:12 -0600129 serial1: serial@4600 {
130 cell-index = <1>;
Li Yang7a234d02006-10-02 20:10:10 -0500131 device_type = "serial";
132 compatible = "ns16550";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500133 reg = <0x4600 0x100>;
134 clock-frequency = <264000000>;
135 interrupts = <10 0x8>;
136 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -0500137 };
138
Kumar Galadee80552008-06-27 13:45:19 -0500139 dma@82a8 {
140 #address-cells = <1>;
141 #size-cells = <1>;
142 compatible = "fsl,mpc8360-dma", "fsl,elo-dma";
143 reg = <0x82a8 4>;
144 ranges = <0 0x8100 0x1a8>;
145 interrupt-parent = <&ipic>;
146 interrupts = <71 8>;
147 cell-index = <0>;
148 dma-channel@0 {
149 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
150 reg = <0 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500151 cell-index = <0>;
Kumar Galadee80552008-06-27 13:45:19 -0500152 interrupt-parent = <&ipic>;
153 interrupts = <71 8>;
154 };
155 dma-channel@80 {
156 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
157 reg = <0x80 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500158 cell-index = <1>;
Kumar Galadee80552008-06-27 13:45:19 -0500159 interrupt-parent = <&ipic>;
160 interrupts = <71 8>;
161 };
162 dma-channel@100 {
163 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
164 reg = <0x100 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500165 cell-index = <2>;
Kumar Galadee80552008-06-27 13:45:19 -0500166 interrupt-parent = <&ipic>;
167 interrupts = <71 8>;
168 };
169 dma-channel@180 {
170 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
171 reg = <0x180 0x28>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500172 cell-index = <3>;
Kumar Galadee80552008-06-27 13:45:19 -0500173 interrupt-parent = <&ipic>;
174 interrupts = <71 8>;
175 };
176 };
177
Li Yang7a234d02006-10-02 20:10:10 -0500178 crypto@30000 {
Kim Phillips3fd44732008-07-08 19:13:33 -0500179 compatible = "fsl,sec2.0";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500180 reg = <0x30000 0x10000>;
181 interrupts = <11 0x8>;
182 interrupt-parent = <&ipic>;
Kim Phillips3fd44732008-07-08 19:13:33 -0500183 fsl,num-channels = <4>;
184 fsl,channel-fifo-len = <24>;
185 fsl,exec-units-mask = <0x7e>;
186 fsl,descriptor-types-mask = <0x01010ebf>;
Li Yang7a234d02006-10-02 20:10:10 -0500187 };
188
Kumar Galad71a1dc2007-02-16 09:57:22 -0600189 ipic: pic@700 {
Li Yang7a234d02006-10-02 20:10:10 -0500190 interrupt-controller;
191 #address-cells = <0>;
192 #interrupt-cells = <2>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500193 reg = <0x700 0x100>;
Li Yang7a234d02006-10-02 20:10:10 -0500194 device_type = "ipic";
195 };
196
197 par_io@1400 {
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500198 reg = <0x1400 0x100>;
Li Yang7a234d02006-10-02 20:10:10 -0500199 device_type = "par_io";
200 num-ports = <7>;
201
Kumar Galad71a1dc2007-02-16 09:57:22 -0600202 pio1: ucc_pin@01 {
Li Yang7a234d02006-10-02 20:10:10 -0500203 pio-map = <
204 /* port pin dir open_drain assignment has_irq */
205 0 3 1 0 1 0 /* TxD0 */
206 0 4 1 0 1 0 /* TxD1 */
207 0 5 1 0 1 0 /* TxD2 */
208 0 6 1 0 1 0 /* TxD3 */
209 1 6 1 0 3 0 /* TxD4 */
210 1 7 1 0 1 0 /* TxD5 */
211 1 9 1 0 2 0 /* TxD6 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500212 1 10 1 0 2 0 /* TxD7 */
Li Yang7a234d02006-10-02 20:10:10 -0500213 0 9 2 0 1 0 /* RxD0 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500214 0 10 2 0 1 0 /* RxD1 */
215 0 11 2 0 1 0 /* RxD2 */
216 0 12 2 0 1 0 /* RxD3 */
217 0 13 2 0 1 0 /* RxD4 */
Li Yang7a234d02006-10-02 20:10:10 -0500218 1 1 2 0 2 0 /* RxD5 */
219 1 0 2 0 2 0 /* RxD6 */
220 1 4 2 0 2 0 /* RxD7 */
221 0 7 1 0 1 0 /* TX_EN */
222 0 8 1 0 1 0 /* TX_ER */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500223 0 15 2 0 1 0 /* RX_DV */
224 0 16 2 0 1 0 /* RX_ER */
Li Yang7a234d02006-10-02 20:10:10 -0500225 0 0 2 0 1 0 /* RX_CLK */
226 2 9 1 0 3 0 /* GTX_CLK - CLK10 */
227 2 8 2 0 1 0>; /* GTX125 - CLK9 */
228 };
Kumar Galad71a1dc2007-02-16 09:57:22 -0600229 pio2: ucc_pin@02 {
Li Yang7a234d02006-10-02 20:10:10 -0500230 pio-map = <
231 /* port pin dir open_drain assignment has_irq */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500232 0 17 1 0 1 0 /* TxD0 */
233 0 18 1 0 1 0 /* TxD1 */
234 0 19 1 0 1 0 /* TxD2 */
235 0 20 1 0 1 0 /* TxD3 */
Li Yang7a234d02006-10-02 20:10:10 -0500236 1 2 1 0 1 0 /* TxD4 */
237 1 3 1 0 2 0 /* TxD5 */
238 1 5 1 0 3 0 /* TxD6 */
239 1 8 1 0 3 0 /* TxD7 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500240 0 23 2 0 1 0 /* RxD0 */
241 0 24 2 0 1 0 /* RxD1 */
242 0 25 2 0 1 0 /* RxD2 */
243 0 26 2 0 1 0 /* RxD3 */
244 0 27 2 0 1 0 /* RxD4 */
245 1 12 2 0 2 0 /* RxD5 */
246 1 13 2 0 3 0 /* RxD6 */
247 1 11 2 0 2 0 /* RxD7 */
248 0 21 1 0 1 0 /* TX_EN */
249 0 22 1 0 1 0 /* TX_ER */
250 0 29 2 0 1 0 /* RX_DV */
251 0 30 2 0 1 0 /* RX_ER */
252 0 31 2 0 1 0 /* RX_CLK */
Li Yang7a234d02006-10-02 20:10:10 -0500253 2 2 1 0 2 0 /* GTX_CLK - CLK10 */
254 2 3 2 0 1 0 /* GTX125 - CLK4 */
255 0 1 3 0 2 0 /* MDIO */
256 0 2 1 0 1 0>; /* MDC */
257 };
258
259 };
260 };
261
262 qe@e0100000 {
263 #address-cells = <1>;
264 #size-cells = <1>;
265 device_type = "qe";
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300266 compatible = "fsl,qe";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500267 ranges = <0x0 0xe0100000 0x00100000>;
268 reg = <0xe0100000 0x480>;
Li Yang7a234d02006-10-02 20:10:10 -0500269 brg-frequency = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500270 bus-frequency = <396000000>;
Li Yang7a234d02006-10-02 20:10:10 -0500271
272 muram@10000 {
Paul Gortmaker390167e2008-01-28 02:27:51 -0500273 #address-cells = <1>;
274 #size-cells = <1>;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300275 compatible = "fsl,qe-muram", "fsl,cpm-muram";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500276 ranges = <0x0 0x00010000 0x0000c000>;
Li Yang7a234d02006-10-02 20:10:10 -0500277
Paul Gortmaker390167e2008-01-28 02:27:51 -0500278 data-only@0 {
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300279 compatible = "fsl,qe-muram-data",
280 "fsl,cpm-muram-data";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500281 reg = <0x0 0xc000>;
Li Yang7a234d02006-10-02 20:10:10 -0500282 };
283 };
284
285 spi@4c0 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300286 cell-index = <0>;
287 compatible = "fsl,spi";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500288 reg = <0x4c0 0x40>;
Li Yang7a234d02006-10-02 20:10:10 -0500289 interrupts = <2>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500290 interrupt-parent = <&qeic>;
Li Yang7a234d02006-10-02 20:10:10 -0500291 mode = "cpu";
292 };
293
294 spi@500 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300295 cell-index = <1>;
296 compatible = "fsl,spi";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500297 reg = <0x500 0x40>;
Li Yang7a234d02006-10-02 20:10:10 -0500298 interrupts = <1>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500299 interrupt-parent = <&qeic>;
Li Yang7a234d02006-10-02 20:10:10 -0500300 mode = "cpu";
301 };
302
303 usb@6c0 {
Li Yang7a234d02006-10-02 20:10:10 -0500304 compatible = "qe_udc";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500305 reg = <0x6c0 0x40 0x8b00 0x100>;
306 interrupts = <11>;
307 interrupt-parent = <&qeic>;
Li Yang7a234d02006-10-02 20:10:10 -0500308 mode = "slave";
309 };
310
Kumar Galae77b28e2007-12-12 00:28:35 -0600311 enet0: ucc@2000 {
Li Yang7a234d02006-10-02 20:10:10 -0500312 device_type = "network";
313 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600314 cell-index = <1>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500315 reg = <0x2000 0x200>;
316 interrupts = <32>;
317 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500318 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600319 rx-clock-name = "none";
320 tx-clock-name = "clk9";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500321 phy-handle = <&phy0>;
Kim Phillips0fd8c472007-04-24 07:26:14 +1000322 phy-connection-type = "rgmii-id";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500323 pio-handle = <&pio1>;
Li Yang7a234d02006-10-02 20:10:10 -0500324 };
325
Kumar Galae77b28e2007-12-12 00:28:35 -0600326 enet1: ucc@3000 {
Li Yang7a234d02006-10-02 20:10:10 -0500327 device_type = "network";
328 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600329 cell-index = <2>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500330 reg = <0x3000 0x200>;
331 interrupts = <33>;
332 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500333 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600334 rx-clock-name = "none";
335 tx-clock-name = "clk4";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500336 phy-handle = <&phy1>;
Kim Phillips0fd8c472007-04-24 07:26:14 +1000337 phy-connection-type = "rgmii-id";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500338 pio-handle = <&pio2>;
Li Yang7a234d02006-10-02 20:10:10 -0500339 };
340
341 mdio@2120 {
342 #address-cells = <1>;
343 #size-cells = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500344 reg = <0x2120 0x18>;
Anton Vorontsovd0a2f822008-01-24 18:40:01 +0300345 compatible = "fsl,ucc-mdio";
Li Yang7a234d02006-10-02 20:10:10 -0500346
Kumar Galad71a1dc2007-02-16 09:57:22 -0600347 phy0: ethernet-phy@00 {
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500348 interrupt-parent = <&ipic>;
349 interrupts = <17 0x8>;
350 reg = <0x0>;
Li Yang7a234d02006-10-02 20:10:10 -0500351 device_type = "ethernet-phy";
Li Yang7a234d02006-10-02 20:10:10 -0500352 };
Kumar Galad71a1dc2007-02-16 09:57:22 -0600353 phy1: ethernet-phy@01 {
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500354 interrupt-parent = <&ipic>;
355 interrupts = <18 0x8>;
356 reg = <0x1>;
Li Yang7a234d02006-10-02 20:10:10 -0500357 device_type = "ethernet-phy";
Li Yang7a234d02006-10-02 20:10:10 -0500358 };
359 };
360
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300361 qeic: interrupt-controller@80 {
Li Yang7a234d02006-10-02 20:10:10 -0500362 interrupt-controller;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300363 compatible = "fsl,qe-ic";
Li Yang7a234d02006-10-02 20:10:10 -0500364 #address-cells = <0>;
365 #interrupt-cells = <1>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500366 reg = <0x80 0x80>;
Li Yang7a234d02006-10-02 20:10:10 -0500367 big-endian;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500368 interrupts = <32 0x8 33 0x8>; // high:32 low:33
369 interrupt-parent = <&ipic>;
Li Yang7a234d02006-10-02 20:10:10 -0500370 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500371 };
Li Yang7a234d02006-10-02 20:10:10 -0500372
Kumar Galaea082fa2007-12-12 01:46:12 -0600373 pci0: pci@e0008500 {
374 cell-index = <1>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500375 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500376 interrupt-map = <
377
378 /* IDSEL 0x11 AD17 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500379 0x8800 0x0 0x0 0x1 &ipic 20 0x8
380 0x8800 0x0 0x0 0x2 &ipic 21 0x8
381 0x8800 0x0 0x0 0x3 &ipic 22 0x8
382 0x8800 0x0 0x0 0x4 &ipic 23 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500383
384 /* IDSEL 0x12 AD18 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500385 0x9000 0x0 0x0 0x1 &ipic 22 0x8
386 0x9000 0x0 0x0 0x2 &ipic 23 0x8
387 0x9000 0x0 0x0 0x3 &ipic 20 0x8
388 0x9000 0x0 0x0 0x4 &ipic 21 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500389
390 /* IDSEL 0x13 AD19 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500391 0x9800 0x0 0x0 0x1 &ipic 23 0x8
392 0x9800 0x0 0x0 0x2 &ipic 20 0x8
393 0x9800 0x0 0x0 0x3 &ipic 21 0x8
394 0x9800 0x0 0x0 0x4 &ipic 22 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500395
396 /* IDSEL 0x15 AD21*/
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500397 0xa800 0x0 0x0 0x1 &ipic 20 0x8
398 0xa800 0x0 0x0 0x2 &ipic 21 0x8
399 0xa800 0x0 0x0 0x3 &ipic 22 0x8
400 0xa800 0x0 0x0 0x4 &ipic 23 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500401
402 /* IDSEL 0x16 AD22*/
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500403 0xb000 0x0 0x0 0x1 &ipic 23 0x8
404 0xb000 0x0 0x0 0x2 &ipic 20 0x8
405 0xb000 0x0 0x0 0x3 &ipic 21 0x8
406 0xb000 0x0 0x0 0x4 &ipic 22 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500407
408 /* IDSEL 0x17 AD23*/
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500409 0xb800 0x0 0x0 0x1 &ipic 22 0x8
410 0xb800 0x0 0x0 0x2 &ipic 23 0x8
411 0xb800 0x0 0x0 0x3 &ipic 20 0x8
412 0xb800 0x0 0x0 0x4 &ipic 21 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500413
414 /* IDSEL 0x18 AD24*/
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500415 0xc000 0x0 0x0 0x1 &ipic 21 0x8
416 0xc000 0x0 0x0 0x2 &ipic 22 0x8
417 0xc000 0x0 0x0 0x3 &ipic 23 0x8
418 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
419 interrupt-parent = <&ipic>;
420 interrupts = <66 0x8>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500421 bus-range = <0 0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500422 ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
423 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
424 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
425 clock-frequency = <66666666>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500426 #interrupt-cells = <1>;
427 #size-cells = <2>;
428 #address-cells = <3>;
John Rigby5b70a092008-10-07 13:00:18 -0600429 reg = <0xe0008500 0x100 /* internal registers */
430 0xe0008300 0x8>; /* config space access registers */
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500431 compatible = "fsl,mpc8349-pci";
432 device_type = "pci";
Li Yang7a234d02006-10-02 20:10:10 -0500433 };
434};