blob: c986c541e9bba8b9d013ede8db8e2017dc9ee6ee [file] [log] [blame]
Kim Phillips1b9a93e2006-08-29 18:13:31 -05001/*
2 * MPC8349E MDS Device Tree Source
3 *
4 * Copyright 2005, 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
Paul Gortmakereedd62e2008-01-25 01:22:09 -050012/dts-v1/;
13
Kim Phillips1b9a93e2006-08-29 18:13:31 -050014/ {
15 model = "MPC8349EMDS";
Kumar Galad71a1dc2007-02-16 09:57:22 -060016 compatible = "MPC8349EMDS", "MPC834xMDS", "MPC83xxMDS";
Kim Phillips1b9a93e2006-08-29 18:13:31 -050017 #address-cells = <1>;
18 #size-cells = <1>;
19
Kumar Galaea082fa2007-12-12 01:46:12 -060020 aliases {
21 ethernet0 = &enet0;
22 ethernet1 = &enet1;
23 serial0 = &serial0;
24 serial1 = &serial1;
25 pci0 = &pci0;
26 pci1 = &pci1;
27 };
28
Kim Phillips1b9a93e2006-08-29 18:13:31 -050029 cpus {
Kim Phillips1b9a93e2006-08-29 18:13:31 -050030 #address-cells = <1>;
31 #size-cells = <0>;
32
33 PowerPC,8349@0 {
34 device_type = "cpu";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050035 reg = <0x0>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -050036 d-cache-line-size = <32>;
37 i-cache-line-size = <32>;
38 d-cache-size = <32768>;
39 i-cache-size = <32768>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -050040 timebase-frequency = <0>; // from bootloader
41 bus-frequency = <0>; // from bootloader
42 clock-frequency = <0>; // from bootloader
Kim Phillips1b9a93e2006-08-29 18:13:31 -050043 };
44 };
45
46 memory {
47 device_type = "memory";
Paul Gortmakereedd62e2008-01-25 01:22:09 -050048 reg = <0x00000000 0x10000000>; // 256MB at 0
Kim Phillips1b9a93e2006-08-29 18:13:31 -050049 };
50
Li Yangea5b7a62007-02-07 13:51:09 +080051 bcsr@e2400000 {
Anton Vorontsovfd657ef2008-10-18 04:23:52 +040052 compatible = "fsl,mpc8349mds-bcsr";
Paul Gortmakereedd62e2008-01-25 01:22:09 -050053 reg = <0xe2400000 0x8000>;
Li Yangea5b7a62007-02-07 13:51:09 +080054 };
55
Kim Phillips1b9a93e2006-08-29 18:13:31 -050056 soc8349@e0000000 {
57 #address-cells = <1>;
58 #size-cells = <1>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -050059 device_type = "soc";
Kim Phillipscf0d19f2008-07-29 15:29:24 -050060 compatible = "simple-bus";
Paul Gortmakereedd62e2008-01-25 01:22:09 -050061 ranges = <0x0 0xe0000000 0x00100000>;
62 reg = <0xe0000000 0x00000200>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -050063 bus-frequency = <0>;
64
65 wdt@200 {
66 device_type = "watchdog";
67 compatible = "mpc83xx_wdt";
Paul Gortmakereedd62e2008-01-25 01:22:09 -050068 reg = <0x200 0x100>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -050069 };
70
71 i2c@3000 {
Kim Phillips27f498072007-11-08 13:37:06 -060072 #address-cells = <1>;
73 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -060074 cell-index = <0>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -050075 compatible = "fsl-i2c";
Paul Gortmakereedd62e2008-01-25 01:22:09 -050076 reg = <0x3000 0x100>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -050077 interrupts = <14 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -050078 interrupt-parent = <&ipic>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -050079 dfsrr;
Kim Phillips27f498072007-11-08 13:37:06 -060080
81 rtc@68 {
82 compatible = "dallas,ds1374";
Paul Gortmakereedd62e2008-01-25 01:22:09 -050083 reg = <0x68>;
Kim Phillips27f498072007-11-08 13:37:06 -060084 };
Kim Phillips1b9a93e2006-08-29 18:13:31 -050085 };
86
87 i2c@3100 {
Kim Phillips27f498072007-11-08 13:37:06 -060088 #address-cells = <1>;
89 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -060090 cell-index = <1>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -050091 compatible = "fsl-i2c";
Paul Gortmakereedd62e2008-01-25 01:22:09 -050092 reg = <0x3100 0x100>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -050093 interrupts = <15 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -050094 interrupt-parent = <&ipic>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -050095 dfsrr;
96 };
97
98 spi@7000 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +030099 cell-index = <0>;
100 compatible = "fsl,spi";
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500101 reg = <0x7000 0x1000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500102 interrupts = <16 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500103 interrupt-parent = <&ipic>;
Peter Korsgaard33799e32007-10-03 17:44:58 +0200104 mode = "cpu";
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500105 };
106
Kumar Galadee80552008-06-27 13:45:19 -0500107 dma@82a8 {
108 #address-cells = <1>;
109 #size-cells = <1>;
110 compatible = "fsl,mpc8349-dma", "fsl,elo-dma";
111 reg = <0x82a8 4>;
112 ranges = <0 0x8100 0x1a8>;
113 interrupt-parent = <&ipic>;
114 interrupts = <71 8>;
115 cell-index = <0>;
116 dma-channel@0 {
117 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
118 reg = <0 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500119 cell-index = <0>;
Kumar Galadee80552008-06-27 13:45:19 -0500120 interrupt-parent = <&ipic>;
121 interrupts = <71 8>;
122 };
123 dma-channel@80 {
124 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
125 reg = <0x80 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500126 cell-index = <1>;
Kumar Galadee80552008-06-27 13:45:19 -0500127 interrupt-parent = <&ipic>;
128 interrupts = <71 8>;
129 };
130 dma-channel@100 {
131 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
132 reg = <0x100 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500133 cell-index = <2>;
Kumar Galadee80552008-06-27 13:45:19 -0500134 interrupt-parent = <&ipic>;
135 interrupts = <71 8>;
136 };
137 dma-channel@180 {
138 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
139 reg = <0x180 0x28>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500140 cell-index = <3>;
Kumar Galadee80552008-06-27 13:45:19 -0500141 interrupt-parent = <&ipic>;
142 interrupts = <71 8>;
143 };
144 };
145
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500146 /* phy type (ULPI or SERIAL) are only types supported for MPH */
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500147 /* port = 0 or 1 */
148 usb@22000 {
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500149 compatible = "fsl-usb2-mph";
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500150 reg = <0x22000 0x1000>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500151 #address-cells = <1>;
152 #size-cells = <0>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500153 interrupt-parent = <&ipic>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500154 interrupts = <39 0x8>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500155 phy_type = "ulpi";
156 port1;
157 };
158 /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
159 usb@23000 {
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500160 compatible = "fsl-usb2-dr";
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500161 reg = <0x23000 0x1000>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500162 #address-cells = <1>;
163 #size-cells = <0>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500164 interrupt-parent = <&ipic>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500165 interrupts = <38 0x8>;
Li Yangea5b7a62007-02-07 13:51:09 +0800166 dr_mode = "otg";
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500167 phy_type = "ulpi";
168 };
169
170 mdio@24520 {
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500171 #address-cells = <1>;
172 #size-cells = <0>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600173 compatible = "fsl,gianfar-mdio";
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500174 reg = <0x24520 0x20>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600175
Kumar Galad71a1dc2007-02-16 09:57:22 -0600176 phy0: ethernet-phy@0 {
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500177 interrupt-parent = <&ipic>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500178 interrupts = <17 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500179 reg = <0x0>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500180 device_type = "ethernet-phy";
181 };
Kumar Galad71a1dc2007-02-16 09:57:22 -0600182 phy1: ethernet-phy@1 {
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500183 interrupt-parent = <&ipic>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500184 interrupts = <18 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500185 reg = <0x1>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500186 device_type = "ethernet-phy";
187 };
188 };
189
Kumar Galae77b28e2007-12-12 00:28:35 -0600190 enet0: ethernet@24000 {
191 cell-index = <0>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500192 device_type = "network";
193 model = "TSEC";
194 compatible = "gianfar";
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500195 reg = <0x24000 0x1000>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500196 local-mac-address = [ 00 00 00 00 00 00 ];
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500197 interrupts = <32 0x8 33 0x8 34 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500198 interrupt-parent = <&ipic>;
199 phy-handle = <&phy0>;
Grant Likelyad25a4c2007-08-31 06:26:24 +1000200 linux,network-index = <0>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500201 };
202
Kumar Galae77b28e2007-12-12 00:28:35 -0600203 enet1: ethernet@25000 {
204 cell-index = <1>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500205 device_type = "network";
206 model = "TSEC";
207 compatible = "gianfar";
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500208 reg = <0x25000 0x1000>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500209 local-mac-address = [ 00 00 00 00 00 00 ];
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500210 interrupts = <35 0x8 36 0x8 37 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500211 interrupt-parent = <&ipic>;
212 phy-handle = <&phy1>;
Grant Likelyad25a4c2007-08-31 06:26:24 +1000213 linux,network-index = <1>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500214 };
215
Kumar Galaea082fa2007-12-12 01:46:12 -0600216 serial0: serial@4500 {
217 cell-index = <0>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500218 device_type = "serial";
219 compatible = "ns16550";
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500220 reg = <0x4500 0x100>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500221 clock-frequency = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500222 interrupts = <9 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500223 interrupt-parent = <&ipic>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500224 };
225
Kumar Galaea082fa2007-12-12 01:46:12 -0600226 serial1: serial@4600 {
227 cell-index = <1>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500228 device_type = "serial";
229 compatible = "ns16550";
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500230 reg = <0x4600 0x100>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500231 clock-frequency = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500232 interrupts = <10 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500233 interrupt-parent = <&ipic>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500234 };
235
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500236 crypto@30000 {
Kim Phillips3fd44732008-07-08 19:13:33 -0500237 compatible = "fsl,sec2.0";
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500238 reg = <0x30000 0x10000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500239 interrupts = <11 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500240 interrupt-parent = <&ipic>;
Kim Phillips3fd44732008-07-08 19:13:33 -0500241 fsl,num-channels = <4>;
242 fsl,channel-fifo-len = <24>;
243 fsl,exec-units-mask = <0x7e>;
244 fsl,descriptor-types-mask = <0x01010ebf>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500245 };
246
247 /* IPIC
248 * interrupts cell = <intr #, sense>
249 * sense values match linux IORESOURCE_IRQ_* defines:
250 * sense == 8: Level, low assertion
251 * sense == 2: Edge, high-to-low change
252 */
Kumar Galad71a1dc2007-02-16 09:57:22 -0600253 ipic: pic@700 {
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500254 interrupt-controller;
255 #address-cells = <0>;
256 #interrupt-cells = <2>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500257 reg = <0x700 0x100>;
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500258 device_type = "ipic";
259 };
260 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500261
Kumar Galaea082fa2007-12-12 01:46:12 -0600262 pci0: pci@e0008500 {
263 cell-index = <1>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500264 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500265 interrupt-map = <
266
267 /* IDSEL 0x11 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500268 0x8800 0x0 0x0 0x1 &ipic 20 0x8
269 0x8800 0x0 0x0 0x2 &ipic 21 0x8
270 0x8800 0x0 0x0 0x3 &ipic 22 0x8
271 0x8800 0x0 0x0 0x4 &ipic 23 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500272
273 /* IDSEL 0x12 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500274 0x9000 0x0 0x0 0x1 &ipic 22 0x8
275 0x9000 0x0 0x0 0x2 &ipic 23 0x8
276 0x9000 0x0 0x0 0x3 &ipic 20 0x8
277 0x9000 0x0 0x0 0x4 &ipic 21 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500278
279 /* IDSEL 0x13 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500280 0x9800 0x0 0x0 0x1 &ipic 23 0x8
281 0x9800 0x0 0x0 0x2 &ipic 20 0x8
282 0x9800 0x0 0x0 0x3 &ipic 21 0x8
283 0x9800 0x0 0x0 0x4 &ipic 22 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500284
285 /* IDSEL 0x15 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500286 0xa800 0x0 0x0 0x1 &ipic 20 0x8
287 0xa800 0x0 0x0 0x2 &ipic 21 0x8
288 0xa800 0x0 0x0 0x3 &ipic 22 0x8
289 0xa800 0x0 0x0 0x4 &ipic 23 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500290
291 /* IDSEL 0x16 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500292 0xb000 0x0 0x0 0x1 &ipic 23 0x8
293 0xb000 0x0 0x0 0x2 &ipic 20 0x8
294 0xb000 0x0 0x0 0x3 &ipic 21 0x8
295 0xb000 0x0 0x0 0x4 &ipic 22 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500296
297 /* IDSEL 0x17 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500298 0xb800 0x0 0x0 0x1 &ipic 22 0x8
299 0xb800 0x0 0x0 0x2 &ipic 23 0x8
300 0xb800 0x0 0x0 0x3 &ipic 20 0x8
301 0xb800 0x0 0x0 0x4 &ipic 21 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500302
303 /* IDSEL 0x18 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500304 0xc000 0x0 0x0 0x1 &ipic 21 0x8
305 0xc000 0x0 0x0 0x2 &ipic 22 0x8
306 0xc000 0x0 0x0 0x3 &ipic 23 0x8
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500307 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500308 interrupt-parent = <&ipic>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500309 interrupts = <66 0x8>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500310 bus-range = <0 0>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500311 ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000
312 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
313 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
314 clock-frequency = <66666666>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500315 #interrupt-cells = <1>;
316 #size-cells = <2>;
317 #address-cells = <3>;
John Rigby5b70a092008-10-07 13:00:18 -0600318 reg = <0xe0008500 0x100 /* internal registers */
319 0xe0008300 0x8>; /* config space access registers */
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500320 compatible = "fsl,mpc8349-pci";
321 device_type = "pci";
322 };
323
Kumar Galaea082fa2007-12-12 01:46:12 -0600324 pci1: pci@e0008600 {
325 cell-index = <2>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500326 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500327 interrupt-map = <
328
329 /* IDSEL 0x11 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500330 0x8800 0x0 0x0 0x1 &ipic 20 0x8
331 0x8800 0x0 0x0 0x2 &ipic 21 0x8
332 0x8800 0x0 0x0 0x3 &ipic 22 0x8
333 0x8800 0x0 0x0 0x4 &ipic 23 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500334
335 /* IDSEL 0x12 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500336 0x9000 0x0 0x0 0x1 &ipic 22 0x8
337 0x9000 0x0 0x0 0x2 &ipic 23 0x8
338 0x9000 0x0 0x0 0x3 &ipic 20 0x8
339 0x9000 0x0 0x0 0x4 &ipic 21 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500340
341 /* IDSEL 0x13 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500342 0x9800 0x0 0x0 0x1 &ipic 23 0x8
343 0x9800 0x0 0x0 0x2 &ipic 20 0x8
344 0x9800 0x0 0x0 0x3 &ipic 21 0x8
345 0x9800 0x0 0x0 0x4 &ipic 22 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500346
347 /* IDSEL 0x15 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500348 0xa800 0x0 0x0 0x1 &ipic 20 0x8
349 0xa800 0x0 0x0 0x2 &ipic 21 0x8
350 0xa800 0x0 0x0 0x3 &ipic 22 0x8
351 0xa800 0x0 0x0 0x4 &ipic 23 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500352
353 /* IDSEL 0x16 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500354 0xb000 0x0 0x0 0x1 &ipic 23 0x8
355 0xb000 0x0 0x0 0x2 &ipic 20 0x8
356 0xb000 0x0 0x0 0x3 &ipic 21 0x8
357 0xb000 0x0 0x0 0x4 &ipic 22 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500358
359 /* IDSEL 0x17 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500360 0xb800 0x0 0x0 0x1 &ipic 22 0x8
361 0xb800 0x0 0x0 0x2 &ipic 23 0x8
362 0xb800 0x0 0x0 0x3 &ipic 20 0x8
363 0xb800 0x0 0x0 0x4 &ipic 21 0x8
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500364
365 /* IDSEL 0x18 */
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500366 0xc000 0x0 0x0 0x1 &ipic 21 0x8
367 0xc000 0x0 0x0 0x2 &ipic 22 0x8
368 0xc000 0x0 0x0 0x3 &ipic 23 0x8
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500369 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500370 interrupt-parent = <&ipic>;
Kim Phillipsb277b022008-01-31 12:56:58 -0600371 interrupts = <67 0x8>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500372 bus-range = <0 0>;
Paul Gortmakereedd62e2008-01-25 01:22:09 -0500373 ranges = <0x02000000 0x0 0xb0000000 0xb0000000 0x0 0x10000000
374 0x42000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
375 0x01000000 0x0 0x00000000 0xe2100000 0x0 0x00100000>;
376 clock-frequency = <66666666>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500377 #interrupt-cells = <1>;
378 #size-cells = <2>;
379 #address-cells = <3>;
John Rigby5b70a092008-10-07 13:00:18 -0600380 reg = <0xe0008600 0x100 /* internal registers */
381 0xe0008380 0x8>; /* config space access registers */
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500382 compatible = "fsl,mpc8349-pci";
383 device_type = "pci";
384 };
Kim Phillips1b9a93e2006-08-29 18:13:31 -0500385};