blob: 2293036f76240018ef02de7b983d0d969002a9e0 [file] [log] [blame]
Andy Fleming2654d632006-08-18 18:04:34 -05001/*
2 * MPC8555 CDS 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
12
13/ {
14 model = "MPC8548CDS";
Kumar Gala52094872007-02-17 16:04:23 -060015 compatible = "MPC8548CDS", "MPC85xxCDS";
Andy Fleming2654d632006-08-18 18:04:34 -050016 #address-cells = <1>;
17 #size-cells = <1>;
Andy Fleming2654d632006-08-18 18:04:34 -050018
19 cpus {
Andy Fleming2654d632006-08-18 18:04:34 -050020 #address-cells = <1>;
21 #size-cells = <0>;
Andy Fleming2654d632006-08-18 18:04:34 -050022
23 PowerPC,8548@0 {
24 device_type = "cpu";
25 reg = <0>;
26 d-cache-line-size = <20>; // 32 bytes
27 i-cache-line-size = <20>; // 32 bytes
28 d-cache-size = <8000>; // L1, 32K
29 i-cache-size = <8000>; // L1, 32K
30 timebase-frequency = <0>; // 33 MHz, from uboot
31 bus-frequency = <0>; // 166 MHz
32 clock-frequency = <0>; // 825 MHz, from uboot
33 32-bit;
Andy Fleming2654d632006-08-18 18:04:34 -050034 };
35 };
36
37 memory {
38 device_type = "memory";
Andy Fleming2654d632006-08-18 18:04:34 -050039 reg = <00000000 08000000>; // 128M at 0x0
40 };
41
42 soc8548@e0000000 {
43 #address-cells = <1>;
44 #size-cells = <1>;
45 #interrupt-cells = <2>;
46 device_type = "soc";
47 ranges = <0 e0000000 00100000>;
48 reg = <e0000000 00100000>; // CCSRBAR 1M
49 bus-frequency = <0>;
50
Dave Jiang50cf6702007-05-10 10:03:05 -070051 memory-controller@2000 {
52 compatible = "fsl,8548-memory-controller";
53 reg = <2000 1000>;
54 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -050055 interrupts = <12 2>;
Dave Jiang50cf6702007-05-10 10:03:05 -070056 };
57
58 l2-cache-controller@20000 {
59 compatible = "fsl,8548-l2-cache-controller";
60 reg = <20000 1000>;
61 cache-line-size = <20>; // 32 bytes
62 cache-size = <80000>; // L2, 512K
63 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -050064 interrupts = <10 2>;
Dave Jiang50cf6702007-05-10 10:03:05 -070065 };
66
Andy Fleming2654d632006-08-18 18:04:34 -050067 i2c@3000 {
68 device_type = "i2c";
69 compatible = "fsl-i2c";
70 reg = <3000 100>;
Kumar Galab533f8a2007-07-03 02:35:35 -050071 interrupts = <2b 2>;
Kumar Gala52094872007-02-17 16:04:23 -060072 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -050073 dfsrr;
74 };
75
76 mdio@24520 {
77 #address-cells = <1>;
78 #size-cells = <0>;
79 device_type = "mdio";
80 compatible = "gianfar";
81 reg = <24520 20>;
Kumar Gala52094872007-02-17 16:04:23 -060082 phy0: ethernet-phy@0 {
83 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -050084 interrupts = <5 0>;
Andy Fleming2654d632006-08-18 18:04:34 -050085 reg = <0>;
86 device_type = "ethernet-phy";
87 };
Kumar Gala52094872007-02-17 16:04:23 -060088 phy1: ethernet-phy@1 {
89 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -050090 interrupts = <5 0>;
Andy Fleming2654d632006-08-18 18:04:34 -050091 reg = <1>;
92 device_type = "ethernet-phy";
93 };
Kumar Gala52094872007-02-17 16:04:23 -060094 phy2: ethernet-phy@2 {
95 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -050096 interrupts = <5 0>;
Andy Fleming2654d632006-08-18 18:04:34 -050097 reg = <2>;
98 device_type = "ethernet-phy";
99 };
Kumar Gala52094872007-02-17 16:04:23 -0600100 phy3: ethernet-phy@3 {
101 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500102 interrupts = <5 0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500103 reg = <3>;
104 device_type = "ethernet-phy";
105 };
106 };
107
108 ethernet@24000 {
109 #address-cells = <1>;
110 #size-cells = <0>;
111 device_type = "network";
112 model = "eTSEC";
113 compatible = "gianfar";
114 reg = <24000 1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500115 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Galab533f8a2007-07-03 02:35:35 -0500116 interrupts = <1d 2 1e 2 22 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600117 interrupt-parent = <&mpic>;
118 phy-handle = <&phy0>;
Andy Fleming2654d632006-08-18 18:04:34 -0500119 };
120
121 ethernet@25000 {
122 #address-cells = <1>;
123 #size-cells = <0>;
124 device_type = "network";
125 model = "eTSEC";
126 compatible = "gianfar";
127 reg = <25000 1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500128 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Galab533f8a2007-07-03 02:35:35 -0500129 interrupts = <23 2 24 2 28 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600130 interrupt-parent = <&mpic>;
131 phy-handle = <&phy1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500132 };
133
Kumar Gala52094872007-02-17 16:04:23 -0600134/* eTSEC 3/4 are currently broken
Andy Fleming2654d632006-08-18 18:04:34 -0500135 ethernet@26000 {
136 #address-cells = <1>;
137 #size-cells = <0>;
138 device_type = "network";
139 model = "eTSEC";
140 compatible = "gianfar";
141 reg = <26000 1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500142 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Galab533f8a2007-07-03 02:35:35 -0500143 interrupts = <1f 2 20 2 21 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600144 interrupt-parent = <&mpic>;
145 phy-handle = <&phy2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500146 };
147
Andy Fleming2654d632006-08-18 18:04:34 -0500148 ethernet@27000 {
149 #address-cells = <1>;
150 #size-cells = <0>;
151 device_type = "network";
152 model = "eTSEC";
153 compatible = "gianfar";
154 reg = <27000 1000>;
Timur Tabieae98262007-06-22 14:33:15 -0500155 local-mac-address = [ 00 00 00 00 00 00 ];
Kumar Galab533f8a2007-07-03 02:35:35 -0500156 interrupts = <25 2 26 2 27 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600157 interrupt-parent = <&mpic>;
158 phy-handle = <&phy3>;
Andy Fleming2654d632006-08-18 18:04:34 -0500159 };
160 */
161
162 serial@4500 {
163 device_type = "serial";
164 compatible = "ns16550";
165 reg = <4500 100>; // reg base, size
166 clock-frequency = <0>; // should we fill in in uboot?
Kumar Galab533f8a2007-07-03 02:35:35 -0500167 interrupts = <2a 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600168 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -0500169 };
170
171 serial@4600 {
172 device_type = "serial";
173 compatible = "ns16550";
174 reg = <4600 100>; // reg base, size
175 clock-frequency = <0>; // should we fill in in uboot?
Kumar Galab533f8a2007-07-03 02:35:35 -0500176 interrupts = <2a 2>;
Kumar Gala52094872007-02-17 16:04:23 -0600177 interrupt-parent = <&mpic>;
Andy Fleming2654d632006-08-18 18:04:34 -0500178 };
179
Roy Zang68fb0d22007-06-13 17:13:42 +0800180 global-utilities@e0000 { //global utilities reg
181 compatible = "fsl,mpc8548-guts";
182 reg = <e0000 1000>;
183 fsl,has-rstcr;
184 };
185
Kumar Gala52094872007-02-17 16:04:23 -0600186 pci1: pci@8000 {
Andy Fleming2654d632006-08-18 18:04:34 -0500187 interrupt-map-mask = <1f800 0 0 7>;
188 interrupt-map = <
189
190 /* IDSEL 0x10 */
Kumar Galab533f8a2007-07-03 02:35:35 -0500191 08000 0 0 1 &mpic 0 1
192 08000 0 0 2 &mpic 1 1
193 08000 0 0 3 &mpic 2 1
194 08000 0 0 4 &mpic 3 1
Andy Fleming2654d632006-08-18 18:04:34 -0500195
196 /* IDSEL 0x11 */
Kumar Galab533f8a2007-07-03 02:35:35 -0500197 08800 0 0 1 &mpic 0 1
198 08800 0 0 2 &mpic 1 1
199 08800 0 0 3 &mpic 2 1
200 08800 0 0 4 &mpic 3 1
Andy Fleming2654d632006-08-18 18:04:34 -0500201
202 /* IDSEL 0x12 (Slot 1) */
Kumar Galab533f8a2007-07-03 02:35:35 -0500203 09000 0 0 1 &mpic 0 1
204 09000 0 0 2 &mpic 1 1
205 09000 0 0 3 &mpic 2 1
206 09000 0 0 4 &mpic 3 1
Andy Fleming2654d632006-08-18 18:04:34 -0500207
208 /* IDSEL 0x13 (Slot 2) */
Kumar Galab533f8a2007-07-03 02:35:35 -0500209 09800 0 0 1 &mpic 1 1
210 09800 0 0 2 &mpic 2 1
211 09800 0 0 3 &mpic 3 1
212 09800 0 0 4 &mpic 0 1
Andy Fleming2654d632006-08-18 18:04:34 -0500213
214 /* IDSEL 0x14 (Slot 3) */
Kumar Galab533f8a2007-07-03 02:35:35 -0500215 0a000 0 0 1 &mpic 2 1
216 0a000 0 0 2 &mpic 3 1
217 0a000 0 0 3 &mpic 0 1
218 0a000 0 0 4 &mpic 1 1
Andy Fleming2654d632006-08-18 18:04:34 -0500219
220 /* IDSEL 0x15 (Slot 4) */
Kumar Galab533f8a2007-07-03 02:35:35 -0500221 0a800 0 0 1 &mpic 3 1
222 0a800 0 0 2 &mpic 0 1
223 0a800 0 0 3 &mpic 1 1
224 0a800 0 0 4 &mpic 2 1
Andy Fleming2654d632006-08-18 18:04:34 -0500225
226 /* Bus 1 (Tundra Bridge) */
227 /* IDSEL 0x12 (ISA bridge) */
Kumar Galab533f8a2007-07-03 02:35:35 -0500228 19000 0 0 1 &mpic 0 1
229 19000 0 0 2 &mpic 1 1
230 19000 0 0 3 &mpic 2 1
231 19000 0 0 4 &mpic 3 1>;
Kumar Gala52094872007-02-17 16:04:23 -0600232 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500233 interrupts = <18 2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500234 bus-range = <0 0>;
235 ranges = <02000000 0 80000000 80000000 0 20000000
236 01000000 0 00000000 e2000000 0 00100000>;
237 clock-frequency = <3f940aa>;
238 #interrupt-cells = <1>;
239 #size-cells = <2>;
240 #address-cells = <3>;
241 reg = <8000 1000>;
242 compatible = "85xx";
243 device_type = "pci";
244
245 i8259@19000 {
246 clock-frequency = <0>;
247 interrupt-controller;
248 device_type = "interrupt-controller";
249 reg = <19000 0 0 0 1>;
250 #address-cells = <0>;
251 #interrupt-cells = <2>;
252 built-in;
253 compatible = "chrp,iic";
254 big-endian;
255 interrupts = <1>;
Kumar Gala52094872007-02-17 16:04:23 -0600256 interrupt-parent = <&pci1>;
Andy Fleming2654d632006-08-18 18:04:34 -0500257 };
258 };
259
260 pci@9000 {
Andy Fleming2654d632006-08-18 18:04:34 -0500261 interrupt-map-mask = <f800 0 0 7>;
262 interrupt-map = <
263
264 /* IDSEL 0x15 */
Kumar Galab533f8a2007-07-03 02:35:35 -0500265 a800 0 0 1 &mpic b 1
266 a800 0 0 2 &mpic b 1
267 a800 0 0 3 &mpic b 1
268 a800 0 0 4 &mpic b 1>;
Kumar Gala52094872007-02-17 16:04:23 -0600269 interrupt-parent = <&mpic>;
Kumar Galab533f8a2007-07-03 02:35:35 -0500270 interrupts = <19 2>;
Andy Fleming2654d632006-08-18 18:04:34 -0500271 bus-range = <0 0>;
272 ranges = <02000000 0 a0000000 a0000000 0 20000000
273 01000000 0 00000000 e3000000 0 00100000>;
274 clock-frequency = <3f940aa>;
275 #interrupt-cells = <1>;
276 #size-cells = <2>;
277 #address-cells = <3>;
278 reg = <9000 1000>;
279 compatible = "85xx";
280 device_type = "pci";
281 };
282
Kumar Gala52094872007-02-17 16:04:23 -0600283 mpic: pic@40000 {
Andy Fleming2654d632006-08-18 18:04:34 -0500284 clock-frequency = <0>;
285 interrupt-controller;
286 #address-cells = <0>;
287 #interrupt-cells = <2>;
288 reg = <40000 40000>;
289 built-in;
290 compatible = "chrp,open-pic";
291 device_type = "open-pic";
292 big-endian;
293 };
294 };
295};