blob: a025a8ededc5706277795ca44d7997aa722e1187 [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>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060045 };
46 };
47
48 memory {
49 device_type = "memory";
Kumar Gala32f960e2008-04-17 01:28:15 -050050 reg = <0x0 0x10000000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060051 };
52
53 bcsr@f8000000 {
54 device_type = "board-control";
Kumar Gala32f960e2008-04-17 01:28:15 -050055 reg = <0xf8000000 0x8000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060056 };
57
58 soc8568@e0000000 {
59 #address-cells = <1>;
60 #size-cells = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060061 device_type = "soc";
Kumar Gala32f960e2008-04-17 01:28:15 -050062 ranges = <0x0 0xe0000000 0x100000>;
63 reg = <0xe0000000 0x1000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060064 bus-frequency = <0>;
65
Kumar Gala4da421d2007-05-15 13:20:05 -050066 memory-controller@2000 {
67 compatible = "fsl,8568-memory-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050068 reg = <0x2000 0x1000>;
Kumar Gala4da421d2007-05-15 13:20:05 -050069 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050070 interrupts = <18 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050071 };
72
73 l2-cache-controller@20000 {
74 compatible = "fsl,8568-l2-cache-controller";
Kumar Gala32f960e2008-04-17 01:28:15 -050075 reg = <0x20000 0x1000>;
76 cache-line-size = <32>; // 32 bytes
77 cache-size = <0x80000>; // L2, 512K
Kumar Gala4da421d2007-05-15 13:20:05 -050078 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -050079 interrupts = <16 2>;
Kumar Gala4da421d2007-05-15 13:20:05 -050080 };
81
Andy Flemingc2882bb2007-02-09 17:28:31 -060082 i2c@3000 {
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040083 #address-cells = <1>;
84 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -060085 cell-index = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060086 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -050087 reg = <0x3000 0x100>;
88 interrupts = <43 2>;
Kumar Gala52094872007-02-17 16:04:23 -060089 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -060090 dfsrr;
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040091
92 rtc@68 {
93 compatible = "dallas,ds1374";
Kumar Gala32f960e2008-04-17 01:28:15 -050094 reg = <0x68>;
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040095 };
Andy Flemingc2882bb2007-02-09 17:28:31 -060096 };
97
98 i2c@3100 {
Anton Vorontsovc0e4eb22007-10-02 17:47:43 +040099 #address-cells = <1>;
100 #size-cells = <0>;
Kumar Galaec9686c2007-12-11 23:17:24 -0600101 cell-index = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600102 compatible = "fsl-i2c";
Kumar Gala32f960e2008-04-17 01:28:15 -0500103 reg = <0x3100 0x100>;
104 interrupts = <43 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600105 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600106 dfsrr;
107 };
108
109 mdio@24520 {
110 #address-cells = <1>;
111 #size-cells = <0>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600112 compatible = "fsl,gianfar-mdio";
Kumar Gala32f960e2008-04-17 01:28:15 -0500113 reg = <0x24520 0x20>;
Kumar Galae77b28e2007-12-12 00:28:35 -0600114
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400115 phy0: ethernet-phy@7 {
Kumar Gala52094872007-02-17 16:04:23 -0600116 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500117 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500118 reg = <0x7>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600119 device_type = "ethernet-phy";
120 };
Kumar Gala52094872007-02-17 16:04:23 -0600121 phy1: ethernet-phy@1 {
122 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500123 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500124 reg = <0x1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600125 device_type = "ethernet-phy";
126 };
Kumar Gala52094872007-02-17 16:04:23 -0600127 phy2: ethernet-phy@2 {
128 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500129 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500130 reg = <0x2>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600131 device_type = "ethernet-phy";
132 };
Kumar Gala52094872007-02-17 16:04:23 -0600133 phy3: ethernet-phy@3 {
134 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500135 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500136 reg = <0x3>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600137 device_type = "ethernet-phy";
138 };
139 };
140
Kumar Galae77b28e2007-12-12 00:28:35 -0600141 enet0: ethernet@24000 {
142 cell-index = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600143 device_type = "network";
144 model = "eTSEC";
145 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500146 reg = <0x24000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500147 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500148 interrupts = <29 2 30 2 34 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600149 interrupt-parent = <&mpic>;
150 phy-handle = <&phy2>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600151 };
152
Kumar Galae77b28e2007-12-12 00:28:35 -0600153 enet1: ethernet@25000 {
154 cell-index = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600155 device_type = "network";
156 model = "eTSEC";
157 compatible = "gianfar";
Kumar Gala32f960e2008-04-17 01:28:15 -0500158 reg = <0x25000 0x1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500159 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Gala32f960e2008-04-17 01:28:15 -0500160 interrupts = <35 2 36 2 40 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600161 interrupt-parent = <&mpic>;
162 phy-handle = <&phy3>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600163 };
164
Kumar Galaea082fa2007-12-12 01:46:12 -0600165 serial0: serial@4500 {
166 cell-index = <0>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600167 device_type = "serial";
168 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500169 reg = <0x4500 0x100>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600170 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500171 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600172 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600173 };
174
Roy Zang10ce8c62007-07-13 17:35:33 +0800175 global-utilities@e0000 { //global utilities block
176 compatible = "fsl,mpc8548-guts";
Kumar Gala32f960e2008-04-17 01:28:15 -0500177 reg = <0xe0000 0x1000>;
Roy Zang10ce8c62007-07-13 17:35:33 +0800178 fsl,has-rstcr;
179 };
180
Kumar Galaea082fa2007-12-12 01:46:12 -0600181 serial1: serial@4600 {
182 cell-index = <1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600183 device_type = "serial";
184 compatible = "ns16550";
Kumar Gala32f960e2008-04-17 01:28:15 -0500185 reg = <0x4600 0x100>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600186 clock-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500187 interrupts = <42 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600188 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600189 };
190
191 crypto@30000 {
192 device_type = "crypto";
193 model = "SEC2";
194 compatible = "talitos";
Kumar Gala32f960e2008-04-17 01:28:15 -0500195 reg = <0x30000 0xf000>;
196 interrupts = <45 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600197 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600198 num-channels = <4>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500199 channel-fifo-len = <24>;
200 exec-units-mask = <0xfe>;
201 descriptor-types-mask = <0x12b0ebf>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600202 };
203
Kumar Gala52094872007-02-17 16:04:23 -0600204 mpic: pic@40000 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600205 clock-frequency = <0>;
206 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";
212 big-endian;
213 };
Kumar Gala86a04d92007-10-02 09:51:32 -0500214
Andy Flemingc2882bb2007-02-09 17:28:31 -0600215 par_io@e0100 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500216 reg = <0xe0100 0x100>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600217 device_type = "par_io";
218 num-ports = <7>;
219
Kumar Gala52094872007-02-17 16:04:23 -0600220 pio1: ucc_pin@01 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600221 pio-map = <
222 /* port pin dir open_drain assignment has_irq */
Kumar Gala32f960e2008-04-17 01:28:15 -0500223 0x4 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
224 0x4 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
225 0x4 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
226 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
227 0x4 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
228 0x4 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
229 0x4 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
230 0x4 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
231 0x4 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
232 0x4 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
233 0x4 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
234 0x4 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
235 0x4 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
236 0x4 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
237 0x4 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
238 0x4 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
239 0x4 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
240 0x4 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
241 0x4 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
242 0x4 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
243 0x4 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
244 0x4 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
245 0x1 0x1f 0x2 0x0 0x3 0x0>; /* GTX125 */
Andy Flemingc2882bb2007-02-09 17:28:31 -0600246 };
Kumar Gala86a04d92007-10-02 09:51:32 -0500247
Kumar Gala52094872007-02-17 16:04:23 -0600248 pio2: ucc_pin@02 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600249 pio-map = <
250 /* port pin dir open_drain assignment has_irq */
Kumar Gala32f960e2008-04-17 01:28:15 -0500251 0x5 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
252 0x5 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
253 0x5 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
254 0x5 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
255 0x5 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
256 0x5 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
257 0x5 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
258 0x5 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
259 0x5 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
260 0x5 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
261 0x5 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
262 0x5 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
263 0x5 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
264 0x5 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
265 0x5 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
266 0x5 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
267 0x5 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
268 0x5 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
269 0x5 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
270 0x5 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
271 0x5 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
272 0x5 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
273 0x1 0x1f 0x2 0x0 0x3 0x0 /* GTX125 */
274 0x4 0x6 0x3 0x0 0x2 0x0 /* MDIO */
275 0x4 0x5 0x1 0x0 0x2 0x0>; /* MDC */
Andy Flemingc2882bb2007-02-09 17:28:31 -0600276 };
277 };
278 };
279
280 qe@e0080000 {
281 #address-cells = <1>;
282 #size-cells = <1>;
283 device_type = "qe";
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300284 compatible = "fsl,qe";
Kumar Gala32f960e2008-04-17 01:28:15 -0500285 ranges = <0x0 0xe0080000 0x40000>;
286 reg = <0xe0080000 0x480>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600287 brg-frequency = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500288 bus-frequency = <396000000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600289
290 muram@10000 {
Paul Gortmaker390167e2008-01-28 02:27:51 -0500291 #address-cells = <1>;
292 #size-cells = <1>;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300293 compatible = "fsl,qe-muram", "fsl,cpm-muram";
Haiying Wang8bdf5732008-04-17 08:56:02 -0400294 ranges = <0x0 0x10000 0x10000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600295
Paul Gortmaker390167e2008-01-28 02:27:51 -0500296 data-only@0 {
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300297 compatible = "fsl,qe-muram-data",
298 "fsl,cpm-muram-data";
Haiying Wang8bdf5732008-04-17 08:56:02 -0400299 reg = <0x0 0x10000>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600300 };
301 };
302
303 spi@4c0 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300304 cell-index = <0>;
305 compatible = "fsl,spi";
Kumar Gala32f960e2008-04-17 01:28:15 -0500306 reg = <0x4c0 0x40>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600307 interrupts = <2>;
Kumar Gala52094872007-02-17 16:04:23 -0600308 interrupt-parent = <&qeic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600309 mode = "cpu";
310 };
311
312 spi@500 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300313 cell-index = <1>;
314 compatible = "fsl,spi";
Kumar Gala32f960e2008-04-17 01:28:15 -0500315 reg = <0x500 0x40>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600316 interrupts = <1>;
Kumar Gala52094872007-02-17 16:04:23 -0600317 interrupt-parent = <&qeic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600318 mode = "cpu";
319 };
320
Kumar Galae77b28e2007-12-12 00:28:35 -0600321 enet2: ucc@2000 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600322 device_type = "network";
323 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600324 cell-index = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500325 reg = <0x2000 0x200>;
326 interrupts = <32>;
Kumar Gala52094872007-02-17 16:04:23 -0600327 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500328 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600329 rx-clock-name = "none";
330 tx-clock-name = "clk16";
Kumar Gala52094872007-02-17 16:04:23 -0600331 pio-handle = <&pio1>;
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400332 phy-handle = <&phy0>;
333 phy-connection-type = "rgmii-id";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600334 };
335
Kumar Galae77b28e2007-12-12 00:28:35 -0600336 enet3: ucc@3000 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600337 device_type = "network";
338 compatible = "ucc_geth";
Kumar Galae77b28e2007-12-12 00:28:35 -0600339 cell-index = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500340 reg = <0x3000 0x200>;
341 interrupts = <33>;
Kumar Gala52094872007-02-17 16:04:23 -0600342 interrupt-parent = <&qeic>;
Timur Tabieae98262007-06-22 14:33:15 -0500343 local-mac-address = [ 00 00 00 00 00 00 ];
Timur Tabi9fb1e352007-12-03 15:17:59 -0600344 rx-clock-name = "none";
345 tx-clock-name = "clk16";
Kumar Gala52094872007-02-17 16:04:23 -0600346 pio-handle = <&pio2>;
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400347 phy-handle = <&phy1>;
348 phy-connection-type = "rgmii-id";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600349 };
350
351 mdio@2120 {
352 #address-cells = <1>;
353 #size-cells = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500354 reg = <0x2120 0x18>;
Anton Vorontsovd0a2f822008-01-24 18:40:01 +0300355 compatible = "fsl,ucc-mdio";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600356
357 /* These are the same PHYs as on
358 * gianfar's MDIO bus */
Anton Vorontsovaf6521e2007-10-05 21:46:53 +0400359 qe_phy0: ethernet-phy@07 {
Kumar Gala52094872007-02-17 16:04:23 -0600360 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500361 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500362 reg = <0x7>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600363 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600364 };
Kumar Gala52094872007-02-17 16:04:23 -0600365 qe_phy1: ethernet-phy@01 {
366 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500367 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500368 reg = <0x1>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600369 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600370 };
Kumar Gala52094872007-02-17 16:04:23 -0600371 qe_phy2: ethernet-phy@02 {
372 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500373 interrupts = <1 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500374 reg = <0x2>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600375 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600376 };
Kumar Gala52094872007-02-17 16:04:23 -0600377 qe_phy3: ethernet-phy@03 {
378 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500379 interrupts = <2 1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500380 reg = <0x3>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600381 device_type = "ethernet-phy";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600382 };
383 };
384
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300385 qeic: interrupt-controller@80 {
Andy Flemingc2882bb2007-02-09 17:28:31 -0600386 interrupt-controller;
Anton Vorontsova2dd70a2008-01-24 18:39:59 +0300387 compatible = "fsl,qe-ic";
Andy Flemingc2882bb2007-02-09 17:28:31 -0600388 #address-cells = <0>;
389 #interrupt-cells = <1>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500390 reg = <0x80 0x80>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600391 big-endian;
Kumar Gala32f960e2008-04-17 01:28:15 -0500392 interrupts = <46 2 46 2>; //high:30 low:30
Kumar Gala52094872007-02-17 16:04:23 -0600393 interrupt-parent = <&mpic>;
Andy Flemingc2882bb2007-02-09 17:28:31 -0600394 };
395
396 };
Kumar Gala86a04d92007-10-02 09:51:32 -0500397
Kumar Galaea082fa2007-12-12 01:46:12 -0600398 pci0: pci@e0008000 {
399 cell-index = <0>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500400 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500401 interrupt-map = <
402 /* IDSEL 0x12 AD18 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500403 0x9000 0x0 0x0 0x1 &mpic 0x5 0x1
404 0x9000 0x0 0x0 0x2 &mpic 0x6 0x1
405 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1
406 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
Kumar Gala86a04d92007-10-02 09:51:32 -0500407
408 /* IDSEL 0x13 AD19 */
Kumar Gala32f960e2008-04-17 01:28:15 -0500409 0x9800 0x0 0x0 0x1 &mpic 0x6 0x1
410 0x9800 0x0 0x0 0x2 &mpic 0x7 0x1
411 0x9800 0x0 0x0 0x3 &mpic 0x4 0x1
412 0x9800 0x0 0x0 0x4 &mpic 0x5 0x1>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500413
414 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500415 interrupts = <24 2>;
416 bus-range = <0 255>;
417 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
418 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
419 clock-frequency = <66666666>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500420 #interrupt-cells = <1>;
421 #size-cells = <2>;
422 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500423 reg = <0xe0008000 0x1000>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500424 compatible = "fsl,mpc8540-pci";
425 device_type = "pci";
426 };
427
428 /* PCI Express */
Kumar Galaea082fa2007-12-12 01:46:12 -0600429 pci1: pcie@e000a000 {
430 cell-index = <2>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500431 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500432 interrupt-map = <
433
434 /* IDSEL 0x0 (PEX) */
Kumar Gala32f960e2008-04-17 01:28:15 -0500435 00000 0x0 0x0 0x1 &mpic 0x0 0x1
436 00000 0x0 0x0 0x2 &mpic 0x1 0x1
437 00000 0x0 0x0 0x3 &mpic 0x2 0x1
438 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500439
440 interrupt-parent = <&mpic>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500441 interrupts = <26 2>;
442 bus-range = <0 255>;
443 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
444 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
445 clock-frequency = <33333333>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500446 #interrupt-cells = <1>;
447 #size-cells = <2>;
448 #address-cells = <3>;
Kumar Gala32f960e2008-04-17 01:28:15 -0500449 reg = <0xe000a000 0x1000>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500450 compatible = "fsl,mpc8548-pcie";
451 device_type = "pci";
452 pcie@0 {
Kumar Gala32f960e2008-04-17 01:28:15 -0500453 reg = <0x0 0x0 0x0 0x0 0x0>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500454 #size-cells = <2>;
455 #address-cells = <3>;
456 device_type = "pci";
Kumar Gala32f960e2008-04-17 01:28:15 -0500457 ranges = <0x2000000 0x0 0xa0000000
458 0x2000000 0x0 0xa0000000
459 0x0 0x10000000
Kumar Gala86a04d92007-10-02 09:51:32 -0500460
Kumar Gala32f960e2008-04-17 01:28:15 -0500461 0x1000000 0x0 0x0
462 0x1000000 0x0 0x0
463 0x0 0x800000>;
Kumar Gala86a04d92007-10-02 09:51:32 -0500464 };
465 };
Andy Flemingc2882bb2007-02-09 17:28:31 -0600466};