blob: 3f7a5dce8de0bc397bde3177927cd65667118f1f [file] [log] [blame]
Grant Likelyc6d4d652006-11-27 14:16:29 -07001/*
2 * Lite5200 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 Likelya2884f32008-04-29 07:19:07 -060013/dts-v1/;
14
Grant Likelyc6d4d652006-11-27 14:16:29 -070015/ {
Grant Likely05cbbc62007-02-12 13:36:54 -070016 model = "fsl,lite5200";
Marian Balakowicz5b5820d2007-11-15 22:40:21 +110017 compatible = "fsl,lite5200";
Grant Likelyc6d4d652006-11-27 14:16:29 -070018 #address-cells = <1>;
19 #size-cells = <1>;
20
21 cpus {
Grant Likelyc6d4d652006-11-27 14:16:29 -070022 #address-cells = <1>;
23 #size-cells = <0>;
24
25 PowerPC,5200@0 {
26 device_type = "cpu";
27 reg = <0>;
Grant Likelya2884f32008-04-29 07:19:07 -060028 d-cache-line-size = <32>;
29 i-cache-line-size = <32>;
30 d-cache-size = <0x4000>; // L1, 16K
31 i-cache-size = <0x4000>; // L1, 16K
Grant Likelyc6d4d652006-11-27 14:16:29 -070032 timebase-frequency = <0>; // from bootloader
33 bus-frequency = <0>; // from bootloader
34 clock-frequency = <0>; // from bootloader
Grant Likelyc6d4d652006-11-27 14:16:29 -070035 };
36 };
37
38 memory {
39 device_type = "memory";
Grant Likelya2884f32008-04-29 07:19:07 -060040 reg = <0x00000000 0x04000000>; // 64MB
Grant Likelyc6d4d652006-11-27 14:16:29 -070041 };
42
43 soc5200@f0000000 {
Paul Gortmaker58a5be32008-01-26 07:33:20 +110044 #address-cells = <1>;
45 #size-cells = <1>;
Grant Likely24ce6bc2008-01-24 22:25:31 -070046 compatible = "fsl,mpc5200-immr";
Grant Likelya2884f32008-04-29 07:19:07 -060047 ranges = <0 0xf0000000 0x0000c000>;
48 reg = <0xf0000000 0x00000100>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070049 bus-frequency = <0>; // from bootloader
Grant Likely05cbbc62007-02-12 13:36:54 -070050 system-frequency = <0>; // from bootloader
Grant Likelyc6d4d652006-11-27 14:16:29 -070051
52 cdm@200 {
Grant Likely24ce6bc2008-01-24 22:25:31 -070053 compatible = "fsl,mpc5200-cdm";
Grant Likelya2884f32008-04-29 07:19:07 -060054 reg = <0x200 0x38>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070055 };
56
Grant Likely24ce6bc2008-01-24 22:25:31 -070057 mpc5200_pic: interrupt-controller@500 {
Grant Likelyc6d4d652006-11-27 14:16:29 -070058 // 5200 interrupts are encoded into two levels;
Grant Likelyc6d4d652006-11-27 14:16:29 -070059 interrupt-controller;
60 #interrupt-cells = <3>;
61 device_type = "interrupt-controller";
Grant Likely24ce6bc2008-01-24 22:25:31 -070062 compatible = "fsl,mpc5200-pic";
Grant Likelya2884f32008-04-29 07:19:07 -060063 reg = <0x500 0x80>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070064 };
65
Grant Likely24ce6bc2008-01-24 22:25:31 -070066 timer@600 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +100067 compatible = "fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070068 cell-index = <0>;
Grant Likelya2884f32008-04-29 07:19:07 -060069 reg = <0x600 0x10>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070070 interrupts = <1 9 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -050071 interrupt-parent = <&mpc5200_pic>;
Marian Balakowiczd24bc312007-10-19 04:44:24 +100072 fsl,has-wdt;
Grant Likelyc6d4d652006-11-27 14:16:29 -070073 };
74
Grant Likely24ce6bc2008-01-24 22:25:31 -070075 timer@610 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +100076 compatible = "fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070077 cell-index = <1>;
Grant Likelya2884f32008-04-29 07:19:07 -060078 reg = <0x610 0x10>;
79 interrupts = <1 10 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -050080 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070081 };
82
Grant Likely24ce6bc2008-01-24 22:25:31 -070083 timer@620 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +100084 compatible = "fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070085 cell-index = <2>;
Grant Likelya2884f32008-04-29 07:19:07 -060086 reg = <0x620 0x10>;
87 interrupts = <1 11 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -050088 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070089 };
90
Grant Likely24ce6bc2008-01-24 22:25:31 -070091 timer@630 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +100092 compatible = "fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070093 cell-index = <3>;
Grant Likelya2884f32008-04-29 07:19:07 -060094 reg = <0x630 0x10>;
95 interrupts = <1 12 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -050096 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070097 };
98
Grant Likely24ce6bc2008-01-24 22:25:31 -070099 timer@640 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +1000100 compatible = "fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700101 cell-index = <4>;
Grant Likelya2884f32008-04-29 07:19:07 -0600102 reg = <0x640 0x10>;
103 interrupts = <1 13 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500104 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700105 };
106
Grant Likely24ce6bc2008-01-24 22:25:31 -0700107 timer@650 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +1000108 compatible = "fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700109 cell-index = <5>;
Grant Likelya2884f32008-04-29 07:19:07 -0600110 reg = <0x650 0x10>;
111 interrupts = <1 14 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500112 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700113 };
114
Grant Likely24ce6bc2008-01-24 22:25:31 -0700115 timer@660 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +1000116 compatible = "fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700117 cell-index = <6>;
Grant Likelya2884f32008-04-29 07:19:07 -0600118 reg = <0x660 0x10>;
119 interrupts = <1 15 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500120 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700121 };
122
Grant Likely24ce6bc2008-01-24 22:25:31 -0700123 timer@670 { // General Purpose Timer
Marian Balakowiczd24bc312007-10-19 04:44:24 +1000124 compatible = "fsl,mpc5200-gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700125 cell-index = <7>;
Grant Likelya2884f32008-04-29 07:19:07 -0600126 reg = <0x670 0x10>;
127 interrupts = <1 16 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500128 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700129 };
130
131 rtc@800 { // Real time clock
Grant Likely24ce6bc2008-01-24 22:25:31 -0700132 compatible = "fsl,mpc5200-rtc";
Grant Likelya2884f32008-04-29 07:19:07 -0600133 reg = <0x800 0x100>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700134 interrupts = <1 5 0 1 6 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500135 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700136 };
137
Grant Likely24ce6bc2008-01-24 22:25:31 -0700138 can@900 {
139 compatible = "fsl,mpc5200-mscan";
Grant Likely05cbbc62007-02-12 13:36:54 -0700140 cell-index = <0>;
Grant Likelya2884f32008-04-29 07:19:07 -0600141 interrupts = <2 17 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500142 interrupt-parent = <&mpc5200_pic>;
Grant Likelya2884f32008-04-29 07:19:07 -0600143 reg = <0x900 0x80>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700144 };
145
Grant Likely24ce6bc2008-01-24 22:25:31 -0700146 can@980 {
147 compatible = "fsl,mpc5200-mscan";
Grant Likely05cbbc62007-02-12 13:36:54 -0700148 cell-index = <1>;
Grant Likelya2884f32008-04-29 07:19:07 -0600149 interrupts = <2 18 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500150 interrupt-parent = <&mpc5200_pic>;
Grant Likelya2884f32008-04-29 07:19:07 -0600151 reg = <0x980 0x80>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700152 };
153
154 gpio@b00 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700155 compatible = "fsl,mpc5200-gpio";
Grant Likelya2884f32008-04-29 07:19:07 -0600156 reg = <0xb00 0x40>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700157 interrupts = <1 7 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500158 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700159 };
160
Grant Likely24ce6bc2008-01-24 22:25:31 -0700161 gpio@c00 {
162 compatible = "fsl,mpc5200-gpio-wkup";
Grant Likelya2884f32008-04-29 07:19:07 -0600163 reg = <0xc00 0x40>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700164 interrupts = <1 8 0 0 3 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500165 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700166 };
167
Grant Likelyc6d4d652006-11-27 14:16:29 -0700168 spi@f00 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700169 compatible = "fsl,mpc5200-spi";
Grant Likelya2884f32008-04-29 07:19:07 -0600170 reg = <0xf00 0x20>;
171 interrupts = <2 13 0 2 14 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500172 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700173 };
174
175 usb@1000 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700176 compatible = "fsl,mpc5200-ohci","ohci-be";
Grant Likelya2884f32008-04-29 07:19:07 -0600177 reg = <0x1000 0xff>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700178 interrupts = <2 6 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500179 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700180 };
181
Grant Likely24ce6bc2008-01-24 22:25:31 -0700182 dma-controller@1200 {
Grant Likelyc6d4d652006-11-27 14:16:29 -0700183 device_type = "dma-controller";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700184 compatible = "fsl,mpc5200-bestcomm";
Grant Likelya2884f32008-04-29 07:19:07 -0600185 reg = <0x1200 0x80>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700186 interrupts = <3 0 0 3 1 0 3 2 0 3 3 0
187 3 4 0 3 5 0 3 6 0 3 7 0
Grant Likelya2884f32008-04-29 07:19:07 -0600188 3 8 0 3 9 0 3 10 0 3 11 0
189 3 12 0 3 13 0 3 14 0 3 15 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500190 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700191 };
192
193 xlb@1f00 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700194 compatible = "fsl,mpc5200-xlb";
Grant Likelya2884f32008-04-29 07:19:07 -0600195 reg = <0x1f00 0x100>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700196 };
197
198 serial@2000 { // PSC1
199 device_type = "serial";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700200 compatible = "fsl,mpc5200-psc-uart";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700201 port-number = <0>; // Logical port assignment
Grant Likely05cbbc62007-02-12 13:36:54 -0700202 cell-index = <0>;
Grant Likelya2884f32008-04-29 07:19:07 -0600203 reg = <0x2000 0x100>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700204 interrupts = <2 1 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500205 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700206 };
207
Grant Likely05cbbc62007-02-12 13:36:54 -0700208 // PSC2 in ac97 mode example
209 //ac97@2200 { // PSC2
Grant Likely24ce6bc2008-01-24 22:25:31 -0700210 // compatible = "fsl,mpc5200-psc-ac97";
Grant Likely05cbbc62007-02-12 13:36:54 -0700211 // cell-index = <1>;
Grant Likelya2884f32008-04-29 07:19:07 -0600212 // reg = <0x2200 0x100>;
Grant Likely05cbbc62007-02-12 13:36:54 -0700213 // interrupts = <2 2 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500214 // interrupt-parent = <&mpc5200_pic>;
Grant Likely05cbbc62007-02-12 13:36:54 -0700215 //};
Grant Likelyc6d4d652006-11-27 14:16:29 -0700216
217 // PSC3 in CODEC mode example
Grant Likely05cbbc62007-02-12 13:36:54 -0700218 //i2s@2400 { // PSC3
Grant Likely24ce6bc2008-01-24 22:25:31 -0700219 // compatible = "fsl,mpc5200-psc-i2s";
Grant Likely05cbbc62007-02-12 13:36:54 -0700220 // cell-index = <2>;
Grant Likelya2884f32008-04-29 07:19:07 -0600221 // reg = <0x2400 0x100>;
Grant Likely05cbbc62007-02-12 13:36:54 -0700222 // interrupts = <2 3 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500223 // interrupt-parent = <&mpc5200_pic>;
Grant Likely05cbbc62007-02-12 13:36:54 -0700224 //};
Grant Likelyc6d4d652006-11-27 14:16:29 -0700225
Grant Likely05cbbc62007-02-12 13:36:54 -0700226 // PSC4 in uart mode example
Grant Likelyc6d4d652006-11-27 14:16:29 -0700227 //serial@2600 { // PSC4
228 // device_type = "serial";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700229 // compatible = "fsl,mpc5200-psc-uart";
Grant Likely05cbbc62007-02-12 13:36:54 -0700230 // cell-index = <3>;
Grant Likelya2884f32008-04-29 07:19:07 -0600231 // reg = <0x2600 0x100>;
232 // interrupts = <2 11 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500233 // interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700234 //};
235
Grant Likely05cbbc62007-02-12 13:36:54 -0700236 // PSC5 in uart mode example
Grant Likelyc6d4d652006-11-27 14:16:29 -0700237 //serial@2800 { // PSC5
238 // device_type = "serial";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700239 // compatible = "fsl,mpc5200-psc-uart";
Grant Likely05cbbc62007-02-12 13:36:54 -0700240 // cell-index = <4>;
Grant Likelya2884f32008-04-29 07:19:07 -0600241 // reg = <0x2800 0x100>;
242 // interrupts = <2 12 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500243 // interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700244 //};
245
Grant Likely05cbbc62007-02-12 13:36:54 -0700246 // PSC6 in spi mode example
247 //spi@2c00 { // PSC6
Grant Likely24ce6bc2008-01-24 22:25:31 -0700248 // compatible = "fsl,mpc5200-psc-spi";
Grant Likely05cbbc62007-02-12 13:36:54 -0700249 // cell-index = <5>;
Grant Likelya2884f32008-04-29 07:19:07 -0600250 // reg = <0x2c00 0x100>;
Grant Likely05cbbc62007-02-12 13:36:54 -0700251 // interrupts = <2 4 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500252 // interrupt-parent = <&mpc5200_pic>;
Grant Likely05cbbc62007-02-12 13:36:54 -0700253 //};
Grant Likelyc6d4d652006-11-27 14:16:29 -0700254
255 ethernet@3000 {
256 device_type = "network";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700257 compatible = "fsl,mpc5200-fec";
Grant Likelya2884f32008-04-29 07:19:07 -0600258 reg = <0x3000 0x400>;
Grant Likely24ce6bc2008-01-24 22:25:31 -0700259 local-mac-address = [ 00 00 00 00 00 00 ];
Grant Likelyc6d4d652006-11-27 14:16:29 -0700260 interrupts = <2 5 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500261 interrupt-parent = <&mpc5200_pic>;
René Bürgel8d813942008-04-03 19:58:37 +1100262 phy-handle = <&phy0>;
263 };
264
265 mdio@3000 {
266 #address-cells = <1>;
267 #size-cells = <0>;
268 compatible = "fsl,mpc5200-mdio";
Grant Likelya2884f32008-04-29 07:19:07 -0600269 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
René Bürgel8d813942008-04-03 19:58:37 +1100270 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
271 interrupt-parent = <&mpc5200_pic>;
272
Grant Likelya2884f32008-04-29 07:19:07 -0600273 phy0: ethernet-phy@1 {
René Bürgel8d813942008-04-03 19:58:37 +1100274 device_type = "ethernet-phy";
275 reg = <1>;
276 };
Grant Likelyc6d4d652006-11-27 14:16:29 -0700277 };
278
279 ata@3a00 {
280 device_type = "ata";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700281 compatible = "fsl,mpc5200-ata";
Grant Likelya2884f32008-04-29 07:19:07 -0600282 reg = <0x3a00 0x100>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700283 interrupts = <2 7 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500284 interrupt-parent = <&mpc5200_pic>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700285 };
286
287 i2c@3d00 {
Kumar Galaec9686c2007-12-11 23:17:24 -0600288 #address-cells = <1>;
289 #size-cells = <0>;
Grant Likely24ce6bc2008-01-24 22:25:31 -0700290 compatible = "fsl,mpc5200-i2c","fsl-i2c";
Grant Likely05cbbc62007-02-12 13:36:54 -0700291 cell-index = <0>;
Grant Likelya2884f32008-04-29 07:19:07 -0600292 reg = <0x3d00 0x40>;
293 interrupts = <2 15 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500294 interrupt-parent = <&mpc5200_pic>;
Domen Puncer5cae84c2007-05-07 01:38:49 +1000295 fsl5200-clocking;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700296 };
297
298 i2c@3d40 {
Kumar Galaec9686c2007-12-11 23:17:24 -0600299 #address-cells = <1>;
300 #size-cells = <0>;
Grant Likely24ce6bc2008-01-24 22:25:31 -0700301 compatible = "fsl,mpc5200-i2c","fsl-i2c";
Grant Likely05cbbc62007-02-12 13:36:54 -0700302 cell-index = <1>;
Grant Likelya2884f32008-04-29 07:19:07 -0600303 reg = <0x3d40 0x40>;
304 interrupts = <2 16 0>;
Kumar Gala5c1992f2007-05-15 16:12:27 -0500305 interrupt-parent = <&mpc5200_pic>;
Domen Puncer5cae84c2007-05-07 01:38:49 +1000306 fsl5200-clocking;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700307 };
308 sram@8000 {
Grant Likely24ce6bc2008-01-24 22:25:31 -0700309 compatible = "fsl,mpc5200-sram","sram";
Grant Likelya2884f32008-04-29 07:19:07 -0600310 reg = <0x8000 0x4000>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700311 };
312 };
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500313
314 pci@f0000d00 {
315 #interrupt-cells = <1>;
316 #size-cells = <2>;
317 #address-cells = <3>;
318 device_type = "pci";
Grant Likely24ce6bc2008-01-24 22:25:31 -0700319 compatible = "fsl,mpc5200-pci";
Grant Likelya2884f32008-04-29 07:19:07 -0600320 reg = <0xf0000d00 0x100>;
321 interrupt-map-mask = <0xf800 0 0 7>;
322 interrupt-map = <0xc000 0 0 1 &mpc5200_pic 0 0 3
323 0xc000 0 0 2 &mpc5200_pic 0 0 3
324 0xc000 0 0 3 &mpc5200_pic 0 0 3
325 0xc000 0 0 4 &mpc5200_pic 0 0 3>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500326 clock-frequency = <0>; // From boot loader
Grant Likelya2884f32008-04-29 07:19:07 -0600327 interrupts = <2 8 0 2 9 0 2 10 0>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500328 interrupt-parent = <&mpc5200_pic>;
329 bus-range = <0 0>;
Grant Likelya2884f32008-04-29 07:19:07 -0600330 ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000
331 0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
332 0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
Kumar Gala1b3c5cd2007-09-12 18:23:46 -0500333 };
Grant Likelyc6d4d652006-11-27 14:16:29 -0700334};