blob: 9819d6c2275ceac88faa2f4c4cc420061823de68 [file] [log] [blame]
Jon Loeligerd93daf82007-03-20 11:19:10 -05001/*
2 * MPC8544 DS Device Tree Source
3 *
Kumar Gala32f960e2008-04-17 01:28:15 -05004 * Copyright 2007, 2008 Freescale Semiconductor Inc.
Jon Loeligerd93daf82007-03-20 11:19:10 -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/;
Jon Loeligerd93daf82007-03-20 11:19:10 -050013/ {
14 model = "MPC8544DS";
15 compatible = "MPC8544DS", "MPC85xxDS";
16 #address-cells = <1>;
17 #size-cells = <1>;
18
Kumar Galaea082fa2007-12-12 01:46:12 -060019 aliases {
20 ethernet0 = &enet0;
21 ethernet1 = &enet1;
22 serial0 = &serial0;
23 serial1 = &serial1;
24 pci0 = &pci0;
25 pci1 = &pci1;
26 pci2 = &pci2;
27 pci3 = &pci3;
28 };
29
Jon Loeligerd93daf82007-03-20 11:19:10 -050030 cpus {
Jon Loeligerd93daf82007-03-20 11:19:10 -050031 #address-cells = <1>;
32 #size-cells = <0>;
33
34 PowerPC,8544@0 {
35 device_type = "cpu";
Kumar Gala32f960e2008-04-17 01:28:15 -050036 reg = <0x0>;
37 d-cache-line-size = <32>; // 32 bytes
38 i-cache-line-size = <32>; // 32 bytes
39 d-cache-size = <0x8000>; // L1, 32K
40 i-cache-size = <0x8000>; // L1, 32K
Jon Loeligerd93daf82007-03-20 11:19:10 -050041 timebase-frequency = <0>;
42 bus-frequency = <0>;
43 clock-frequency = <0>;
Kumar Galac0540652008-05-30 13:43:43 -050044 next-level-cache = <&L2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -050045 };
46 };
47
48 memory {
49 device_type = "memory";
Kumar Gala32f960e2008-04-17 01:28:15 -050050 reg = <0x0 0x0>; // Filled by U-Boot
Jon Loeligerd93daf82007-03-20 11:19:10 -050051 };
52
53 soc8544@e0000000 {
54 #address-cells = <1>;
55 #size-cells = <1>;
Jon Loeligerd93daf82007-03-20 11:19:10 -050056 device_type = "soc";
Kim Phillipscf0d19f2008-07-29 15:29:24 -050057 compatible = "simple-bus";
Kumar Galab66510c2007-08-16 23:55:55 -050058
Kumar Gala32f960e2008-04-17 01:28:15 -050059 ranges = <0x0 0xe0000000 0x100000>;
60 reg = <0xe0000000 0x1000>; // CCSRBAR 1M
Jon Loeligerd93daf82007-03-20 11:19:10 -050061 bus-frequency = <0>; // Filled out by uboot.
62
Kumar Galae1a22892009-04-22 13:17:42 -050063 ecm-law@0 {
64 compatible = "fsl,ecm-law";
65 reg = <0x0 0x1000>;
66 fsl,num-laws = <10>;
67 };
68
69 ecm@1000 {
70 compatible = "fsl,mpc8544-ecm", "fsl,ecm";
71 reg = <0x1000 0x1000>;
72 interrupts = <17 2>;
73 interrupt-parent = <&mpic>;
74 };
75
Kumar Gala4da421d2007-05-15 13:20:05 -050076 memory-controller@2000 {
77 compatible = "fsl,8544-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050078 reg = <0x2000 0x1000>;
Kumar Gala4da421d2007-05-15 13:20:05 -050079 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050080 interrupts = <18 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050081 };
82
Kumar Galac0540652008-05-30 13:43:43 -050083 L2: l2-cache-controller@20000 {
Kumar Gala4da421d2007-05-15 13:20:05 -050084 compatible = "fsl,8544-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050085 reg = <0x20000 0x1000>;
86 cache-line-size = <32>; // 32 bytes
87 cache-size = <0x40000>; // L2, 256K
Kumar Gala4da421d2007-05-15 13:20:05 -050088 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050089 interrupts = <16 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050090 };
91
Jon Loeligerd93daf82007-03-20 11:19:10 -050092 i2c@3000 {
Kumar Galaec9686c2007-12-11 23:17:24 -060093 #address-cells = <1>;
94 #size-cells = <0>;
95 cell-index = <0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -050096 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050097 reg = <0x3000 0x100>;
98 interrupts = <43 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -050099 interrupt-parent = <&mpic>;
100 dfsrr;
101 };
102
Kumar Galaec9686c2007-12-11 23:17:24 -0600103 i2c@3100 {
104 #address-cells = <1>;
105 #size-cells = <0>;
106 cell-index = <1>;
107 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -0500108 reg = <0x3100 0x100>;
109 interrupts = <43 2>;
Kumar Galaec9686c2007-12-11 23:17:24 -0600110 interrupt-parent = <&mpic>;
111 dfsrr;
112 };
113
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100114 dma@21300 {
115 #address-cells = <1>;
116 #size-cells = <1>;
117 compatible = "fsl,mpc8544-dma", "fsl,eloplus-dma";
Kumar Gala32f960e2008-04-17 01:28:15 -0500118 reg = <0x21300 0x4>;
119 ranges = <0x0 0x21100 0x200>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100120 cell-index = <0>;
121 dma-channel@0 {
122 compatible = "fsl,mpc8544-dma-channel",
123 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500124 reg = <0x0 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100125 cell-index = <0>;
126 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500127 interrupts = <20 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100128 };
129 dma-channel@80 {
130 compatible = "fsl,mpc8544-dma-channel",
131 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500132 reg = <0x80 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100133 cell-index = <1>;
134 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500135 interrupts = <21 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100136 };
137 dma-channel@100 {
138 compatible = "fsl,mpc8544-dma-channel",
139 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500140 reg = <0x100 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100141 cell-index = <2>;
142 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500143 interrupts = <22 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100144 };
145 dma-channel@180 {
146 compatible = "fsl,mpc8544-dma-channel",
147 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500148 reg = <0x180 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100149 cell-index = <3>;
150 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500151 interrupts = <23 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100152 };
153 };
154
Kumar Galae77b28e2007-12-12 00:28:35 -0600155 enet0: ethernet@24000 {
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300156 #address-cells = <1>;
157 #size-cells = <1>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600158 cell-index = <0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500159 device_type = "network";
160 model = "TSEC";
161 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500162 reg = <0x24000 0x1000>;
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300163 ranges = <0x0 0x24000 0x1000>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500164 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500165 interrupts = <29 2 30 2 34 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500166 interrupt-parent = <&mpic>;
167 phy-handle = <&phy0>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800168 tbi-handle = <&tbi0>;
Kumar Gala9a9bcf42007-07-26 00:07:36 -0500169 phy-connection-type = "rgmii-id";
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300170
171 mdio@520 {
172 #address-cells = <1>;
173 #size-cells = <0>;
174 compatible = "fsl,gianfar-mdio";
175 reg = <0x520 0x20>;
176
177 phy0: ethernet-phy@0 {
178 interrupt-parent = <&mpic>;
179 interrupts = <10 1>;
180 reg = <0x0>;
181 device_type = "ethernet-phy";
182 };
183 phy1: ethernet-phy@1 {
184 interrupt-parent = <&mpic>;
185 interrupts = <10 1>;
186 reg = <0x1>;
187 device_type = "ethernet-phy";
188 };
189
190 tbi0: tbi-phy@11 {
191 reg = <0x11>;
192 device_type = "tbi-phy";
193 };
194 };
Jon Loeligerd93daf82007-03-20 11:19:10 -0500195 };
196
Kumar Galae77b28e2007-12-12 00:28:35 -0600197 enet1: ethernet@26000 {
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300198 #address-cells = <1>;
199 #size-cells = <1>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600200 cell-index = <1>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500201 device_type = "network";
202 model = "TSEC";
203 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500204 reg = <0x26000 0x1000>;
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300205 ranges = <0x0 0x26000 0x1000>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500206 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500207 interrupts = <31 2 32 2 33 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500208 interrupt-parent = <&mpic>;
209 phy-handle = <&phy1>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800210 tbi-handle = <&tbi1>;
Kumar Gala9a9bcf42007-07-26 00:07:36 -0500211 phy-connection-type = "rgmii-id";
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300212
213 mdio@520 {
214 #address-cells = <1>;
215 #size-cells = <0>;
216 compatible = "fsl,gianfar-tbi";
217 reg = <0x520 0x20>;
218
219 tbi1: tbi-phy@11 {
220 reg = <0x11>;
221 device_type = "tbi-phy";
222 };
223 };
Jon Loeligerd93daf82007-03-20 11:19:10 -0500224 };
225
Kumar Galaea082fa2007-12-12 01:46:12 -0600226 serial0: serial@4500 {
227 cell-index = <0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500228 device_type = "serial";
229 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500230 reg = <0x4500 0x100>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500231 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500232 interrupts = <42 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500233 interrupt-parent = <&mpic>;
234 };
235
Kumar Galaea082fa2007-12-12 01:46:12 -0600236 serial1: serial@4600 {
237 cell-index = <1>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500238 device_type = "serial";
239 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500240 reg = <0x4600 0x100>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500241 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500242 interrupts = <42 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500243 interrupt-parent = <&mpic>;
244 };
245
Roy Zang10ce8c62007-07-13 17:35:33 +0800246 global-utilities@e0000 { //global utilities block
247 compatible = "fsl,mpc8548-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500248 reg = <0xe0000 0x1000>;
Roy Zang10ce8c62007-07-13 17:35:33 +0800249 fsl,has-rstcr;
250 };
251
Kim Phillips3fd44732008-07-08 19:13:33 -0500252 crypto@30000 {
253 compatible = "fsl,sec2.1", "fsl,sec2.0";
254 reg = <0x30000 0x10000>;
255 interrupts = <45 2>;
256 interrupt-parent = <&mpic>;
257 fsl,num-channels = <4>;
258 fsl,channel-fifo-len = <24>;
259 fsl,exec-units-mask = <0xfe>;
260 fsl,descriptor-types-mask = <0x12b0ebf>;
261 };
262
Jon Loeligerd93daf82007-03-20 11:19:10 -0500263 mpic: pic@40000 {
Jon Loeligerd93daf82007-03-20 11:19:10 -0500264 interrupt-controller;
265 #address-cells = <0>;
266 #interrupt-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500267 reg = <0x40000 0x40000>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500268 compatible = "chrp,open-pic";
269 device_type = "open-pic";
Jon Loeligerd93daf82007-03-20 11:19:10 -0500270 };
Jason Jin741edc42008-05-23 16:32:48 +0800271
272 msi@41600 {
273 compatible = "fsl,mpc8544-msi", "fsl,mpic-msi";
274 reg = <0x41600 0x80>;
275 msi-available-ranges = <0 0x100>;
276 interrupts = <
277 0xe0 0
278 0xe1 0
279 0xe2 0
280 0xe3 0
281 0xe4 0
282 0xe5 0
283 0xe6 0
284 0xe7 0>;
285 interrupt-parent = <&mpic>;
286 };
Jon Loeligerd93daf82007-03-20 11:19:10 -0500287 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500288
Kumar Galaea082fa2007-12-12 01:46:12 -0600289 pci0: pci@e0008000 {
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500290 compatible = "fsl,mpc8540-pci";
291 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500292 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500293 interrupt-map = <
294
295 /* IDSEL 0x11 J17 Slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500296 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
297 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
298 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
299 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500300
301 /* IDSEL 0x12 J16 Slot 2 */
302
Kumar Gala32f960e2008-04-17 01:28:15 -0500303 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
304 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
305 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
306 0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500307
308 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500309 interrupts = <24 2>;
310 bus-range = <0 255>;
311 ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
312 0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
313 clock-frequency = <66666666>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500314 #interrupt-cells = <1>;
315 #size-cells = <2>;
316 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500317 reg = <0xe0008000 0x1000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500318 };
319
Kumar Galaea082fa2007-12-12 01:46:12 -0600320 pci1: pcie@e0009000 {
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500321 compatible = "fsl,mpc8548-pcie";
322 device_type = "pci";
323 #interrupt-cells = <1>;
324 #size-cells = <2>;
325 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500326 reg = <0xe0009000 0x1000>;
327 bus-range = <0 255>;
328 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
329 0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
330 clock-frequency = <33333333>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500331 interrupt-parent = <&mpic>;
Kumar Galabe122d6d2009-01-06 10:23:37 -0600332 interrupts = <25 2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500333 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500334 interrupt-map = <
335 /* IDSEL 0x0 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500336 0000 0x0 0x0 0x1 &mpic 0x4 0x1
337 0000 0x0 0x0 0x2 &mpic 0x5 0x1
338 0000 0x0 0x0 0x3 &mpic 0x6 0x1
339 0000 0x0 0x0 0x4 &mpic 0x7 0x1
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500340 >;
341 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500342 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500343 #size-cells = <2>;
344 #address-cells = <3>;
345 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500346 ranges = <0x2000000 0x0 0x80000000
347 0x2000000 0x0 0x80000000
348 0x0 0x20000000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500349
Kumar Gala32f960e2008-04-17 01:28:15 -0500350 0x1000000 0x0 0x0
351 0x1000000 0x0 0x0
352 0x0 0x10000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500353 };
354 };
355
Kumar Galaea082fa2007-12-12 01:46:12 -0600356 pci2: pcie@e000a000 {
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500357 compatible = "fsl,mpc8548-pcie";
358 device_type = "pci";
359 #interrupt-cells = <1>;
360 #size-cells = <2>;
361 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500362 reg = <0xe000a000 0x1000>;
363 bus-range = <0 255>;
364 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
365 0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
366 clock-frequency = <33333333>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500367 interrupt-parent = <&mpic>;
Kumar Galabe122d6d2009-01-06 10:23:37 -0600368 interrupts = <26 2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500369 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500370 interrupt-map = <
371 /* IDSEL 0x0 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500372 0000 0x0 0x0 0x1 &mpic 0x0 0x1
373 0000 0x0 0x0 0x2 &mpic 0x1 0x1
374 0000 0x0 0x0 0x3 &mpic 0x2 0x1
375 0000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500376 >;
377 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500378 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500379 #size-cells = <2>;
380 #address-cells = <3>;
381 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500382 ranges = <0x2000000 0x0 0xa0000000
383 0x2000000 0x0 0xa0000000
384 0x0 0x10000000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500385
Kumar Gala32f960e2008-04-17 01:28:15 -0500386 0x1000000 0x0 0x0
387 0x1000000 0x0 0x0
388 0x0 0x10000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500389 };
390 };
391
Kumar Galaea082fa2007-12-12 01:46:12 -0600392 pci3: pcie@e000b000 {
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500393 compatible = "fsl,mpc8548-pcie";
394 device_type = "pci";
395 #interrupt-cells = <1>;
396 #size-cells = <2>;
397 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500398 reg = <0xe000b000 0x1000>;
399 bus-range = <0 255>;
400 ranges = <0x2000000 0x0 0xb0000000 0xb0000000 0x0 0x100000
401 0x1000000 0x0 0x0 0xb0100000 0x0 0x100000>;
402 clock-frequency = <33333333>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500403 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500404 interrupts = <27 2>;
405 interrupt-map-mask = <0xff00 0x0 0x0 0x1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500406 interrupt-map = <
407 // IDSEL 0x1c USB
Kumar Gala32f960e2008-04-17 01:28:15 -0500408 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
409 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
410 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
411 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500412
413 // IDSEL 0x1d Audio
Kumar Gala32f960e2008-04-17 01:28:15 -0500414 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500415
416 // IDSEL 0x1e Legacy
Kumar Gala32f960e2008-04-17 01:28:15 -0500417 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
418 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500419
420 // IDSEL 0x1f IDE/SATA
Kumar Gala32f960e2008-04-17 01:28:15 -0500421 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
422 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500423 >;
424
425 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500426 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500427 #size-cells = <2>;
428 #address-cells = <3>;
429 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500430 ranges = <0x2000000 0x0 0xb0000000
431 0x2000000 0x0 0xb0000000
432 0x0 0x100000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500433
Kumar Gala32f960e2008-04-17 01:28:15 -0500434 0x1000000 0x0 0x0
435 0x1000000 0x0 0x0
436 0x0 0x100000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500437
438 uli1575@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500439 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500440 #size-cells = <2>;
441 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500442 ranges = <0x2000000 0x0 0xb0000000
443 0x2000000 0x0 0xb0000000
444 0x0 0x100000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500445
Kumar Gala32f960e2008-04-17 01:28:15 -0500446 0x1000000 0x0 0x0
447 0x1000000 0x0 0x0
448 0x0 0x100000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500449 isa@1e {
450 device_type = "isa";
451 #interrupt-cells = <2>;
452 #size-cells = <1>;
453 #address-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500454 reg = <0xf000 0x0 0x0 0x0 0x0>;
455 ranges = <0x1 0x0
456 0x1000000 0x0 0x0
457 0x1000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500458 interrupt-parent = <&i8259>;
459
460 i8259: interrupt-controller@20 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500461 reg = <0x1 0x20 0x2
462 0x1 0xa0 0x2
463 0x1 0x4d0 0x2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500464 interrupt-controller;
465 device_type = "interrupt-controller";
466 #address-cells = <0>;
467 #interrupt-cells = <2>;
468 compatible = "chrp,iic";
469 interrupts = <9 2>;
470 interrupt-parent = <&mpic>;
471 };
472
473 i8042@60 {
474 #size-cells = <0>;
475 #address-cells = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500476 reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
477 interrupts = <1 3 12 3>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500478 interrupt-parent = <&i8259>;
479
480 keyboard@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500481 reg = <0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500482 compatible = "pnpPNP,303";
483 };
484
485 mouse@1 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500486 reg = <0x1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500487 compatible = "pnpPNP,f03";
488 };
489 };
490
491 rtc@70 {
492 compatible = "pnpPNP,b00";
Kumar Gala32f960e2008-04-17 01:28:15 -0500493 reg = <0x1 0x70 0x2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500494 };
495
496 gpio@400 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500497 reg = <0x1 0x400 0x80>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500498 };
499 };
500 };
501 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500502 };
Jon Loeligerd93daf82007-03-20 11:19:10 -0500503};