blob: d7af8db1a22f1db51c4d47dc6a97961f05b0da3a [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 {
55 device_type = "board-control";
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";
Kumar Gala32f960e2008-04-17 01:28:15 -050063 ranges = <0x0 0xe0000000 0x100000>;
64 reg = <0xe0000000 0x1000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060065 bus-frequency = <0>;
66
Kumar Gala4da421d2007-05-15 13:20:05 -050067 memory-controller@2000 {
68 compatible = "fsl,8568-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050069 reg = <0x2000 0x1000>;
Kumar Gala4da421d2007-05-15 13:20:05 -050070 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050071 interrupts = <18 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050072 };
73
Kumar Galac0540652008-05-30 13:43:43 -050074 L2: l2-cache-controller@20000 {
Kumar Gala4da421d2007-05-15 13:20:05 -050075 compatible = "fsl,8568-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050076 reg = <0x20000 0x1000>;
77 cache-line-size = <32>; // 32 bytes
78 cache-size = <0x80000>; // L2, 512K
Kumar Gala4da421d2007-05-15 13:20:05 -050079 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050080 interrupts = <16 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050081 };
82
Andy Flemingc2882bb2007-02-09 17:28:31 -060083 i2c@3000 {
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040084 #address-cells = <1>;
85 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -060086 cell-index = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060087 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050088 reg = <0x3000 0x100>;
89 interrupts = <43 2>;
Kumar Gala52094872007-02-17 16:04:23 -060090 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060091 dfsrr;
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040092
93 rtc@68 {
94 compatible = "dallas,ds1374";
Kumar Gala32f960e2008-04-17 01:28:15 -050095 reg = <0x68>;
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040096 };
Andy Flemingc2882bb2007-02-09 17:28:31 -060097 };
98
99 i2c@3100 {
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +0400100 #address-cells = <1>;
101 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -0600102 cell-index = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600103 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -0500104 reg = <0x3100 0x100>;
105 interrupts = <43 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600106 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600107 dfsrr;
108 };
109
110 mdio@24520 {
111 #address-cells = <1>;
112 #size-cells = <0>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600113 compatible = "fsl,gianfar-mdio";
Kumar Gala32f960e2008-04-17 01:28:15 -0500114 reg = <0x24520 0x20>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600115
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400116 phy0: ethernet-phy@7 {
Kumar Gala52094872007-02-17 16:04:23 -0600117 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500118 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500119 reg = <0x7>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600120 device_type = "ethernet-phy";
121 };
Kumar Gala52094872007-02-17 16:04:23 -0600122 phy1: ethernet-phy@1 {
123 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500124 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500125 reg = <0x1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600126 device_type = "ethernet-phy";
127 };
Kumar Gala52094872007-02-17 16:04:23 -0600128 phy2: ethernet-phy@2 {
129 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500130 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500131 reg = <0x2>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600132 device_type = "ethernet-phy";
133 };
Kumar Gala52094872007-02-17 16:04:23 -0600134 phy3: ethernet-phy@3 {
135 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500136 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500137 reg = <0x3>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600138 device_type = "ethernet-phy";
139 };
140 };
141
Kumar Galae77b28e2007-12-12 00:28:35 -0600142 enet0: ethernet@24000 {
143 cell-index = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600144 device_type = "network";
145 model = "eTSEC";
146 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500147 reg = <0x24000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500148 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500149 interrupts = <29 2 30 2 34 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600150 interrupt-parent = <&mpic>;
151 phy-handle = <&phy2>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600152 };
153
Kumar Galae77b28e2007-12-12 00:28:35 -0600154 enet1: ethernet@25000 {
155 cell-index = <1>;
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 = <0x25000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500160 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500161 interrupts = <35 2 36 2 40 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600162 interrupt-parent = <&mpic>;
163 phy-handle = <&phy3>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600164 };
165
Kumar Galaea082fa2007-12-12 01:46:12 -0600166 serial0: serial@4500 {
167 cell-index = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600168 device_type = "serial";
169 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500170 reg = <0x4500 0x100>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600171 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500172 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600173 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600174 };
175
Roy Zang10ce8c62007-07-13 17:35:33 +0800176 global-utilities@e0000 { //global utilities block
177 compatible = "fsl,mpc8548-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500178 reg = <0xe0000 0x1000>;
Roy Zang10ce8c62007-07-13 17:35:33 +0800179 fsl,has-rstcr;
180 };
181
Kumar Galaea082fa2007-12-12 01:46:12 -0600182 serial1: serial@4600 {
183 cell-index = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600184 device_type = "serial";
185 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500186 reg = <0x4600 0x100>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600187 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500188 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600189 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600190 };
191
192 crypto@30000 {
193 device_type = "crypto";
194 model = "SEC2";
195 compatible = "talitos";
Kumar Gala32f960e2008-04-17 01:28:15 -0500196 reg = <0x30000 0xf000>;
197 interrupts = <45 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600198 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600199 num-channels = <4>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500200 channel-fifo-len = <24>;
201 exec-units-mask = <0xfe>;
202 descriptor-types-mask = <0x12b0ebf>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600203 };
204
Kumar Gala52094872007-02-17 16:04:23 -0600205 mpic: pic@40000 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600206 interrupt-controller;
207 #address-cells = <0>;
208 #interrupt-cells = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500209 reg = <0x40000 0x40000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600210 compatible = "chrp,open-pic";
211 device_type = "open-pic";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600212 };
Kumar Gala86a04d92007-10-02 09:51:32 -0500213
Andy Flemingc2882bb2007-02-09 17:28:31 -0600214 par_io@e0100 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500215 reg = <0xe0100 0x100>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600216 device_type = "par_io";
217 num-ports = <7>;
218
Kumar Gala52094872007-02-17 16:04:23 -0600219 pio1: ucc_pin@01 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600220 pio-map = <
221 /* port pin dir open_drain assignment has_irq */
Kumar Gala32f960e2008-04-17 01:28:15 -0500222 0x4 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
223 0x4 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
224 0x4 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
225 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
226 0x4 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
227 0x4 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
228 0x4 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
229 0x4 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
230 0x4 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
231 0x4 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
232 0x4 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
233 0x4 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
234 0x4 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
235 0x4 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
236 0x4 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
237 0x4 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
238 0x4 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
239 0x4 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
240 0x4 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
241 0x4 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
242 0x4 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
243 0x4 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
244 0x1 0x1f 0x2 0x0 0x3 0x0>; /* GTX125 */
Andy Flemingc2882bb2007-02-09 17:28:31 -0600245 };
Kumar Gala86a04d92007-10-02 09:51:32 -0500246
Kumar Gala52094872007-02-17 16:04:23 -0600247 pio2: ucc_pin@02 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600248 pio-map = <
249 /* port pin dir open_drain assignment has_irq */
Kumar Gala32f960e2008-04-17 01:28:15 -0500250 0x5 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
251 0x5 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
252 0x5 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
253 0x5 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
254 0x5 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
255 0x5 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
256 0x5 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
257 0x5 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
258 0x5 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
259 0x5 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
260 0x5 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
261 0x5 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
262 0x5 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
263 0x5 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
264 0x5 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
265 0x5 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
266 0x5 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
267 0x5 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
268 0x5 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
269 0x5 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
270 0x5 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
271 0x5 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
272 0x1 0x1f 0x2 0x0 0x3 0x0 /* GTX125 */
273 0x4 0x6 0x3 0x0 0x2 0x0 /* MDIO */
274 0x4 0x5 0x1 0x0 0x2 0x0>; /* MDC */
Andy Flemingc2882bb2007-02-09 17:28:31 -0600275 };
276 };
277 };
278
279 qe@e0080000 {
280 #address-cells = <1>;
281 #size-cells = <1>;
282 device_type = "qe";
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300283 compatible = "fsl,qe";
Kumar Gala32f960e2008-04-17 01:28:15 -0500284 ranges = <0x0 0xe0080000 0x40000>;
285 reg = <0xe0080000 0x480>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600286 brg-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500287 bus-frequency = <396000000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600288
289 muram@10000 {
Paul Gortmaker390167e2008-01-28 02:27:51 -0500290 #address-cells = <1>;
291 #size-cells = <1>;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300292 compatible = "fsl,qe-muram", "fsl,cpm-muram";
Haiying Wang8bdf5732008-04-17 08:56:02 -0400293 ranges = <0x0 0x10000 0x10000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600294
Paul Gortmaker390167e2008-01-28 02:27:51 -0500295 data-only@0 {
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300296 compatible = "fsl,qe-muram-data",
297 "fsl,cpm-muram-data";
Haiying Wang8bdf5732008-04-17 08:56:02 -0400298 reg = <0x0 0x10000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600299 };
300 };
301
302 spi@4c0 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300303 cell-index = <0>;
304 compatible = "fsl,spi";
Kumar Gala32f960e2008-04-17 01:28:15 -0500305 reg = <0x4c0 0x40>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600306 interrupts = <2>;
Kumar Gala52094872007-02-17 16:04:23 -0600307 interrupt-parent = <&qeic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600308 mode = "cpu";
309 };
310
311 spi@500 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300312 cell-index = <1>;
313 compatible = "fsl,spi";
Kumar Gala32f960e2008-04-17 01:28:15 -0500314 reg = <0x500 0x40>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600315 interrupts = <1>;
Kumar Gala52094872007-02-17 16:04:23 -0600316 interrupt-parent = <&qeic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600317 mode = "cpu";
318 };
319
Kumar Galae77b28e2007-12-12 00:28:35 -0600320 enet2: ucc@2000 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600321 device_type = "network";
322 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600323 cell-index = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500324 reg = <0x2000 0x200>;
325 interrupts = <32>;
Kumar Gala52094872007-02-17 16:04:23 -0600326 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500327 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600328 rx-clock-name = "none";
329 tx-clock-name = "clk16";
Kumar Gala52094872007-02-17 16:04:23 -0600330 pio-handle = <&pio1>;
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400331 phy-handle = <&phy0>;
332 phy-connection-type = "rgmii-id";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600333 };
334
Kumar Galae77b28e2007-12-12 00:28:35 -0600335 enet3: ucc@3000 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600336 device_type = "network";
337 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600338 cell-index = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500339 reg = <0x3000 0x200>;
340 interrupts = <33>;
Kumar Gala52094872007-02-17 16:04:23 -0600341 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500342 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600343 rx-clock-name = "none";
344 tx-clock-name = "clk16";
Kumar Gala52094872007-02-17 16:04:23 -0600345 pio-handle = <&pio2>;
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400346 phy-handle = <&phy1>;
347 phy-connection-type = "rgmii-id";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600348 };
349
350 mdio@2120 {
351 #address-cells = <1>;
352 #size-cells = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500353 reg = <0x2120 0x18>;
Anton Vorontsovd0a2f822008-01-24 18:40:01 +0300354 compatible = "fsl,ucc-mdio";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600355
356 /* These are the same PHYs as on
357 * gianfar's MDIO bus */
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400358 qe_phy0: ethernet-phy@07 {
Kumar Gala52094872007-02-17 16:04:23 -0600359 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500360 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500361 reg = <0x7>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600362 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600363 };
Kumar Gala52094872007-02-17 16:04:23 -0600364 qe_phy1: ethernet-phy@01 {
365 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500366 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500367 reg = <0x1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600368 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600369 };
Kumar Gala52094872007-02-17 16:04:23 -0600370 qe_phy2: ethernet-phy@02 {
371 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500372 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500373 reg = <0x2>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600374 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600375 };
Kumar Gala52094872007-02-17 16:04:23 -0600376 qe_phy3: ethernet-phy@03 {
377 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500378 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500379 reg = <0x3>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600380 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600381 };
382 };
383
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300384 qeic: interrupt-controller@80 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600385 interrupt-controller;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300386 compatible = "fsl,qe-ic";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600387 #address-cells = <0>;
388 #interrupt-cells = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500389 reg = <0x80 0x80>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600390 big-endian;
Kumar Gala32f960e2008-04-17 01:28:15 -0500391 interrupts = <46 2 46 2>; //high:30 low:30
Kumar Gala52094872007-02-17 16:04:23 -0600392 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600393 };
394
395 };
Kumar Gala86a04d92007-10-02 09:51:32 -0500396
Kumar Galaea082fa2007-12-12 01:46:12 -0600397 pci0: pci@e0008000 {
398 cell-index = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500399 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500400 interrupt-map = <
401 /* IDSEL 0x12 AD18 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500402 0x9000 0x0 0x0 0x1 &mpic 0x5 0x1
403 0x9000 0x0 0x0 0x2 &mpic 0x6 0x1
404 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1
405 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
Kumar Gala86a04d92007-10-02 09:51:32 -0500406
407 /* IDSEL 0x13 AD19 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500408 0x9800 0x0 0x0 0x1 &mpic 0x6 0x1
409 0x9800 0x0 0x0 0x2 &mpic 0x7 0x1
410 0x9800 0x0 0x0 0x3 &mpic 0x4 0x1
411 0x9800 0x0 0x0 0x4 &mpic 0x5 0x1>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500412
413 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500414 interrupts = <24 2>;
415 bus-range = <0 255>;
416 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
417 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
418 clock-frequency = <66666666>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500419 #interrupt-cells = <1>;
420 #size-cells = <2>;
421 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500422 reg = <0xe0008000 0x1000>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500423 compatible = "fsl,mpc8540-pci";
424 device_type = "pci";
425 };
426
427 /* PCI Express */
Kumar Galaea082fa2007-12-12 01:46:12 -0600428 pci1: pcie@e000a000 {
429 cell-index = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500430 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500431 interrupt-map = <
432
433 /* IDSEL 0x0 (PEX) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500434 00000 0x0 0x0 0x1 &mpic 0x0 0x1
435 00000 0x0 0x0 0x2 &mpic 0x1 0x1
436 00000 0x0 0x0 0x3 &mpic 0x2 0x1
437 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500438
439 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500440 interrupts = <26 2>;
441 bus-range = <0 255>;
442 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
443 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
444 clock-frequency = <33333333>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500445 #interrupt-cells = <1>;
446 #size-cells = <2>;
447 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500448 reg = <0xe000a000 0x1000>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500449 compatible = "fsl,mpc8548-pcie";
450 device_type = "pci";
451 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500452 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500453 #size-cells = <2>;
454 #address-cells = <3>;
455 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500456 ranges = <0x2000000 0x0 0xa0000000
457 0x2000000 0x0 0xa0000000
458 0x0 0x10000000
Kumar Gala86a04d92007-10-02 09:51:32 -0500459
Kumar Gala32f960e2008-04-17 01:28:15 -0500460 0x1000000 0x0 0x0
461 0x1000000 0x0 0x0
462 0x0 0x800000>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500463 };
464 };
Andy Flemingc2882bb2007-02-09 17:28:31 -0600465};