blob: 7d3829d3495e1ac52d2fbd85e3fd1ba92575493b [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";
Kumar Galab66510c2007-08-16 23:55:55 -050057
Kumar Gala32f960e2008-04-17 01:28:15 -050058 ranges = <0x0 0xe0000000 0x100000>;
59 reg = <0xe0000000 0x1000>; // CCSRBAR 1M
Jon Loeligerd93daf82007-03-20 11:19:10 -050060 bus-frequency = <0>; // Filled out by uboot.
61
Kumar Gala4da421d2007-05-15 13:20:05 -050062 memory-controller@2000 {
63 compatible = "fsl,8544-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050064 reg = <0x2000 0x1000>;
Kumar Gala4da421d2007-05-15 13:20:05 -050065 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050066 interrupts = <18 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050067 };
68
Kumar Galac0540652008-05-30 13:43:43 -050069 L2: l2-cache-controller@20000 {
Kumar Gala4da421d2007-05-15 13:20:05 -050070 compatible = "fsl,8544-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050071 reg = <0x20000 0x1000>;
72 cache-line-size = <32>; // 32 bytes
73 cache-size = <0x40000>; // L2, 256K
Kumar Gala4da421d2007-05-15 13:20:05 -050074 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050075 interrupts = <16 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050076 };
77
Jon Loeligerd93daf82007-03-20 11:19:10 -050078 i2c@3000 {
Kumar Galaec9686c2007-12-11 23:17:24 -060079 #address-cells = <1>;
80 #size-cells = <0>;
81 cell-index = <0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -050082 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050083 reg = <0x3000 0x100>;
84 interrupts = <43 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -050085 interrupt-parent = <&mpic>;
86 dfsrr;
87 };
88
Kumar Galaec9686c2007-12-11 23:17:24 -060089 i2c@3100 {
90 #address-cells = <1>;
91 #size-cells = <0>;
92 cell-index = <1>;
93 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050094 reg = <0x3100 0x100>;
95 interrupts = <43 2>;
Kumar Galaec9686c2007-12-11 23:17:24 -060096 interrupt-parent = <&mpic>;
97 dfsrr;
98 };
99
Jon Loeligerd93daf82007-03-20 11:19:10 -0500100 mdio@24520 {
101 #address-cells = <1>;
102 #size-cells = <0>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600103 compatible = "fsl,gianfar-mdio";
Kumar Gala32f960e2008-04-17 01:28:15 -0500104 reg = <0x24520 0x20>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600105
Jon Loeligerd93daf82007-03-20 11:19:10 -0500106 phy0: ethernet-phy@0 {
107 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500108 interrupts = <10 1>;
109 reg = <0x0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500110 device_type = "ethernet-phy";
111 };
112 phy1: ethernet-phy@1 {
113 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500114 interrupts = <10 1>;
115 reg = <0x1>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500116 device_type = "ethernet-phy";
117 };
118 };
119
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100120 dma@21300 {
121 #address-cells = <1>;
122 #size-cells = <1>;
123 compatible = "fsl,mpc8544-dma", "fsl,eloplus-dma";
Kumar Gala32f960e2008-04-17 01:28:15 -0500124 reg = <0x21300 0x4>;
125 ranges = <0x0 0x21100 0x200>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100126 cell-index = <0>;
127 dma-channel@0 {
128 compatible = "fsl,mpc8544-dma-channel",
129 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500130 reg = <0x0 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100131 cell-index = <0>;
132 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500133 interrupts = <20 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100134 };
135 dma-channel@80 {
136 compatible = "fsl,mpc8544-dma-channel",
137 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500138 reg = <0x80 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100139 cell-index = <1>;
140 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500141 interrupts = <21 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100142 };
143 dma-channel@100 {
144 compatible = "fsl,mpc8544-dma-channel",
145 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500146 reg = <0x100 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100147 cell-index = <2>;
148 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500149 interrupts = <22 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100150 };
151 dma-channel@180 {
152 compatible = "fsl,mpc8544-dma-channel",
153 "fsl,eloplus-dma-channel";
Kumar Gala32f960e2008-04-17 01:28:15 -0500154 reg = <0x180 0x80>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100155 cell-index = <3>;
156 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500157 interrupts = <23 2>;
Sebastian Siewior1028d4f2008-03-15 00:01:30 +0100158 };
159 };
160
Kumar Galae77b28e2007-12-12 00:28:35 -0600161 enet0: ethernet@24000 {
162 cell-index = <0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500163 device_type = "network";
164 model = "TSEC";
165 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500166 reg = <0x24000 0x1000>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500167 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500168 interrupts = <29 2 30 2 34 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500169 interrupt-parent = <&mpic>;
170 phy-handle = <&phy0>;
Kumar Gala9a9bcf42007-07-26 00:07:36 -0500171 phy-connection-type = "rgmii-id";
Jon Loeligerd93daf82007-03-20 11:19:10 -0500172 };
173
Kumar Galae77b28e2007-12-12 00:28:35 -0600174 enet1: ethernet@26000 {
175 cell-index = <1>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500176 device_type = "network";
177 model = "TSEC";
178 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500179 reg = <0x26000 0x1000>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500180 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500181 interrupts = <31 2 32 2 33 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500182 interrupt-parent = <&mpic>;
183 phy-handle = <&phy1>;
Kumar Gala9a9bcf42007-07-26 00:07:36 -0500184 phy-connection-type = "rgmii-id";
Jon Loeligerd93daf82007-03-20 11:19:10 -0500185 };
186
Kumar Galaea082fa2007-12-12 01:46:12 -0600187 serial0: serial@4500 {
188 cell-index = <0>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500189 device_type = "serial";
190 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500191 reg = <0x4500 0x100>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500192 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500193 interrupts = <42 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500194 interrupt-parent = <&mpic>;
195 };
196
Kumar Galaea082fa2007-12-12 01:46:12 -0600197 serial1: serial@4600 {
198 cell-index = <1>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500199 device_type = "serial";
200 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500201 reg = <0x4600 0x100>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500202 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500203 interrupts = <42 2>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500204 interrupt-parent = <&mpic>;
205 };
206
Roy Zang10ce8c62007-07-13 17:35:33 +0800207 global-utilities@e0000 { //global utilities block
208 compatible = "fsl,mpc8548-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500209 reg = <0xe0000 0x1000>;
Roy Zang10ce8c62007-07-13 17:35:33 +0800210 fsl,has-rstcr;
211 };
212
Kim Phillips3fd44732008-07-08 19:13:33 -0500213 crypto@30000 {
214 compatible = "fsl,sec2.1", "fsl,sec2.0";
215 reg = <0x30000 0x10000>;
216 interrupts = <45 2>;
217 interrupt-parent = <&mpic>;
218 fsl,num-channels = <4>;
219 fsl,channel-fifo-len = <24>;
220 fsl,exec-units-mask = <0xfe>;
221 fsl,descriptor-types-mask = <0x12b0ebf>;
222 };
223
Jon Loeligerd93daf82007-03-20 11:19:10 -0500224 mpic: pic@40000 {
Jon Loeligerd93daf82007-03-20 11:19:10 -0500225 interrupt-controller;
226 #address-cells = <0>;
227 #interrupt-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500228 reg = <0x40000 0x40000>;
Jon Loeligerd93daf82007-03-20 11:19:10 -0500229 compatible = "chrp,open-pic";
230 device_type = "open-pic";
Jon Loeligerd93daf82007-03-20 11:19:10 -0500231 };
Jason Jin741edc42008-05-23 16:32:48 +0800232
233 msi@41600 {
234 compatible = "fsl,mpc8544-msi", "fsl,mpic-msi";
235 reg = <0x41600 0x80>;
236 msi-available-ranges = <0 0x100>;
237 interrupts = <
238 0xe0 0
239 0xe1 0
240 0xe2 0
241 0xe3 0
242 0xe4 0
243 0xe5 0
244 0xe6 0
245 0xe7 0>;
246 interrupt-parent = <&mpic>;
247 };
Jon Loeligerd93daf82007-03-20 11:19:10 -0500248 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500249
Kumar Galaea082fa2007-12-12 01:46:12 -0600250 pci0: pci@e0008000 {
251 cell-index = <0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500252 compatible = "fsl,mpc8540-pci";
253 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500254 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500255 interrupt-map = <
256
257 /* IDSEL 0x11 J17 Slot 1 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500258 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
259 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
260 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
261 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500262
263 /* IDSEL 0x12 J16 Slot 2 */
264
Kumar Gala32f960e2008-04-17 01:28:15 -0500265 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
266 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
267 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
268 0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500269
270 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500271 interrupts = <24 2>;
272 bus-range = <0 255>;
273 ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
274 0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
275 clock-frequency = <66666666>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500276 #interrupt-cells = <1>;
277 #size-cells = <2>;
278 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500279 reg = <0xe0008000 0x1000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500280 };
281
Kumar Galaea082fa2007-12-12 01:46:12 -0600282 pci1: pcie@e0009000 {
283 cell-index = <1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500284 compatible = "fsl,mpc8548-pcie";
285 device_type = "pci";
286 #interrupt-cells = <1>;
287 #size-cells = <2>;
288 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500289 reg = <0xe0009000 0x1000>;
290 bus-range = <0 255>;
291 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
292 0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
293 clock-frequency = <33333333>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500294 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500295 interrupts = <26 2>;
296 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500297 interrupt-map = <
298 /* IDSEL 0x0 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500299 0000 0x0 0x0 0x1 &mpic 0x4 0x1
300 0000 0x0 0x0 0x2 &mpic 0x5 0x1
301 0000 0x0 0x0 0x3 &mpic 0x6 0x1
302 0000 0x0 0x0 0x4 &mpic 0x7 0x1
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500303 >;
304 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500305 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500306 #size-cells = <2>;
307 #address-cells = <3>;
308 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500309 ranges = <0x2000000 0x0 0x80000000
310 0x2000000 0x0 0x80000000
311 0x0 0x20000000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500312
Kumar Gala32f960e2008-04-17 01:28:15 -0500313 0x1000000 0x0 0x0
314 0x1000000 0x0 0x0
315 0x0 0x10000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500316 };
317 };
318
Kumar Galaea082fa2007-12-12 01:46:12 -0600319 pci2: pcie@e000a000 {
320 cell-index = <2>;
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 = <0xe000a000 0x1000>;
327 bus-range = <0 255>;
328 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
329 0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
330 clock-frequency = <33333333>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500331 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500332 interrupts = <25 2>;
333 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 0x0 0x1
337 0000 0x0 0x0 0x2 &mpic 0x1 0x1
338 0000 0x0 0x0 0x3 &mpic 0x2 0x1
339 0000 0x0 0x0 0x4 &mpic 0x3 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 0xa0000000
347 0x2000000 0x0 0xa0000000
348 0x0 0x10000000
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 pci3: pcie@e000b000 {
357 cell-index = <3>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500358 compatible = "fsl,mpc8548-pcie";
359 device_type = "pci";
360 #interrupt-cells = <1>;
361 #size-cells = <2>;
362 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500363 reg = <0xe000b000 0x1000>;
364 bus-range = <0 255>;
365 ranges = <0x2000000 0x0 0xb0000000 0xb0000000 0x0 0x100000
366 0x1000000 0x0 0x0 0xb0100000 0x0 0x100000>;
367 clock-frequency = <33333333>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500368 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500369 interrupts = <27 2>;
370 interrupt-map-mask = <0xff00 0x0 0x0 0x1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500371 interrupt-map = <
372 // IDSEL 0x1c USB
Kumar Gala32f960e2008-04-17 01:28:15 -0500373 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
374 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
375 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
376 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500377
378 // IDSEL 0x1d Audio
Kumar Gala32f960e2008-04-17 01:28:15 -0500379 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500380
381 // IDSEL 0x1e Legacy
Kumar Gala32f960e2008-04-17 01:28:15 -0500382 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
383 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500384
385 // IDSEL 0x1f IDE/SATA
Kumar Gala32f960e2008-04-17 01:28:15 -0500386 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
387 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500388 >;
389
390 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500391 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500392 #size-cells = <2>;
393 #address-cells = <3>;
394 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500395 ranges = <0x2000000 0x0 0xb0000000
396 0x2000000 0x0 0xb0000000
397 0x0 0x100000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500398
Kumar Gala32f960e2008-04-17 01:28:15 -0500399 0x1000000 0x0 0x0
400 0x1000000 0x0 0x0
401 0x0 0x100000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500402
403 uli1575@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500404 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500405 #size-cells = <2>;
406 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500407 ranges = <0x2000000 0x0 0xb0000000
408 0x2000000 0x0 0xb0000000
409 0x0 0x100000
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500410
Kumar Gala32f960e2008-04-17 01:28:15 -0500411 0x1000000 0x0 0x0
412 0x1000000 0x0 0x0
413 0x0 0x100000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500414 isa@1e {
415 device_type = "isa";
416 #interrupt-cells = <2>;
417 #size-cells = <1>;
418 #address-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500419 reg = <0xf000 0x0 0x0 0x0 0x0>;
420 ranges = <0x1 0x0
421 0x1000000 0x0 0x0
422 0x1000>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500423 interrupt-parent = <&i8259>;
424
425 i8259: interrupt-controller@20 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500426 reg = <0x1 0x20 0x2
427 0x1 0xa0 0x2
428 0x1 0x4d0 0x2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500429 interrupt-controller;
430 device_type = "interrupt-controller";
431 #address-cells = <0>;
432 #interrupt-cells = <2>;
433 compatible = "chrp,iic";
434 interrupts = <9 2>;
435 interrupt-parent = <&mpic>;
436 };
437
438 i8042@60 {
439 #size-cells = <0>;
440 #address-cells = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500441 reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
442 interrupts = <1 3 12 3>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500443 interrupt-parent = <&i8259>;
444
445 keyboard@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500446 reg = <0x0>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500447 compatible = "pnpPNP,303";
448 };
449
450 mouse@1 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500451 reg = <0x1>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500452 compatible = "pnpPNP,f03";
453 };
454 };
455
456 rtc@70 {
457 compatible = "pnpPNP,b00";
Kumar Gala32f960e2008-04-17 01:28:15 -0500458 reg = <0x1 0x70 0x2>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500459 };
460
461 gpio@400 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500462 reg = <0x1 0x400 0x80>;
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500463 };
464 };
465 };
466 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500467 };
Jon Loeligerd93daf82007-03-20 11:19:10 -0500468};