blob: 2e9bc397ae9a1eb40dadbb7e7ab2559d7155b36b [file] [log] [blame]
Grant Likelyc6d4d652006-11-27 14:16:29 -07001/*
2 * Lite5200B board Device Tree Source
3 *
Grant Likely05cbbc62007-02-12 13:36:54 -07004 * Copyright 2006-2007 Secret Lab Technologies Ltd.
Grant Likelyc6d4d652006-11-27 14:16:29 -07005 * Grant Likely <grant.likely@secretlab.ca>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
11 */
12
Grant Likely121361f2007-01-19 00:00:14 -070013/*
14 * WARNING: Do not depend on this tree layout remaining static just yet.
15 * The MPC5200 device tree conventions are still in flux
16 * Keep an eye on the linuxppc-dev mailing list for more details
17 */
18
Grant Likelyc6d4d652006-11-27 14:16:29 -070019/ {
Grant Likely05cbbc62007-02-12 13:36:54 -070020 model = "fsl,lite5200b";
Marian Balakowicz5b5820d2007-11-15 22:40:21 +110021 compatible = "fsl,lite5200b";
Grant Likelyc6d4d652006-11-27 14:16:29 -070022 #address-cells = <1>;
23 #size-cells = <1>;
24
25 cpus {
Grant Likelyc6d4d652006-11-27 14:16:29 -070026 #address-cells = <1>;
27 #size-cells = <0>;
28
29 PowerPC,5200@0 {
30 device_type = "cpu";
31 reg = <0>;
32 d-cache-line-size = <20>;
33 i-cache-line-size = <20>;
34 d-cache-size = <4000>; // L1, 16K
35 i-cache-size = <4000>; // L1, 16K
36 timebase-frequency = <0>; // from bootloader
37 bus-frequency = <0>; // from bootloader
38 clock-frequency = <0>; // from bootloader
Grant Likelyc6d4d652006-11-27 14:16:29 -070039 };
40 };
41
42 memory {
43 device_type = "memory";
44 reg = <00000000 10000000>; // 256MB
45 };
46
47 soc5200@f0000000 {
Paul Gortmaker58a5be32008-01-26 07:33:20 +110048 #address-cells = <1>;
49 #size-cells = <1>;
Grant Likely24ce6bc2008-01-24 22:25:31 -070050 compatible = "fsl,mpc5200b-immr";
Kumar Galaf0c8ac82007-09-12 11:52:31 -050051 ranges = <0 f0000000 0000c000>;
52 reg = <f0000000 00000100>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070053 bus-frequency = <0>; // from bootloader
Grant Likely05cbbc62007-02-12 13:36:54 -070054 system-frequency = <0>; // from bootloader
Grant Likelyc6d4d652006-11-27 14:16:29 -070055
56 cdm@200 {
Grant Likely24ce6bc2008-01-24 22:25:31 -070057 compatible = "fsl,mpc5200b-cdm","fsl,mpc5200-cdm";
Grant Likelyc6d4d652006-11-27 14:16:29 -070058 reg = <200 38>;
59 };
60
Grant Likely24ce6bc2008-01-24 22:25:31 -070061 mpc5200_pic: interrupt-controller@500 {
Grant Likelyc6d4d652006-11-27 14:16:29 -070062 // 5200 interrupts are encoded into two levels;
Grant Likelyc6d4d652006-11-27 14:16:29 -070063 interrupt-controller;
64 #interrupt-cells = <3>;
65 device_type = "interrupt-controller";
Grant Likely24ce6bc2008-01-24 22:25:31 -070066 compatible = "fsl,mpc5200b-pic","fsl,mpc5200-pic";
Grant Likelyc6d4d652006-11-27 14:16:29 -070067 reg = <500 80>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070068 };
69
Grant Likely24ce6bc2008-01-24 22:25:31 -070070 timer@600 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +100071 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070072 cell-index = <0>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070073 reg = <600 10>;
74 interrupts = <1 9 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -050075 interrupt-parent = <&mpc5200_pic>;
Marian Balakowiczd24bc312007-10-19 04:44:24 +100076 fsl,has-wdt;
Grant Likelyc6d4d652006-11-27 14:16:29 -070077 };
78
Grant Likely24ce6bc2008-01-24 22:25:31 -070079 timer@610 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +100080 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070081 cell-index = <1>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070082 reg = <610 10>;
83 interrupts = <1 a 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -050084 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070085 };
86
Grant Likely24ce6bc2008-01-24 22:25:31 -070087 timer@620 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +100088 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070089 cell-index = <2>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070090 reg = <620 10>;
91 interrupts = <1 b 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -050092 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070093 };
94
Grant Likely24ce6bc2008-01-24 22:25:31 -070095 timer@630 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +100096 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070097 cell-index = <3>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070098 reg = <630 10>;
99 interrupts = <1 c 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500100 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700101 };
102
Grant Likely24ce6bc2008-01-24 22:25:31 -0700103 timer@640 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +1000104 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700105 cell-index = <4>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700106 reg = <640 10>;
107 interrupts = <1 d 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500108 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700109 };
110
Grant Likely24ce6bc2008-01-24 22:25:31 -0700111 timer@650 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +1000112 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700113 cell-index = <5>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700114 reg = <650 10>;
115 interrupts = <1 e 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500116 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700117 };
118
Grant Likely24ce6bc2008-01-24 22:25:31 -0700119 timer@660 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +1000120 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700121 cell-index = <6>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700122 reg = <660 10>;
123 interrupts = <1 f 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500124 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700125 };
126
Grant Likely24ce6bc2008-01-24 22:25:31 -0700127 timer@670 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +1000128 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700129 cell-index = <7>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700130 reg = <670 10>;
131 interrupts = <1 10 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500132 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700133 };
134
135 rtc@800 { // Real time clock
Grant Likely24ce6bc2008-01-24 22:25:31 -0700136 compatible = "fsl,mpc5200b-rtc","fsl,mpc5200-rtc";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700137 device_type = "rtc";
138 reg = <800 100>;
139 interrupts = <1 5 0 1 6 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500140 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700141 };
142
Grant Likely24ce6bc2008-01-24 22:25:31 -0700143 can@900 {
144 compatible = "fsl,mpc5200b-mscan","fsl,mpc5200-mscan";
Grant Likely05cbbc62007-02-12 13:36:54 -0700145 cell-index = <0>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700146 interrupts = <2 11 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500147 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700148 reg = <900 80>;
149 };
150
Grant Likely24ce6bc2008-01-24 22:25:31 -0700151 can@980 {
152 compatible = "fsl,mpc5200b-mscan","fsl,mpc5200-mscan";
Grant Likely05cbbc62007-02-12 13:36:54 -0700153 cell-index = <1>;
Domen Puncer0d0f4bc2007-05-07 01:38:48 +1000154 interrupts = <2 12 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500155 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700156 reg = <980 80>;
157 };
158
159 gpio@b00 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700160 compatible = "fsl,mpc5200b-gpio","fsl,mpc5200-gpio";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700161 reg = <b00 40>;
162 interrupts = <1 7 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500163 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700164 };
165
Grant Likely24ce6bc2008-01-24 22:25:31 -0700166 gpio@c00 {
167 compatible = "fsl,mpc5200b-gpio-wkup","fsl,mpc5200-gpio-wkup";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700168 reg = <c00 40>;
169 interrupts = <1 8 0 0 3 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500170 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700171 };
172
Grant Likelyc6d4d652006-11-27 14:16:29 -0700173 spi@f00 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700174 compatible = "fsl,mpc5200b-spi","fsl,mpc5200-spi";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700175 reg = <f00 20>;
176 interrupts = <2 d 0 2 e 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500177 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700178 };
179
180 usb@1000 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700181 compatible = "fsl,mpc5200b-ohci","fsl,mpc5200-ohci","ohci-be";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700182 reg = <1000 ff>;
183 interrupts = <2 6 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500184 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700185 };
186
Grant Likely24ce6bc2008-01-24 22:25:31 -0700187 dma-controller@1200 {
Grant Likelyc6d4d652006-11-27 14:16:29 -0700188 device_type = "dma-controller";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700189 compatible = "fsl,mpc5200b-bestcomm","fsl,mpc5200-bestcomm";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700190 reg = <1200 80>;
191 interrupts = <3 0 0 3 1 0 3 2 0 3 3 0
192 3 4 0 3 5 0 3 6 0 3 7 0
193 3 8 0 3 9 0 3 a 0 3 b 0
194 3 c 0 3 d 0 3 e 0 3 f 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500195 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700196 };
197
198 xlb@1f00 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700199 compatible = "fsl,mpc5200b-xlb","fsl,mpc5200-xlb";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700200 reg = <1f00 100>;
201 };
202
203 serial@2000 { // PSC1
204 device_type = "serial";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700205 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700206 port-number = <0>; // Logical port assignment
Grant Likely05cbbc62007-02-12 13:36:54 -0700207 cell-index = <0>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700208 reg = <2000 100>;
209 interrupts = <2 1 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500210 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700211 };
212
Grant Likely05cbbc62007-02-12 13:36:54 -0700213 // PSC2 in ac97 mode example
214 //ac97@2200 { // PSC2
Grant Likely24ce6bc2008-01-24 22:25:31 -0700215 // compatible = "fsl,mpc5200b-psc-ac97","fsl,mpc5200-psc-ac97";
Grant Likely05cbbc62007-02-12 13:36:54 -0700216 // cell-index = <1>;
217 // reg = <2200 100>;
218 // interrupts = <2 2 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500219 // interrupt-parent = <&mpc5200_pic>;
Grant Likely05cbbc62007-02-12 13:36:54 -0700220 //};
Grant Likelyc6d4d652006-11-27 14:16:29 -0700221
222 // PSC3 in CODEC mode example
Grant Likely05cbbc62007-02-12 13:36:54 -0700223 //i2s@2400 { // PSC3
Grant Likely24ce6bc2008-01-24 22:25:31 -0700224 // compatible = "fsl,mpc5200b-psc-i2s"; //not 5200 compatible
Grant Likely05cbbc62007-02-12 13:36:54 -0700225 // cell-index = <2>;
226 // reg = <2400 100>;
227 // interrupts = <2 3 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500228 // interrupt-parent = <&mpc5200_pic>;
Grant Likely05cbbc62007-02-12 13:36:54 -0700229 //};
Grant Likelyc6d4d652006-11-27 14:16:29 -0700230
Grant Likely05cbbc62007-02-12 13:36:54 -0700231 // PSC4 in uart mode example
Grant Likelyc6d4d652006-11-27 14:16:29 -0700232 //serial@2600 { // PSC4
233 // device_type = "serial";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700234 // compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
Grant Likely05cbbc62007-02-12 13:36:54 -0700235 // cell-index = <3>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700236 // reg = <2600 100>;
237 // interrupts = <2 b 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500238 // interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700239 //};
240
Grant Likely05cbbc62007-02-12 13:36:54 -0700241 // PSC5 in uart mode example
Grant Likelyc6d4d652006-11-27 14:16:29 -0700242 //serial@2800 { // PSC5
243 // device_type = "serial";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700244 // compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
Grant Likely05cbbc62007-02-12 13:36:54 -0700245 // cell-index = <4>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700246 // reg = <2800 100>;
247 // interrupts = <2 c 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500248 // interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700249 //};
250
Grant Likely05cbbc62007-02-12 13:36:54 -0700251 // PSC6 in spi mode example
252 //spi@2c00 { // PSC6
Grant Likely24ce6bc2008-01-24 22:25:31 -0700253 // compatible = "fsl,mpc5200b-psc-spi","fsl,mpc5200-psc-spi";
Grant Likely05cbbc62007-02-12 13:36:54 -0700254 // cell-index = <5>;
255 // reg = <2c00 100>;
256 // interrupts = <2 4 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500257 // interrupt-parent = <&mpc5200_pic>;
Grant Likely05cbbc62007-02-12 13:36:54 -0700258 //};
Grant Likelyc6d4d652006-11-27 14:16:29 -0700259
260 ethernet@3000 {
261 device_type = "network";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700262 compatible = "fsl,mpc5200b-fec","fsl,mpc5200-fec";
Domen Puncerb147d932007-10-14 17:57:11 +1000263 reg = <3000 400>;
Grant Likely24ce6bc2008-01-24 22:25:31 -0700264 local-mac-address = [ 00 00 00 00 00 00 ];
Grant Likelyc6d4d652006-11-27 14:16:29 -0700265 interrupts = <2 5 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500266 interrupt-parent = <&mpc5200_pic>;
Domen Puncerb147d932007-10-14 17:57:11 +1000267 phy-handle = <&phy0>;
268 };
269
270 mdio@3000 {
271 #address-cells = <1>;
272 #size-cells = <0>;
Grant Likely5492a7e2008-03-22 14:25:15 +1100273 compatible = "fsl,mpc5200b-mdio", "fsl,mpc5200-mdio";
Domen Puncerb147d932007-10-14 17:57:11 +1000274 reg = <3000 400>; // fec range, since we need to setup fec interrupts
275 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
276 interrupt-parent = <&mpc5200_pic>;
277
278 phy0:ethernet-phy@0 {
279 device_type = "ethernet-phy";
280 reg = <0>;
281 };
Grant Likelyc6d4d652006-11-27 14:16:29 -0700282 };
283
284 ata@3a00 {
285 device_type = "ata";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700286 compatible = "fsl,mpc5200b-ata","fsl,mpc5200-ata";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700287 reg = <3a00 100>;
288 interrupts = <2 7 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500289 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700290 };
291
292 i2c@3d00 {
Kumar Galaec9686c2007-12-11 23:17:24 -0600293 #address-cells = <1>;
294 #size-cells = <0>;
Grant Likely24ce6bc2008-01-24 22:25:31 -0700295 compatible = "fsl,mpc5200b-i2c","fsl,mpc5200-i2c","fsl-i2c";
Grant Likely05cbbc62007-02-12 13:36:54 -0700296 cell-index = <0>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700297 reg = <3d00 40>;
298 interrupts = <2 f 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500299 interrupt-parent = <&mpc5200_pic>;
Domen Puncer5cae84c2007-05-07 01:38:49 +1000300 fsl5200-clocking;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700301 };
302
303 i2c@3d40 {
Kumar Galaec9686c2007-12-11 23:17:24 -0600304 #address-cells = <1>;
305 #size-cells = <0>;
Grant Likely24ce6bc2008-01-24 22:25:31 -0700306 compatible = "fsl,mpc5200b-i2c","fsl,mpc5200-i2c","fsl-i2c";
Grant Likely05cbbc62007-02-12 13:36:54 -0700307 cell-index = <1>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700308 reg = <3d40 40>;
309 interrupts = <2 10 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500310 interrupt-parent = <&mpc5200_pic>;
Domen Puncer5cae84c2007-05-07 01:38:49 +1000311 fsl5200-clocking;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700312 };
313 sram@8000 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700314 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram","sram";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700315 reg = <8000 4000>;
316 };
317 };
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500318
319 pci@f0000d00 {
320 #interrupt-cells = <1>;
321 #size-cells = <2>;
322 #address-cells = <3>;
323 device_type = "pci";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700324 compatible = "fsl,mpc5200b-pci","fsl,mpc5200-pci";
Kumar Gala1b3c5cda2007-09-12 18:23:46 -0500325 reg = <f0000d00 100>;
326 interrupt-map-mask = <f800 0 0 7>;
327 interrupt-map = <c000 0 0 1 &mpc5200_pic 0 0 3 // 1st slot
328 c000 0 0 2 &mpc5200_pic 1 1 3
329 c000 0 0 3 &mpc5200_pic 1 2 3
330 c000 0 0 4 &mpc5200_pic 1 3 3
331
332 c800 0 0 1 &mpc5200_pic 1 1 3 // 2nd slot
333 c800 0 0 2 &mpc5200_pic 1 2 3
334 c800 0 0 3 &mpc5200_pic 1 3 3
335 c800 0 0 4 &mpc5200_pic 0 0 3>;
336 clock-frequency = <0>; // From boot loader
337 interrupts = <2 8 0 2 9 0 2 a 0>;
338 interrupt-parent = <&mpc5200_pic>;
339 bus-range = <0 0>;
340 ranges = <42000000 0 80000000 80000000 0 20000000
341 02000000 0 a0000000 a0000000 0 10000000
342 01000000 0 00000000 b0000000 0 01000000>;
343 };
Grant Likelyc6d4d652006-11-27 14:16:29 -0700344};