blob: 3330356427f88e16401f4bb3e1017c042144d6f9 [file] [log] [blame]
Andy Flemingc2882bb2007-02-09 17:28:31 -06001/*
2 * MPC8568E MDS Device Tree Source
3 *
Kumar Gala32f960e2008-04-17 01:28:15 -05004 * Copyright 2007, 2008 Freescale Semiconductor Inc.
Andy Flemingc2882bb2007-02-09 17:28:31 -06005 *
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/;
Andy Flemingc2882bb2007-02-09 17:28:31 -060013
Andy Flemingc2882bb2007-02-09 17:28:31 -060014/ {
15 model = "MPC8568EMDS";
Kumar Gala52094872007-02-17 16:04:23 -060016 compatible = "MPC8568EMDS", "MPC85xxMDS";
Andy Flemingc2882bb2007-02-09 17:28:31 -060017 #address-cells = <1>;
18 #size-cells = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060019
Kumar Galaea082fa2007-12-12 01:46:12 -060020 aliases {
21 ethernet0 = &enet0;
22 ethernet1 = &enet1;
23 ethernet2 = &enet2;
24 ethernet3 = &enet3;
25 serial0 = &serial0;
26 serial1 = &serial1;
27 pci0 = &pci0;
28 pci1 = &pci1;
29 };
30
Andy Flemingc2882bb2007-02-09 17:28:31 -060031 cpus {
Andy Flemingc2882bb2007-02-09 17:28:31 -060032 #address-cells = <1>;
33 #size-cells = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060034
35 PowerPC,8568@0 {
36 device_type = "cpu";
Kumar Gala32f960e2008-04-17 01:28:15 -050037 reg = <0x0>;
38 d-cache-line-size = <32>; // 32 bytes
39 i-cache-line-size = <32>; // 32 bytes
40 d-cache-size = <0x8000>; // L1, 32K
41 i-cache-size = <0x8000>; // L1, 32K
Andy Flemingc2882bb2007-02-09 17:28:31 -060042 timebase-frequency = <0>;
43 bus-frequency = <0>;
44 clock-frequency = <0>;
Kumar Galac0540652008-05-30 13:43:43 -050045 next-level-cache = <&L2>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060046 };
47 };
48
49 memory {
50 device_type = "memory";
Kumar Gala32f960e2008-04-17 01:28:15 -050051 reg = <0x0 0x10000000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060052 };
53
54 bcsr@f8000000 {
Anton Vorontsovfd657ef2008-10-18 04:23:52 +040055 compatible = "fsl,mpc8568mds-bcsr";
Kumar Gala32f960e2008-04-17 01:28:15 -050056 reg = <0xf8000000 0x8000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060057 };
58
59 soc8568@e0000000 {
60 #address-cells = <1>;
61 #size-cells = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060062 device_type = "soc";
Kim Phillipscf0d19f2008-07-29 15:29:24 -050063 compatible = "simple-bus";
Kumar Gala32f960e2008-04-17 01:28:15 -050064 ranges = <0x0 0xe0000000 0x100000>;
65 reg = <0xe0000000 0x1000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060066 bus-frequency = <0>;
67
Kumar Gala4da421d2007-05-15 13:20:05 -050068 memory-controller@2000 {
69 compatible = "fsl,8568-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050070 reg = <0x2000 0x1000>;
Kumar Gala4da421d2007-05-15 13:20:05 -050071 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050072 interrupts = <18 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050073 };
74
Kumar Galac0540652008-05-30 13:43:43 -050075 L2: l2-cache-controller@20000 {
Kumar Gala4da421d2007-05-15 13:20:05 -050076 compatible = "fsl,8568-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050077 reg = <0x20000 0x1000>;
78 cache-line-size = <32>; // 32 bytes
79 cache-size = <0x80000>; // L2, 512K
Kumar Gala4da421d2007-05-15 13:20:05 -050080 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050081 interrupts = <16 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050082 };
83
Andy Flemingc2882bb2007-02-09 17:28:31 -060084 i2c@3000 {
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040085 #address-cells = <1>;
86 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -060087 cell-index = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060088 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050089 reg = <0x3000 0x100>;
90 interrupts = <43 2>;
Kumar Gala52094872007-02-17 16:04:23 -060091 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060092 dfsrr;
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040093
94 rtc@68 {
95 compatible = "dallas,ds1374";
Kumar Gala32f960e2008-04-17 01:28:15 -050096 reg = <0x68>;
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040097 };
Andy Flemingc2882bb2007-02-09 17:28:31 -060098 };
99
100 i2c@3100 {
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +0400101 #address-cells = <1>;
102 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -0600103 cell-index = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600104 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -0500105 reg = <0x3100 0x100>;
106 interrupts = <43 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600107 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600108 dfsrr;
109 };
110
Kumar Galadee80552008-06-27 13:45:19 -0500111 dma@21300 {
112 #address-cells = <1>;
113 #size-cells = <1>;
114 compatible = "fsl,mpc8568-dma", "fsl,eloplus-dma";
115 reg = <0x21300 0x4>;
116 ranges = <0x0 0x21100 0x200>;
117 cell-index = <0>;
118 dma-channel@0 {
119 compatible = "fsl,mpc8568-dma-channel",
120 "fsl,eloplus-dma-channel";
121 reg = <0x0 0x80>;
122 cell-index = <0>;
123 interrupt-parent = <&mpic>;
124 interrupts = <20 2>;
125 };
126 dma-channel@80 {
127 compatible = "fsl,mpc8568-dma-channel",
128 "fsl,eloplus-dma-channel";
129 reg = <0x80 0x80>;
130 cell-index = <1>;
131 interrupt-parent = <&mpic>;
132 interrupts = <21 2>;
133 };
134 dma-channel@100 {
135 compatible = "fsl,mpc8568-dma-channel",
136 "fsl,eloplus-dma-channel";
137 reg = <0x100 0x80>;
138 cell-index = <2>;
139 interrupt-parent = <&mpic>;
140 interrupts = <22 2>;
141 };
142 dma-channel@180 {
143 compatible = "fsl,mpc8568-dma-channel",
144 "fsl,eloplus-dma-channel";
145 reg = <0x180 0x80>;
146 cell-index = <3>;
147 interrupt-parent = <&mpic>;
148 interrupts = <23 2>;
149 };
150 };
151
Kumar Galae77b28e2007-12-12 00:28:35 -0600152 enet0: ethernet@24000 {
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300153 #address-cells = <1>;
154 #size-cells = <1>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600155 cell-index = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600156 device_type = "network";
157 model = "eTSEC";
158 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500159 reg = <0x24000 0x1000>;
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300160 ranges = <0x0 0x24000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500161 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500162 interrupts = <29 2 30 2 34 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600163 interrupt-parent = <&mpic>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800164 tbi-handle = <&tbi0>;
Kumar Gala52094872007-02-17 16:04:23 -0600165 phy-handle = <&phy2>;
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300166
167 mdio@520 {
168 #address-cells = <1>;
169 #size-cells = <0>;
170 compatible = "fsl,gianfar-mdio";
171 reg = <0x520 0x20>;
172
173 phy0: ethernet-phy@7 {
174 interrupt-parent = <&mpic>;
175 interrupts = <1 1>;
176 reg = <0x7>;
177 device_type = "ethernet-phy";
178 };
179 phy1: ethernet-phy@1 {
180 interrupt-parent = <&mpic>;
181 interrupts = <2 1>;
182 reg = <0x1>;
183 device_type = "ethernet-phy";
184 };
185 phy2: ethernet-phy@2 {
186 interrupt-parent = <&mpic>;
187 interrupts = <1 1>;
188 reg = <0x2>;
189 device_type = "ethernet-phy";
190 };
191 phy3: ethernet-phy@3 {
192 interrupt-parent = <&mpic>;
193 interrupts = <2 1>;
194 reg = <0x3>;
195 device_type = "ethernet-phy";
196 };
197 tbi0: tbi-phy@11 {
198 reg = <0x11>;
199 device_type = "tbi-phy";
200 };
201 };
Andy Flemingc2882bb2007-02-09 17:28:31 -0600202 };
203
Kumar Galae77b28e2007-12-12 00:28:35 -0600204 enet1: ethernet@25000 {
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300205 #address-cells = <1>;
206 #size-cells = <1>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600207 cell-index = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600208 device_type = "network";
209 model = "eTSEC";
210 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500211 reg = <0x25000 0x1000>;
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300212 ranges = <0x0 0x25000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500213 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500214 interrupts = <35 2 36 2 40 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600215 interrupt-parent = <&mpic>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800216 tbi-handle = <&tbi1>;
Kumar Gala52094872007-02-17 16:04:23 -0600217 phy-handle = <&phy3>;
Anton Vorontsov84ba4a52009-03-19 21:01:48 +0300218
219 mdio@520 {
220 #address-cells = <1>;
221 #size-cells = <0>;
222 compatible = "fsl,gianfar-tbi";
223 reg = <0x520 0x20>;
224
225 tbi1: tbi-phy@11 {
226 reg = <0x11>;
227 device_type = "tbi-phy";
228 };
229 };
Andy Flemingc2882bb2007-02-09 17:28:31 -0600230 };
231
Kumar Galaea082fa2007-12-12 01:46:12 -0600232 serial0: serial@4500 {
233 cell-index = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600234 device_type = "serial";
235 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500236 reg = <0x4500 0x100>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600237 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500238 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600239 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600240 };
241
Roy Zang10ce8c62007-07-13 17:35:33 +0800242 global-utilities@e0000 { //global utilities block
243 compatible = "fsl,mpc8548-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500244 reg = <0xe0000 0x1000>;
Roy Zang10ce8c62007-07-13 17:35:33 +0800245 fsl,has-rstcr;
246 };
247
Kumar Galaea082fa2007-12-12 01:46:12 -0600248 serial1: serial@4600 {
249 cell-index = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600250 device_type = "serial";
251 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500252 reg = <0x4600 0x100>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600253 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500254 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600255 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600256 };
257
258 crypto@30000 {
Kim Phillips3fd44732008-07-08 19:13:33 -0500259 compatible = "fsl,sec2.1", "fsl,sec2.0";
260 reg = <0x30000 0x10000>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500261 interrupts = <45 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600262 interrupt-parent = <&mpic>;
Kim Phillips3fd44732008-07-08 19:13:33 -0500263 fsl,num-channels = <4>;
264 fsl,channel-fifo-len = <24>;
265 fsl,exec-units-mask = <0xfe>;
266 fsl,descriptor-types-mask = <0x12b0ebf>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600267 };
268
Kumar Gala52094872007-02-17 16:04:23 -0600269 mpic: pic@40000 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600270 interrupt-controller;
271 #address-cells = <0>;
272 #interrupt-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500273 reg = <0x40000 0x40000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600274 compatible = "chrp,open-pic";
275 device_type = "open-pic";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600276 };
Kumar Gala86a04d92007-10-02 09:51:32 -0500277
Andy Flemingc2882bb2007-02-09 17:28:31 -0600278 par_io@e0100 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500279 reg = <0xe0100 0x100>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600280 device_type = "par_io";
281 num-ports = <7>;
282
Kumar Gala52094872007-02-17 16:04:23 -0600283 pio1: ucc_pin@01 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600284 pio-map = <
285 /* port pin dir open_drain assignment has_irq */
Kumar Gala32f960e2008-04-17 01:28:15 -0500286 0x4 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
287 0x4 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
288 0x4 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
289 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
290 0x4 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
291 0x4 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
292 0x4 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
293 0x4 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
294 0x4 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
295 0x4 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
296 0x4 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
297 0x4 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
298 0x4 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
299 0x4 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
300 0x4 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
301 0x4 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
302 0x4 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
303 0x4 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
304 0x4 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
305 0x4 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
306 0x4 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
307 0x4 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
308 0x1 0x1f 0x2 0x0 0x3 0x0>; /* GTX125 */
Andy Flemingc2882bb2007-02-09 17:28:31 -0600309 };
Kumar Gala86a04d92007-10-02 09:51:32 -0500310
Kumar Gala52094872007-02-17 16:04:23 -0600311 pio2: ucc_pin@02 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600312 pio-map = <
313 /* port pin dir open_drain assignment has_irq */
Kumar Gala32f960e2008-04-17 01:28:15 -0500314 0x5 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
315 0x5 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
316 0x5 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
317 0x5 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
318 0x5 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
319 0x5 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
320 0x5 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
321 0x5 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
322 0x5 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
323 0x5 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
324 0x5 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
325 0x5 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
326 0x5 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
327 0x5 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
328 0x5 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
329 0x5 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
330 0x5 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
331 0x5 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
332 0x5 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
333 0x5 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
334 0x5 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
335 0x5 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
336 0x1 0x1f 0x2 0x0 0x3 0x0 /* GTX125 */
337 0x4 0x6 0x3 0x0 0x2 0x0 /* MDIO */
338 0x4 0x5 0x1 0x0 0x2 0x0>; /* MDC */
Andy Flemingc2882bb2007-02-09 17:28:31 -0600339 };
340 };
341 };
342
343 qe@e0080000 {
344 #address-cells = <1>;
345 #size-cells = <1>;
346 device_type = "qe";
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300347 compatible = "fsl,qe";
Kumar Gala32f960e2008-04-17 01:28:15 -0500348 ranges = <0x0 0xe0080000 0x40000>;
349 reg = <0xe0080000 0x480>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600350 brg-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500351 bus-frequency = <396000000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600352
353 muram@10000 {
Paul Gortmaker390167e2008-01-28 02:27:51 -0500354 #address-cells = <1>;
355 #size-cells = <1>;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300356 compatible = "fsl,qe-muram", "fsl,cpm-muram";
Haiying Wang8bdf5732008-04-17 08:56:02 -0400357 ranges = <0x0 0x10000 0x10000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600358
Paul Gortmaker390167e2008-01-28 02:27:51 -0500359 data-only@0 {
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300360 compatible = "fsl,qe-muram-data",
361 "fsl,cpm-muram-data";
Haiying Wang8bdf5732008-04-17 08:56:02 -0400362 reg = <0x0 0x10000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600363 };
364 };
365
366 spi@4c0 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300367 cell-index = <0>;
368 compatible = "fsl,spi";
Kumar Gala32f960e2008-04-17 01:28:15 -0500369 reg = <0x4c0 0x40>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600370 interrupts = <2>;
Kumar Gala52094872007-02-17 16:04:23 -0600371 interrupt-parent = <&qeic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600372 mode = "cpu";
373 };
374
375 spi@500 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300376 cell-index = <1>;
377 compatible = "fsl,spi";
Kumar Gala32f960e2008-04-17 01:28:15 -0500378 reg = <0x500 0x40>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600379 interrupts = <1>;
Kumar Gala52094872007-02-17 16:04:23 -0600380 interrupt-parent = <&qeic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600381 mode = "cpu";
382 };
383
Kumar Galae77b28e2007-12-12 00:28:35 -0600384 enet2: ucc@2000 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600385 device_type = "network";
386 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600387 cell-index = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500388 reg = <0x2000 0x200>;
389 interrupts = <32>;
Kumar Gala52094872007-02-17 16:04:23 -0600390 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500391 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600392 rx-clock-name = "none";
393 tx-clock-name = "clk16";
Kumar Gala52094872007-02-17 16:04:23 -0600394 pio-handle = <&pio1>;
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400395 phy-handle = <&phy0>;
396 phy-connection-type = "rgmii-id";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600397 };
398
Kumar Galae77b28e2007-12-12 00:28:35 -0600399 enet3: ucc@3000 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600400 device_type = "network";
401 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600402 cell-index = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500403 reg = <0x3000 0x200>;
404 interrupts = <33>;
Kumar Gala52094872007-02-17 16:04:23 -0600405 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500406 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600407 rx-clock-name = "none";
408 tx-clock-name = "clk16";
Kumar Gala52094872007-02-17 16:04:23 -0600409 pio-handle = <&pio2>;
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400410 phy-handle = <&phy1>;
411 phy-connection-type = "rgmii-id";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600412 };
413
414 mdio@2120 {
415 #address-cells = <1>;
416 #size-cells = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500417 reg = <0x2120 0x18>;
Anton Vorontsovd0a2f822008-01-24 18:40:01 +0300418 compatible = "fsl,ucc-mdio";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600419
420 /* These are the same PHYs as on
421 * gianfar's MDIO bus */
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400422 qe_phy0: ethernet-phy@07 {
Kumar Gala52094872007-02-17 16:04:23 -0600423 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500424 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500425 reg = <0x7>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600426 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600427 };
Kumar Gala52094872007-02-17 16:04:23 -0600428 qe_phy1: ethernet-phy@01 {
429 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500430 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500431 reg = <0x1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600432 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600433 };
Kumar Gala52094872007-02-17 16:04:23 -0600434 qe_phy2: ethernet-phy@02 {
435 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500436 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500437 reg = <0x2>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600438 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600439 };
Kumar Gala52094872007-02-17 16:04:23 -0600440 qe_phy3: ethernet-phy@03 {
441 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500442 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500443 reg = <0x3>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600444 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600445 };
446 };
447
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300448 qeic: interrupt-controller@80 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600449 interrupt-controller;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300450 compatible = "fsl,qe-ic";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600451 #address-cells = <0>;
452 #interrupt-cells = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500453 reg = <0x80 0x80>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600454 big-endian;
Kumar Gala32f960e2008-04-17 01:28:15 -0500455 interrupts = <46 2 46 2>; //high:30 low:30
Kumar Gala52094872007-02-17 16:04:23 -0600456 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600457 };
458
459 };
Kumar Gala86a04d92007-10-02 09:51:32 -0500460
Kumar Galaea082fa2007-12-12 01:46:12 -0600461 pci0: pci@e0008000 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500462 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500463 interrupt-map = <
464 /* IDSEL 0x12 AD18 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500465 0x9000 0x0 0x0 0x1 &mpic 0x5 0x1
466 0x9000 0x0 0x0 0x2 &mpic 0x6 0x1
467 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1
468 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
Kumar Gala86a04d92007-10-02 09:51:32 -0500469
470 /* IDSEL 0x13 AD19 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500471 0x9800 0x0 0x0 0x1 &mpic 0x6 0x1
472 0x9800 0x0 0x0 0x2 &mpic 0x7 0x1
473 0x9800 0x0 0x0 0x3 &mpic 0x4 0x1
474 0x9800 0x0 0x0 0x4 &mpic 0x5 0x1>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500475
476 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500477 interrupts = <24 2>;
478 bus-range = <0 255>;
479 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
480 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
481 clock-frequency = <66666666>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500482 #interrupt-cells = <1>;
483 #size-cells = <2>;
484 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500485 reg = <0xe0008000 0x1000>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500486 compatible = "fsl,mpc8540-pci";
487 device_type = "pci";
488 };
489
490 /* PCI Express */
Kumar Galaea082fa2007-12-12 01:46:12 -0600491 pci1: pcie@e000a000 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500492 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500493 interrupt-map = <
494
495 /* IDSEL 0x0 (PEX) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500496 00000 0x0 0x0 0x1 &mpic 0x0 0x1
497 00000 0x0 0x0 0x2 &mpic 0x1 0x1
498 00000 0x0 0x0 0x3 &mpic 0x2 0x1
499 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500500
501 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500502 interrupts = <26 2>;
503 bus-range = <0 255>;
504 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
505 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
506 clock-frequency = <33333333>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500507 #interrupt-cells = <1>;
508 #size-cells = <2>;
509 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500510 reg = <0xe000a000 0x1000>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500511 compatible = "fsl,mpc8548-pcie";
512 device_type = "pci";
513 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500514 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500515 #size-cells = <2>;
516 #address-cells = <3>;
517 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500518 ranges = <0x2000000 0x0 0xa0000000
519 0x2000000 0x0 0xa0000000
520 0x0 0x10000000
Kumar Gala86a04d92007-10-02 09:51:32 -0500521
Kumar Gala32f960e2008-04-17 01:28:15 -0500522 0x1000000 0x0 0x0
523 0x1000000 0x0 0x0
524 0x0 0x800000>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500525 };
526 };
Andy Flemingc2882bb2007-02-09 17:28:31 -0600527};