blob: 0668d10487795648fce808ab04b4e3da15aafd76 [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 Gala4da421d2007-05-15 13:20:05 -050063 memory-controller@2000 {
64 compatible = "fsl,8544-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050065 reg = <0x2000 0x1000>;
Kumar Gala4da421d2007-05-15 13:20:05 -050066 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050067 interrupts = <18 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050068 };
69
Kumar Galac0540652008-05-30 13:43:43 -050070 L2: l2-cache-controller@20000 {
Kumar Gala4da421d2007-05-15 13:20:05 -050071 compatible = "fsl,8544-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050072 reg = <0x20000 0x1000>;
73 cache-line-size = <32>; // 32 bytes
74 cache-size = <0x40000>; // L2, 256K
Kumar Gala4da421d2007-05-15 13:20:05 -050075 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050076 interrupts = <16 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050077 };
78
Jon Loeligerd93daf82007-03-20 11:19:10 -050079 i2c@3000 {
Kumar Galaec9686c2007-12-11 23:17:24 -060080 #address-cells = <1>;
81 #size-cells = <0>;
82 cell-index = <0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -050083 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050084 reg = <0x3000 0x100>;
85 interrupts = <43 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -050086 interrupt-parent = <&mpic>;
87 dfsrr;
88 };
89
Kumar Galaec9686c2007-12-11 23:17:24 -060090 i2c@3100 {
91 #address-cells = <1>;
92 #size-cells = <0>;
93 cell-index = <1>;
94 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050095 reg = <0x3100 0x100>;
96 interrupts = <43 2>;
Kumar Galaec9686c2007-12-11 23:17:24 -060097 interrupt-parent = <&mpic>;
98 dfsrr;
99 };
100
Jon Loeligerd93daf82007-03-20 11:19:10 -0500101 mdio@24520 {
102 #address-cells = <1>;
103 #size-cells = <0>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600104 compatible = "fsl,gianfar-mdio";
Kumar Gala32f960e2008-04-17 01:28:15 -0500105 reg = <0x24520 0x20>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600106
Jon Loeligerd93daf82007-03-20 11:19:10 -0500107 phy0: ethernet-phy@0 {
108 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500109 interrupts = <10 1>;
110 reg = <0x0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500111 device_type = "ethernet-phy";
112 };
113 phy1: ethernet-phy@1 {
114 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500115 interrupts = <10 1>;
116 reg = <0x1>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500117 device_type = "ethernet-phy";
118 };
Andy Flemingb31a1d82008-12-16 15:29:15 -0800119
120 tbi0: tbi-phy@11 {
121 reg = <0x11>;
122 device_type = "tbi-phy";
123 };
Jon Loeligerd93daf82007-03-20 11:19:10 -0500124 };
125
Andy Flemingb31a1d82008-12-16 15:29:15 -0800126 mdio@26520 {
127 #address-cells = <1>;
128 #size-cells = <0>;
129 compatible = "fsl,gianfar-tbi";
130 reg = <0x26520 0x20>;
131
132 tbi1: tbi-phy@11 {
133 reg = <0x11>;
134 device_type = "tbi-phy";
135 };
136 };
137
138
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100139 dma@21300 {
140 #address-cells = <1>;
141 #size-cells = <1>;
142 compatible = "fsl,mpc8544-dma", "fsl,eloplus-dma";
Kumar Gala32f960e2008-04-17 01:28:15 -0500143 reg = <0x21300 0x4>;
144 ranges = <0x0 0x21100 0x200>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100145 cell-index = <0>;
146 dma-channel@0 {
147 compatible = "fsl,mpc8544-dma-channel",
148 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500149 reg = <0x0 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100150 cell-index = <0>;
151 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500152 interrupts = <20 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100153 };
154 dma-channel@80 {
155 compatible = "fsl,mpc8544-dma-channel",
156 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500157 reg = <0x80 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100158 cell-index = <1>;
159 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500160 interrupts = <21 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100161 };
162 dma-channel@100 {
163 compatible = "fsl,mpc8544-dma-channel",
164 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500165 reg = <0x100 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100166 cell-index = <2>;
167 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500168 interrupts = <22 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100169 };
170 dma-channel@180 {
171 compatible = "fsl,mpc8544-dma-channel",
172 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500173 reg = <0x180 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100174 cell-index = <3>;
175 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500176 interrupts = <23 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100177 };
178 };
179
Kumar Galae77b28e2007-12-12 00:28:35 -0600180 enet0: ethernet@24000 {
181 cell-index = <0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500182 device_type = "network";
183 model = "TSEC";
184 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500185 reg = <0x24000 0x1000>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500186 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500187 interrupts = <29 2 30 2 34 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500188 interrupt-parent = <&mpic>;
189 phy-handle = <&phy0>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800190 tbi-handle = <&tbi0>;
Kumar Gala9a9bcf42007-07-26 00:07:36 -0500191 phy-connection-type = "rgmii-id";
Jon Loeligerd93daf82007-03-20 11:19:10 -0500192 };
193
Kumar Galae77b28e2007-12-12 00:28:35 -0600194 enet1: ethernet@26000 {
195 cell-index = <1>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500196 device_type = "network";
197 model = "TSEC";
198 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500199 reg = <0x26000 0x1000>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500200 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500201 interrupts = <31 2 32 2 33 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500202 interrupt-parent = <&mpic>;
203 phy-handle = <&phy1>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800204 tbi-handle = <&tbi1>;
Kumar Gala9a9bcf42007-07-26 00:07:36 -0500205 phy-connection-type = "rgmii-id";
Jon Loeligerd93daf82007-03-20 11:19:10 -0500206 };
207
Kumar Galaea082fa2007-12-12 01:46:12 -0600208 serial0: serial@4500 {
209 cell-index = <0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500210 device_type = "serial";
211 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500212 reg = <0x4500 0x100>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500213 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500214 interrupts = <42 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500215 interrupt-parent = <&mpic>;
216 };
217
Kumar Galaea082fa2007-12-12 01:46:12 -0600218 serial1: serial@4600 {
219 cell-index = <1>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500220 device_type = "serial";
221 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500222 reg = <0x4600 0x100>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500223 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500224 interrupts = <42 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500225 interrupt-parent = <&mpic>;
226 };
227
Roy Zang10ce8c62007-07-13 17:35:33 +0800228 global-utilities@e0000 { //global utilities block
229 compatible = "fsl,mpc8548-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500230 reg = <0xe0000 0x1000>;
Roy Zang10ce8c62007-07-13 17:35:33 +0800231 fsl,has-rstcr;
232 };
233
Kim Phillips3fd44732008-07-08 19:13:33 -0500234 crypto@30000 {
235 compatible = "fsl,sec2.1", "fsl,sec2.0";
236 reg = <0x30000 0x10000>;
237 interrupts = <45 2>;
238 interrupt-parent = <&mpic>;
239 fsl,num-channels = <4>;
240 fsl,channel-fifo-len = <24>;
241 fsl,exec-units-mask = <0xfe>;
242 fsl,descriptor-types-mask = <0x12b0ebf>;
243 };
244
Jon Loeligerd93daf82007-03-20 11:19:10 -0500245 mpic: pic@40000 {
Jon Loeligerd93daf82007-03-20 11:19:10 -0500246 interrupt-controller;
247 #address-cells = <0>;
248 #interrupt-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500249 reg = <0x40000 0x40000>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500250 compatible = "chrp,open-pic";
251 device_type = "open-pic";
Jon Loeligerd93daf82007-03-20 11:19:10 -0500252 };
Jason Jin741edc42008-05-23 16:32:48 +0800253
254 msi@41600 {
255 compatible = "fsl,mpc8544-msi", "fsl,mpic-msi";
256 reg = <0x41600 0x80>;
257 msi-available-ranges = <0 0x100>;
258 interrupts = <
259 0xe0 0
260 0xe1 0
261 0xe2 0
262 0xe3 0
263 0xe4 0
264 0xe5 0
265 0xe6 0
266 0xe7 0>;
267 interrupt-parent = <&mpic>;
268 };
Jon Loeligerd93daf82007-03-20 11:19:10 -0500269 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500270
Kumar Galaea082fa2007-12-12 01:46:12 -0600271 pci0: pci@e0008000 {
272 cell-index = <0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500273 compatible = "fsl,mpc8540-pci";
274 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500275 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500276 interrupt-map = <
277
278 /* IDSEL 0x11 J17 Slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500279 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
280 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
281 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
282 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500283
284 /* IDSEL 0x12 J16 Slot 2 */
285
Kumar Gala32f960e2008-04-17 01:28:15 -0500286 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
287 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
288 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
289 0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500290
291 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500292 interrupts = <24 2>;
293 bus-range = <0 255>;
294 ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
295 0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
296 clock-frequency = <66666666>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500297 #interrupt-cells = <1>;
298 #size-cells = <2>;
299 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500300 reg = <0xe0008000 0x1000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500301 };
302
Kumar Galaea082fa2007-12-12 01:46:12 -0600303 pci1: pcie@e0009000 {
304 cell-index = <1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500305 compatible = "fsl,mpc8548-pcie";
306 device_type = "pci";
307 #interrupt-cells = <1>;
308 #size-cells = <2>;
309 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500310 reg = <0xe0009000 0x1000>;
311 bus-range = <0 255>;
312 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
313 0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
314 clock-frequency = <33333333>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500315 interrupt-parent = <&mpic>;
Kumar Galabe122d6d2009-01-06 10:23:37 -0600316 interrupts = <25 2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500317 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500318 interrupt-map = <
319 /* IDSEL 0x0 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500320 0000 0x0 0x0 0x1 &mpic 0x4 0x1
321 0000 0x0 0x0 0x2 &mpic 0x5 0x1
322 0000 0x0 0x0 0x3 &mpic 0x6 0x1
323 0000 0x0 0x0 0x4 &mpic 0x7 0x1
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500324 >;
325 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500326 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500327 #size-cells = <2>;
328 #address-cells = <3>;
329 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500330 ranges = <0x2000000 0x0 0x80000000
331 0x2000000 0x0 0x80000000
332 0x0 0x20000000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500333
Kumar Gala32f960e2008-04-17 01:28:15 -0500334 0x1000000 0x0 0x0
335 0x1000000 0x0 0x0
336 0x0 0x10000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500337 };
338 };
339
Kumar Galaea082fa2007-12-12 01:46:12 -0600340 pci2: pcie@e000a000 {
341 cell-index = <2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500342 compatible = "fsl,mpc8548-pcie";
343 device_type = "pci";
344 #interrupt-cells = <1>;
345 #size-cells = <2>;
346 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500347 reg = <0xe000a000 0x1000>;
348 bus-range = <0 255>;
349 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
350 0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
351 clock-frequency = <33333333>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500352 interrupt-parent = <&mpic>;
Kumar Galabe122d6d2009-01-06 10:23:37 -0600353 interrupts = <26 2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500354 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500355 interrupt-map = <
356 /* IDSEL 0x0 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500357 0000 0x0 0x0 0x1 &mpic 0x0 0x1
358 0000 0x0 0x0 0x2 &mpic 0x1 0x1
359 0000 0x0 0x0 0x3 &mpic 0x2 0x1
360 0000 0x0 0x0 0x4 &mpic 0x3 0x1
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500361 >;
362 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500363 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500364 #size-cells = <2>;
365 #address-cells = <3>;
366 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500367 ranges = <0x2000000 0x0 0xa0000000
368 0x2000000 0x0 0xa0000000
369 0x0 0x10000000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500370
Kumar Gala32f960e2008-04-17 01:28:15 -0500371 0x1000000 0x0 0x0
372 0x1000000 0x0 0x0
373 0x0 0x10000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500374 };
375 };
376
Kumar Galaea082fa2007-12-12 01:46:12 -0600377 pci3: pcie@e000b000 {
378 cell-index = <3>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500379 compatible = "fsl,mpc8548-pcie";
380 device_type = "pci";
381 #interrupt-cells = <1>;
382 #size-cells = <2>;
383 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500384 reg = <0xe000b000 0x1000>;
385 bus-range = <0 255>;
386 ranges = <0x2000000 0x0 0xb0000000 0xb0000000 0x0 0x100000
387 0x1000000 0x0 0x0 0xb0100000 0x0 0x100000>;
388 clock-frequency = <33333333>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500389 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500390 interrupts = <27 2>;
391 interrupt-map-mask = <0xff00 0x0 0x0 0x1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500392 interrupt-map = <
393 // IDSEL 0x1c USB
Kumar Gala32f960e2008-04-17 01:28:15 -0500394 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
395 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
396 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
397 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500398
399 // IDSEL 0x1d Audio
Kumar Gala32f960e2008-04-17 01:28:15 -0500400 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500401
402 // IDSEL 0x1e Legacy
Kumar Gala32f960e2008-04-17 01:28:15 -0500403 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
404 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500405
406 // IDSEL 0x1f IDE/SATA
Kumar Gala32f960e2008-04-17 01:28:15 -0500407 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
408 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500409 >;
410
411 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500412 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500413 #size-cells = <2>;
414 #address-cells = <3>;
415 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500416 ranges = <0x2000000 0x0 0xb0000000
417 0x2000000 0x0 0xb0000000
418 0x0 0x100000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500419
Kumar Gala32f960e2008-04-17 01:28:15 -0500420 0x1000000 0x0 0x0
421 0x1000000 0x0 0x0
422 0x0 0x100000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500423
424 uli1575@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500425 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500426 #size-cells = <2>;
427 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500428 ranges = <0x2000000 0x0 0xb0000000
429 0x2000000 0x0 0xb0000000
430 0x0 0x100000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500431
Kumar Gala32f960e2008-04-17 01:28:15 -0500432 0x1000000 0x0 0x0
433 0x1000000 0x0 0x0
434 0x0 0x100000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500435 isa@1e {
436 device_type = "isa";
437 #interrupt-cells = <2>;
438 #size-cells = <1>;
439 #address-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500440 reg = <0xf000 0x0 0x0 0x0 0x0>;
441 ranges = <0x1 0x0
442 0x1000000 0x0 0x0
443 0x1000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500444 interrupt-parent = <&i8259>;
445
446 i8259: interrupt-controller@20 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500447 reg = <0x1 0x20 0x2
448 0x1 0xa0 0x2
449 0x1 0x4d0 0x2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500450 interrupt-controller;
451 device_type = "interrupt-controller";
452 #address-cells = <0>;
453 #interrupt-cells = <2>;
454 compatible = "chrp,iic";
455 interrupts = <9 2>;
456 interrupt-parent = <&mpic>;
457 };
458
459 i8042@60 {
460 #size-cells = <0>;
461 #address-cells = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500462 reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
463 interrupts = <1 3 12 3>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500464 interrupt-parent = <&i8259>;
465
466 keyboard@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500467 reg = <0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500468 compatible = "pnpPNP,303";
469 };
470
471 mouse@1 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500472 reg = <0x1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500473 compatible = "pnpPNP,f03";
474 };
475 };
476
477 rtc@70 {
478 compatible = "pnpPNP,b00";
Kumar Gala32f960e2008-04-17 01:28:15 -0500479 reg = <0x1 0x70 0x2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500480 };
481
482 gpio@400 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500483 reg = <0x1 0x400 0x80>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500484 };
485 };
486 };
487 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500488 };
Jon Loeligerd93daf82007-03-20 11:19:10 -0500489};