]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/boot/dts/mpc832x_mds.dts
powerpc: Add dma nodes to 83xx, 85xx and 86xx boards
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / dts / mpc832x_mds.dts
1 /*
2  * MPC8323E EMDS Device Tree Source
3  *
4  * Copyright 2006 Freescale Semiconductor Inc.
5  *
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  * To enable external serial I/O on a Freescale MPC 8323 SYS/MDS board, do
12  * this:
13  *
14  * 1) On chip U61, lift (disconnect) pins 21 (TXD) and 22 (RXD) from the board.
15  * 2) Solder a wire from U61-21 to P19A-23.  P19 is a grid of pins on the board
16  *    next to the serial ports.
17  * 3) Solder a wire from U61-22 to P19K-22.
18  *
19  * Note that there's a typo in the schematic.  The board labels the last column
20  * of pins "P19K", but in the schematic, that column is called "P19J".  So if
21  * you're going by the schematic, the pin is called "P19J-K22".
22  */
23
24 /dts-v1/;
25
26 / {
27         model = "MPC8323EMDS";
28         compatible = "MPC8323EMDS", "MPC832xMDS", "MPC83xxMDS";
29         #address-cells = <1>;
30         #size-cells = <1>;
31
32         aliases {
33                 ethernet0 = &enet0;
34                 ethernet1 = &enet1;
35                 serial0 = &serial0;
36                 serial1 = &serial1;
37                 pci0 = &pci0;
38         };
39
40         cpus {
41                 #address-cells = <1>;
42                 #size-cells = <0>;
43
44                 PowerPC,8323@0 {
45                         device_type = "cpu";
46                         reg = <0x0>;
47                         d-cache-line-size = <32>;       // 32 bytes
48                         i-cache-line-size = <32>;       // 32 bytes
49                         d-cache-size = <16384>;         // L1, 16K
50                         i-cache-size = <16384>;         // L1, 16K
51                         timebase-frequency = <0>;
52                         bus-frequency = <0>;
53                         clock-frequency = <0>;
54                 };
55         };
56
57         memory {
58                 device_type = "memory";
59                 reg = <0x00000000 0x08000000>;
60         };
61
62         bcsr@f8000000 {
63                 device_type = "board-control";
64                 reg = <0xf8000000 0x8000>;
65         };
66
67         soc8323@e0000000 {
68                 #address-cells = <1>;
69                 #size-cells = <1>;
70                 device_type = "soc";
71                 ranges = <0x0 0xe0000000 0x00100000>;
72                 reg = <0xe0000000 0x00000200>;
73                 bus-frequency = <132000000>;
74
75                 wdt@200 {
76                         device_type = "watchdog";
77                         compatible = "mpc83xx_wdt";
78                         reg = <0x200 0x100>;
79                 };
80
81                 i2c@3000 {
82                         #address-cells = <1>;
83                         #size-cells = <0>;
84                         cell-index = <0>;
85                         compatible = "fsl-i2c";
86                         reg = <0x3000 0x100>;
87                         interrupts = <14 0x8>;
88                         interrupt-parent = <&ipic>;
89                         dfsrr;
90
91                         rtc@68 {
92                                 compatible = "dallas,ds1374";
93                                 reg = <0x68>;
94                         };
95                 };
96
97                 serial0: serial@4500 {
98                         cell-index = <0>;
99                         device_type = "serial";
100                         compatible = "ns16550";
101                         reg = <0x4500 0x100>;
102                         clock-frequency = <0>;
103                         interrupts = <9 0x8>;
104                         interrupt-parent = <&ipic>;
105                 };
106
107                 serial1: serial@4600 {
108                         cell-index = <1>;
109                         device_type = "serial";
110                         compatible = "ns16550";
111                         reg = <0x4600 0x100>;
112                         clock-frequency = <0>;
113                         interrupts = <10 0x8>;
114                         interrupt-parent = <&ipic>;
115                 };
116
117                 dma@82a8 {
118                         #address-cells = <1>;
119                         #size-cells = <1>;
120                         compatible = "fsl,mpc8323-dma", "fsl,elo-dma";
121                         reg = <0x82a8 4>;
122                         ranges = <0 0x8100 0x1a8>;
123                         interrupt-parent = <&ipic>;
124                         interrupts = <71 8>;
125                         cell-index = <0>;
126                         dma-channel@0 {
127                                 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
128                                 reg = <0 0x80>;
129                                 interrupt-parent = <&ipic>;
130                                 interrupts = <71 8>;
131                         };
132                         dma-channel@80 {
133                                 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
134                                 reg = <0x80 0x80>;
135                                 interrupt-parent = <&ipic>;
136                                 interrupts = <71 8>;
137                         };
138                         dma-channel@100 {
139                                 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
140                                 reg = <0x100 0x80>;
141                                 interrupt-parent = <&ipic>;
142                                 interrupts = <71 8>;
143                         };
144                         dma-channel@180 {
145                                 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
146                                 reg = <0x180 0x28>;
147                                 interrupt-parent = <&ipic>;
148                                 interrupts = <71 8>;
149                         };
150                 };
151
152                 crypto@30000 {
153                         device_type = "crypto";
154                         model = "SEC2";
155                         compatible = "talitos";
156                         reg = <0x30000 0x7000>;
157                         interrupts = <11 0x8>;
158                         interrupt-parent = <&ipic>;
159                         /* Rev. 2.2 */
160                         num-channels = <1>;
161                         channel-fifo-len = <24>;
162                         exec-units-mask = <0x0000004c>;
163                         descriptor-types-mask = <0x0122003f>;
164                 };
165
166                 ipic: pic@700 {
167                         interrupt-controller;
168                         #address-cells = <0>;
169                         #interrupt-cells = <2>;
170                         reg = <0x700 0x100>;
171                         device_type = "ipic";
172                 };
173
174                 par_io@1400 {
175                         reg = <0x1400 0x100>;
176                         device_type = "par_io";
177                         num-ports = <7>;
178
179                         pio3: ucc_pin@03 {
180                                 pio-map = <
181                         /* port  pin  dir  open_drain  assignment  has_irq */
182                                         3  4  3  0  2  0  /* MDIO */
183                                         3  5  1  0  2  0  /* MDC */
184                                         0 13  2  0  1  0        /* RX_CLK (CLK9) */
185                                         3 24  2  0  1  0        /* TX_CLK (CLK10) */
186                                         1  0  1  0  1  0        /* TxD0 */
187                                         1  1  1  0  1  0        /* TxD1 */
188                                         1  2  1  0  1  0        /* TxD2 */
189                                         1  3  1  0  1  0        /* TxD3 */
190                                         1  4  2  0  1  0        /* RxD0 */
191                                         1  5  2  0  1  0        /* RxD1 */
192                                         1  6  2  0  1  0        /* RxD2 */
193                                         1  7  2  0  1  0        /* RxD3 */
194                                         1  8  2  0  1  0        /* RX_ER */
195                                         1  9  1  0  1  0        /* TX_ER */
196                                         1 10  2  0  1  0        /* RX_DV */
197                                         1 11  2  0  1  0        /* COL */
198                                         1 12  1  0  1  0        /* TX_EN */
199                                         1 13  2  0  1  0>;      /* CRS */
200                         };
201                         pio4: ucc_pin@04 {
202                                 pio-map = <
203                         /* port  pin  dir  open_drain  assignment  has_irq */
204                                         3 31  2  0  1  0        /* RX_CLK (CLK7) */
205                                         3  6  2  0  1  0        /* TX_CLK (CLK8) */
206                                         1 18  1  0  1  0        /* TxD0 */
207                                         1 19  1  0  1  0        /* TxD1 */
208                                         1 20  1  0  1  0        /* TxD2 */
209                                         1 21  1  0  1  0        /* TxD3 */
210                                         1 22  2  0  1  0        /* RxD0 */
211                                         1 23  2  0  1  0        /* RxD1 */
212                                         1 24  2  0  1  0        /* RxD2 */
213                                         1 25  2  0  1  0        /* RxD3 */
214                                         1 26  2  0  1  0        /* RX_ER */
215                                         1 27  1  0  1  0        /* TX_ER */
216                                         1 28  2  0  1  0        /* RX_DV */
217                                         1 29  2  0  1  0        /* COL */
218                                         1 30  1  0  1  0        /* TX_EN */
219                                         1 31  2  0  1  0>;      /* CRS */
220                         };
221                         pio5: ucc_pin@05 {
222                                 pio-map = <
223                                 /*
224                                  *                    open       has
225                                  *   port  pin  dir  drain  sel  irq
226                                  */
227                                         2    0    1      0    2    0  /* TxD5 */
228                                         2    8    2      0    2    0  /* RxD5 */
229
230                                         2   29    2      0    0    0  /* CTS5 */
231                                         2   31    1      0    2    0  /* RTS5 */
232
233                                         2   24    2      0    0    0  /* CD */
234
235                                 >;
236                         };
237
238                 };
239         };
240
241         qe@e0100000 {
242                 #address-cells = <1>;
243                 #size-cells = <1>;
244                 device_type = "qe";
245                 compatible = "fsl,qe";
246                 ranges = <0x0 0xe0100000 0x00100000>;
247                 reg = <0xe0100000 0x480>;
248                 brg-frequency = <0>;
249                 bus-frequency = <198000000>;
250
251                 muram@10000 {
252                         #address-cells = <1>;
253                         #size-cells = <1>;
254                         compatible = "fsl,qe-muram", "fsl,cpm-muram";
255                         ranges = <0x0 0x00010000 0x00004000>;
256
257                         data-only@0 {
258                                 compatible = "fsl,qe-muram-data",
259                                              "fsl,cpm-muram-data";
260                                 reg = <0x0 0x4000>;
261                         };
262                 };
263
264                 spi@4c0 {
265                         cell-index = <0>;
266                         compatible = "fsl,spi";
267                         reg = <0x4c0 0x40>;
268                         interrupts = <2>;
269                         interrupt-parent = <&qeic>;
270                         mode = "cpu";
271                 };
272
273                 spi@500 {
274                         cell-index = <1>;
275                         compatible = "fsl,spi";
276                         reg = <0x500 0x40>;
277                         interrupts = <1>;
278                         interrupt-parent = <&qeic>;
279                         mode = "cpu";
280                 };
281
282                 usb@6c0 {
283                         compatible = "qe_udc";
284                         reg = <0x6c0 0x40 0x8b00 0x100>;
285                         interrupts = <11>;
286                         interrupt-parent = <&qeic>;
287                         mode = "slave";
288                 };
289
290                 enet0: ucc@2200 {
291                         device_type = "network";
292                         compatible = "ucc_geth";
293                         cell-index = <3>;
294                         reg = <0x2200 0x200>;
295                         interrupts = <34>;
296                         interrupt-parent = <&qeic>;
297                         local-mac-address = [ 00 00 00 00 00 00 ];
298                         rx-clock-name = "clk9";
299                         tx-clock-name = "clk10";
300                         phy-handle = <&phy3>;
301                         pio-handle = <&pio3>;
302                 };
303
304                 enet1: ucc@3200 {
305                         device_type = "network";
306                         compatible = "ucc_geth";
307                         cell-index = <4>;
308                         reg = <0x3200 0x200>;
309                         interrupts = <35>;
310                         interrupt-parent = <&qeic>;
311                         local-mac-address = [ 00 00 00 00 00 00 ];
312                         rx-clock-name = "clk7";
313                         tx-clock-name = "clk8";
314                         phy-handle = <&phy4>;
315                         pio-handle = <&pio4>;
316                 };
317
318                 ucc@2400 {
319                         device_type = "serial";
320                         compatible = "ucc_uart";
321                         cell-index = <5>;       /* The UCC number, 1-7*/
322                         port-number = <0>;      /* Which ttyQEx device */
323                         soft-uart;              /* We need Soft-UART */
324                         reg = <0x2400 0x200>;
325                         interrupts = <40>;      /* From Table 18-12 */
326                         interrupt-parent = < &qeic >;
327                         /*
328                          * For Soft-UART, we need to set TX to 1X, which
329                          * means specifying separate clock sources.
330                          */
331                         rx-clock-name = "brg5";
332                         tx-clock-name = "brg6";
333                         pio-handle = < &pio5 >;
334                 };
335
336
337                 mdio@2320 {
338                         #address-cells = <1>;
339                         #size-cells = <0>;
340                         reg = <0x2320 0x18>;
341                         compatible = "fsl,ucc-mdio";
342
343                         phy3: ethernet-phy@03 {
344                                 interrupt-parent = <&ipic>;
345                                 interrupts = <17 0x8>;
346                                 reg = <0x3>;
347                                 device_type = "ethernet-phy";
348                         };
349                         phy4: ethernet-phy@04 {
350                                 interrupt-parent = <&ipic>;
351                                 interrupts = <18 0x8>;
352                                 reg = <0x4>;
353                                 device_type = "ethernet-phy";
354                         };
355                 };
356
357                 qeic: interrupt-controller@80 {
358                         interrupt-controller;
359                         compatible = "fsl,qe-ic";
360                         #address-cells = <0>;
361                         #interrupt-cells = <1>;
362                         reg = <0x80 0x80>;
363                         big-endian;
364                         interrupts = <32 0x8 33 0x8>; //high:32 low:33
365                         interrupt-parent = <&ipic>;
366                 };
367         };
368
369         pci0: pci@e0008500 {
370                 cell-index = <1>;
371                 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
372                 interrupt-map = <
373                                 /* IDSEL 0x11 AD17 */
374                                  0x8800 0x0 0x0 0x1 &ipic 20 0x8
375                                  0x8800 0x0 0x0 0x2 &ipic 21 0x8
376                                  0x8800 0x0 0x0 0x3 &ipic 22 0x8
377                                  0x8800 0x0 0x0 0x4 &ipic 23 0x8
378
379                                 /* IDSEL 0x12 AD18 */
380                                  0x9000 0x0 0x0 0x1 &ipic 22 0x8
381                                  0x9000 0x0 0x0 0x2 &ipic 23 0x8
382                                  0x9000 0x0 0x0 0x3 &ipic 20 0x8
383                                  0x9000 0x0 0x0 0x4 &ipic 21 0x8
384
385                                 /* IDSEL 0x13 AD19 */
386                                  0x9800 0x0 0x0 0x1 &ipic 23 0x8
387                                  0x9800 0x0 0x0 0x2 &ipic 20 0x8
388                                  0x9800 0x0 0x0 0x3 &ipic 21 0x8
389                                  0x9800 0x0 0x0 0x4 &ipic 22 0x8
390
391                                 /* IDSEL 0x15 AD21*/
392                                  0xa800 0x0 0x0 0x1 &ipic 20 0x8
393                                  0xa800 0x0 0x0 0x2 &ipic 21 0x8
394                                  0xa800 0x0 0x0 0x3 &ipic 22 0x8
395                                  0xa800 0x0 0x0 0x4 &ipic 23 0x8
396
397                                 /* IDSEL 0x16 AD22*/
398                                  0xb000 0x0 0x0 0x1 &ipic 23 0x8
399                                  0xb000 0x0 0x0 0x2 &ipic 20 0x8
400                                  0xb000 0x0 0x0 0x3 &ipic 21 0x8
401                                  0xb000 0x0 0x0 0x4 &ipic 22 0x8
402
403                                 /* IDSEL 0x17 AD23*/
404                                  0xb800 0x0 0x0 0x1 &ipic 22 0x8
405                                  0xb800 0x0 0x0 0x2 &ipic 23 0x8
406                                  0xb800 0x0 0x0 0x3 &ipic 20 0x8
407                                  0xb800 0x0 0x0 0x4 &ipic 21 0x8
408
409                                 /* IDSEL 0x18 AD24*/
410                                  0xc000 0x0 0x0 0x1 &ipic 21 0x8
411                                  0xc000 0x0 0x0 0x2 &ipic 22 0x8
412                                  0xc000 0x0 0x0 0x3 &ipic 23 0x8
413                                  0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
414                 interrupt-parent = <&ipic>;
415                 interrupts = <66 0x8>;
416                 bus-range = <0x0 0x0>;
417                 ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000
418                           0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
419                           0x01000000 0x0 0x00000000 0xd0000000 0x0 0x00100000>;
420                 clock-frequency = <0>;
421                 #interrupt-cells = <1>;
422                 #size-cells = <2>;
423                 #address-cells = <3>;
424                 reg = <0xe0008500 0x100>;
425                 compatible = "fsl,mpc8349-pci";
426                 device_type = "pci";
427         };
428 };