blob: ba54c6b40a09dfe613fee0be2333aa3b2b7501da [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 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,lite5200";
21 // revision = "1.0";
22 compatible = "fsl,lite5200\0generic-mpc5200";
Grant Likelyc6d4d652006-11-27 14:16:29 -070023 #address-cells = <1>;
24 #size-cells = <1>;
25
26 cpus {
Grant Likelyc6d4d652006-11-27 14:16:29 -070027 #address-cells = <1>;
28 #size-cells = <0>;
29
30 PowerPC,5200@0 {
31 device_type = "cpu";
32 reg = <0>;
33 d-cache-line-size = <20>;
34 i-cache-line-size = <20>;
35 d-cache-size = <4000>; // L1, 16K
36 i-cache-size = <4000>; // L1, 16K
37 timebase-frequency = <0>; // from bootloader
38 bus-frequency = <0>; // from bootloader
39 clock-frequency = <0>; // from bootloader
40 32-bit;
41 };
42 };
43
44 memory {
45 device_type = "memory";
46 reg = <00000000 04000000>; // 64MB
47 };
48
49 soc5200@f0000000 {
Grant Likely05cbbc62007-02-12 13:36:54 -070050 model = "fsl,mpc5200";
51 revision = "" // from bootloader
Grant Likelyc6d4d652006-11-27 14:16:29 -070052 #interrupt-cells = <3>;
53 device_type = "soc";
54 ranges = <0 f0000000 f0010000>;
55 reg = <f0000000 00010000>;
56 bus-frequency = <0>; // from bootloader
Grant Likely05cbbc62007-02-12 13:36:54 -070057 system-frequency = <0>; // from bootloader
Grant Likelyc6d4d652006-11-27 14:16:29 -070058
59 cdm@200 {
Grant Likely05cbbc62007-02-12 13:36:54 -070060 compatible = "mpc5200-cdm";
Grant Likelyc6d4d652006-11-27 14:16:29 -070061 reg = <200 38>;
62 };
63
64 pic@500 {
65 // 5200 interrupts are encoded into two levels;
66 linux,phandle = <500>;
67 interrupt-controller;
68 #interrupt-cells = <3>;
69 device_type = "interrupt-controller";
Grant Likely05cbbc62007-02-12 13:36:54 -070070 compatible = "mpc5200-pic";
Grant Likelyc6d4d652006-11-27 14:16:29 -070071 reg = <500 80>;
72 built-in;
73 };
74
75 gpt@600 { // General Purpose Timer
Grant Likely05cbbc62007-02-12 13:36:54 -070076 compatible = "mpc5200-gpt";
Grant Likelyc6d4d652006-11-27 14:16:29 -070077 device_type = "gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070078 cell-index = <0>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070079 reg = <600 10>;
80 interrupts = <1 9 0>;
81 interrupt-parent = <500>;
Grant Likely05cbbc62007-02-12 13:36:54 -070082 has-wdt;
Grant Likelyc6d4d652006-11-27 14:16:29 -070083 };
84
85 gpt@610 { // General Purpose Timer
Grant Likely05cbbc62007-02-12 13:36:54 -070086 compatible = "mpc5200-gpt";
Grant Likelyc6d4d652006-11-27 14:16:29 -070087 device_type = "gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070088 cell-index = <1>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070089 reg = <610 10>;
90 interrupts = <1 a 0>;
91 interrupt-parent = <500>;
92 };
93
94 gpt@620 { // General Purpose Timer
Grant Likely05cbbc62007-02-12 13:36:54 -070095 compatible = "mpc5200-gpt";
Grant Likelyc6d4d652006-11-27 14:16:29 -070096 device_type = "gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -070097 cell-index = <2>;
Grant Likelyc6d4d652006-11-27 14:16:29 -070098 reg = <620 10>;
99 interrupts = <1 b 0>;
100 interrupt-parent = <500>;
101 };
102
103 gpt@630 { // General Purpose Timer
Grant Likely05cbbc62007-02-12 13:36:54 -0700104 compatible = "mpc5200-gpt";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700105 device_type = "gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700106 cell-index = <3>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700107 reg = <630 10>;
108 interrupts = <1 c 0>;
109 interrupt-parent = <500>;
110 };
111
112 gpt@640 { // General Purpose Timer
Grant Likely05cbbc62007-02-12 13:36:54 -0700113 compatible = "mpc5200-gpt";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700114 device_type = "gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700115 cell-index = <4>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700116 reg = <640 10>;
117 interrupts = <1 d 0>;
118 interrupt-parent = <500>;
119 };
120
121 gpt@650 { // General Purpose Timer
Grant Likely05cbbc62007-02-12 13:36:54 -0700122 compatible = "mpc5200-gpt";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700123 device_type = "gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700124 cell-index = <5>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700125 reg = <650 10>;
126 interrupts = <1 e 0>;
127 interrupt-parent = <500>;
128 };
129
130 gpt@660 { // General Purpose Timer
Grant Likely05cbbc62007-02-12 13:36:54 -0700131 compatible = "mpc5200-gpt";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700132 device_type = "gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700133 cell-index = <6>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700134 reg = <660 10>;
135 interrupts = <1 f 0>;
136 interrupt-parent = <500>;
137 };
138
139 gpt@670 { // General Purpose Timer
Grant Likely05cbbc62007-02-12 13:36:54 -0700140 compatible = "mpc5200-gpt";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700141 device_type = "gpt";
Grant Likely05cbbc62007-02-12 13:36:54 -0700142 cell-index = <7>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700143 reg = <670 10>;
144 interrupts = <1 10 0>;
145 interrupt-parent = <500>;
146 };
147
148 rtc@800 { // Real time clock
Grant Likely05cbbc62007-02-12 13:36:54 -0700149 compatible = "mpc5200-rtc";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700150 device_type = "rtc";
151 reg = <800 100>;
152 interrupts = <1 5 0 1 6 0>;
153 interrupt-parent = <500>;
154 };
155
156 mscan@900 {
157 device_type = "mscan";
Grant Likely05cbbc62007-02-12 13:36:54 -0700158 compatible = "mpc5200-mscan";
159 cell-index = <0>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700160 interrupts = <2 11 0>;
161 interrupt-parent = <500>;
162 reg = <900 80>;
163 };
164
165 mscan@980 {
166 device_type = "mscan";
Grant Likely05cbbc62007-02-12 13:36:54 -0700167 compatible = "mpc5200-mscan";
168 cell-index = <1>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700169 interrupts = <1 12 0>;
170 interrupt-parent = <500>;
171 reg = <980 80>;
172 };
173
174 gpio@b00 {
Grant Likely05cbbc62007-02-12 13:36:54 -0700175 compatible = "mpc5200-gpio";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700176 reg = <b00 40>;
177 interrupts = <1 7 0>;
178 interrupt-parent = <500>;
179 };
180
181 gpio-wkup@b00 {
Grant Likely05cbbc62007-02-12 13:36:54 -0700182 compatible = "mpc5200-gpio-wkup";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700183 reg = <c00 40>;
184 interrupts = <1 8 0 0 3 0>;
185 interrupt-parent = <500>;
186 };
187
188 pci@0d00 {
189 #interrupt-cells = <1>;
190 #size-cells = <2>;
191 #address-cells = <3>;
192 device_type = "pci";
Grant Likely05cbbc62007-02-12 13:36:54 -0700193 compatible = "mpc5200-pci";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700194 reg = <d00 100>;
195 interrupt-map-mask = <f800 0 0 7>;
196 interrupt-map = <c000 0 0 1 500 0 0 3
197 c000 0 0 2 500 0 0 3
198 c000 0 0 3 500 0 0 3
199 c000 0 0 4 500 0 0 3>;
200 clock-frequency = <0>; // From boot loader
201 interrupts = <2 8 0 2 9 0 2 a 0>;
202 interrupt-parent = <500>;
203 bus-range = <0 0>;
204 ranges = <42000000 0 80000000 80000000 0 20000000
205 02000000 0 a0000000 a0000000 0 10000000
206 01000000 0 00000000 b0000000 0 01000000>;
207 };
208
209 spi@f00 {
210 device_type = "spi";
Grant Likely05cbbc62007-02-12 13:36:54 -0700211 compatible = "mpc5200-spi";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700212 reg = <f00 20>;
213 interrupts = <2 d 0 2 e 0>;
214 interrupt-parent = <500>;
215 };
216
217 usb@1000 {
218 device_type = "usb-ohci-be";
Grant Likely05cbbc62007-02-12 13:36:54 -0700219 compatible = "mpc5200-ohci\0ohci-be";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700220 reg = <1000 ff>;
221 interrupts = <2 6 0>;
222 interrupt-parent = <500>;
223 };
224
225 bestcomm@1200 {
226 device_type = "dma-controller";
Grant Likely05cbbc62007-02-12 13:36:54 -0700227 compatible = "mpc5200-bestcomm";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700228 reg = <1200 80>;
229 interrupts = <3 0 0 3 1 0 3 2 0 3 3 0
230 3 4 0 3 5 0 3 6 0 3 7 0
231 3 8 0 3 9 0 3 a 0 3 b 0
232 3 c 0 3 d 0 3 e 0 3 f 0>;
233 interrupt-parent = <500>;
234 };
235
236 xlb@1f00 {
Grant Likely05cbbc62007-02-12 13:36:54 -0700237 compatible = "mpc5200-xlb";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700238 reg = <1f00 100>;
239 };
240
241 serial@2000 { // PSC1
242 device_type = "serial";
Grant Likely05cbbc62007-02-12 13:36:54 -0700243 compatible = "mpc5200-psc-uart";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700244 port-number = <0>; // Logical port assignment
Grant Likely05cbbc62007-02-12 13:36:54 -0700245 cell-index = <0>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700246 reg = <2000 100>;
247 interrupts = <2 1 0>;
248 interrupt-parent = <500>;
249 };
250
Grant Likely05cbbc62007-02-12 13:36:54 -0700251 // PSC2 in ac97 mode example
252 //ac97@2200 { // PSC2
253 // device_type = "sound";
254 // compatible = "mpc5200-psc-ac97";
255 // cell-index = <1>;
256 // reg = <2200 100>;
257 // interrupts = <2 2 0>;
258 // interrupt-parent = <500>;
259 //};
Grant Likelyc6d4d652006-11-27 14:16:29 -0700260
261 // PSC3 in CODEC mode example
Grant Likely05cbbc62007-02-12 13:36:54 -0700262 //i2s@2400 { // PSC3
263 // device_type = "sound";
264 // compatible = "mpc5200-psc-i2s";
265 // cell-index = <2>;
266 // reg = <2400 100>;
267 // interrupts = <2 3 0>;
268 // interrupt-parent = <500>;
269 //};
Grant Likelyc6d4d652006-11-27 14:16:29 -0700270
Grant Likely05cbbc62007-02-12 13:36:54 -0700271 // PSC4 in uart mode example
Grant Likelyc6d4d652006-11-27 14:16:29 -0700272 //serial@2600 { // PSC4
273 // device_type = "serial";
Grant Likely05cbbc62007-02-12 13:36:54 -0700274 // compatible = "mpc5200-psc-uart";
275 // cell-index = <3>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700276 // reg = <2600 100>;
277 // interrupts = <2 b 0>;
278 // interrupt-parent = <500>;
279 //};
280
Grant Likely05cbbc62007-02-12 13:36:54 -0700281 // PSC5 in uart mode example
Grant Likelyc6d4d652006-11-27 14:16:29 -0700282 //serial@2800 { // PSC5
283 // device_type = "serial";
Grant Likely05cbbc62007-02-12 13:36:54 -0700284 // compatible = "mpc5200-psc-uart";
285 // cell-index = <4>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700286 // reg = <2800 100>;
287 // interrupts = <2 c 0>;
288 // interrupt-parent = <500>;
289 //};
290
Grant Likely05cbbc62007-02-12 13:36:54 -0700291 // PSC6 in spi mode example
292 //spi@2c00 { // PSC6
293 // device_type = "spi";
294 // compatible = "mpc5200-psc-spi";
295 // cell-index = <5>;
296 // reg = <2c00 100>;
297 // interrupts = <2 4 0>;
298 // interrupt-parent = <500>;
299 //};
Grant Likelyc6d4d652006-11-27 14:16:29 -0700300
301 ethernet@3000 {
302 device_type = "network";
Grant Likely05cbbc62007-02-12 13:36:54 -0700303 compatible = "mpc5200-fec";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700304 reg = <3000 800>;
305 mac-address = [ 02 03 04 05 06 07 ]; // Bad!
306 interrupts = <2 5 0>;
307 interrupt-parent = <500>;
308 };
309
310 ata@3a00 {
311 device_type = "ata";
Grant Likely05cbbc62007-02-12 13:36:54 -0700312 compatible = "mpc5200-ata";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700313 reg = <3a00 100>;
314 interrupts = <2 7 0>;
315 interrupt-parent = <500>;
316 };
317
318 i2c@3d00 {
319 device_type = "i2c";
Grant Likely05cbbc62007-02-12 13:36:54 -0700320 compatible = "mpc5200-i2c";
321 cell-index = <0>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700322 reg = <3d00 40>;
323 interrupts = <2 f 0>;
324 interrupt-parent = <500>;
325 };
326
327 i2c@3d40 {
328 device_type = "i2c";
Grant Likely05cbbc62007-02-12 13:36:54 -0700329 compatible = "mpc5200-i2c";
330 cell-index = <1>;
Grant Likelyc6d4d652006-11-27 14:16:29 -0700331 reg = <3d40 40>;
332 interrupts = <2 10 0>;
333 interrupt-parent = <500>;
334 };
335 sram@8000 {
336 device_type = "sram";
Grant Likely05cbbc62007-02-12 13:36:54 -0700337 compatible = "mpc5200-sram\0sram";
Grant Likelyc6d4d652006-11-27 14:16:29 -0700338 reg = <8000 4000>;
339 };
340 };
341};