2 * TQM8548 Device Tree Source
4 * Copyright 2006 Freescale Semiconductor Inc.
5 * Copyright 2008 Wolfgang Grandegger <wg@denx.de>
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
16 model = "tqc,tqm8548";
17 compatible = "tqc,tqm8548";
40 d-cache-line-size = <32>; // 32 bytes
41 i-cache-line-size = <32>; // 32 bytes
42 d-cache-size = <0x8000>; // L1, 32K
43 i-cache-size = <0x8000>; // L1, 32K
44 next-level-cache = <&L2>;
49 device_type = "memory";
50 reg = <0x00000000 0x00000000>; // Filled in by U-Boot
57 ranges = <0x0 0xe0000000 0x100000>;
58 reg = <0xe0000000 0x1000>; // CCSRBAR
61 memory-controller@2000 {
62 compatible = "fsl,mpc8548-memory-controller";
63 reg = <0x2000 0x1000>;
64 interrupt-parent = <&mpic>;
68 L2: l2-cache-controller@20000 {
69 compatible = "fsl,mpc8548-l2-cache-controller";
70 reg = <0x20000 0x1000>;
71 cache-line-size = <32>; // 32 bytes
72 cache-size = <0x80000>; // L2, 512K
73 interrupt-parent = <&mpic>;
81 compatible = "fsl-i2c";
84 interrupt-parent = <&mpic>;
88 compatible = "dallas,ds1337";
97 compatible = "fsl-i2c";
100 interrupt-parent = <&mpic>;
105 #address-cells = <1>;
107 compatible = "fsl,mpc8548-dma", "fsl,eloplus-dma";
109 ranges = <0x0 0x21100 0x200>;
112 compatible = "fsl,mpc8548-dma-channel",
113 "fsl,eloplus-dma-channel";
116 interrupt-parent = <&mpic>;
120 compatible = "fsl,mpc8548-dma-channel",
121 "fsl,eloplus-dma-channel";
124 interrupt-parent = <&mpic>;
128 compatible = "fsl,mpc8548-dma-channel",
129 "fsl,eloplus-dma-channel";
132 interrupt-parent = <&mpic>;
136 compatible = "fsl,mpc8548-dma-channel",
137 "fsl,eloplus-dma-channel";
140 interrupt-parent = <&mpic>;
146 #address-cells = <1>;
148 compatible = "fsl,gianfar-mdio";
149 reg = <0x24520 0x20>;
151 phy1: ethernet-phy@0 {
152 interrupt-parent = <&mpic>;
155 device_type = "ethernet-phy";
157 phy2: ethernet-phy@1 {
158 interrupt-parent = <&mpic>;
161 device_type = "ethernet-phy";
163 phy3: ethernet-phy@3 {
164 interrupt-parent = <&mpic>;
167 device_type = "ethernet-phy";
169 phy4: ethernet-phy@4 {
170 interrupt-parent = <&mpic>;
173 device_type = "ethernet-phy";
175 phy5: ethernet-phy@5 {
176 interrupt-parent = <&mpic>;
179 device_type = "ethernet-phy";
183 enet0: ethernet@24000 {
185 device_type = "network";
187 compatible = "gianfar";
188 reg = <0x24000 0x1000>;
189 local-mac-address = [ 00 00 00 00 00 00 ];
190 interrupts = <29 2 30 2 34 2>;
191 interrupt-parent = <&mpic>;
192 phy-handle = <&phy2>;
195 enet1: ethernet@25000 {
197 device_type = "network";
199 compatible = "gianfar";
200 reg = <0x25000 0x1000>;
201 local-mac-address = [ 00 00 00 00 00 00 ];
202 interrupts = <35 2 36 2 40 2>;
203 interrupt-parent = <&mpic>;
204 phy-handle = <&phy1>;
207 enet2: ethernet@26000 {
209 device_type = "network";
211 compatible = "gianfar";
212 reg = <0x26000 0x1000>;
213 local-mac-address = [ 00 00 00 00 00 00 ];
214 interrupts = <31 2 32 2 33 2>;
215 interrupt-parent = <&mpic>;
216 phy-handle = <&phy3>;
219 enet3: ethernet@27000 {
221 device_type = "network";
223 compatible = "gianfar";
224 reg = <0x27000 0x1000>;
225 local-mac-address = [ 00 00 00 00 00 00 ];
226 interrupts = <37 2 38 2 39 2>;
227 interrupt-parent = <&mpic>;
228 phy-handle = <&phy4>;
231 serial0: serial@4500 {
233 device_type = "serial";
234 compatible = "ns16550";
235 reg = <0x4500 0x100>; // reg base, size
236 clock-frequency = <0>; // should we fill in in uboot?
237 current-speed = <115200>;
239 interrupt-parent = <&mpic>;
242 serial1: serial@4600 {
244 device_type = "serial";
245 compatible = "ns16550";
246 reg = <0x4600 0x100>; // reg base, size
247 clock-frequency = <0>; // should we fill in in uboot?
248 current-speed = <115200>;
250 interrupt-parent = <&mpic>;
253 global-utilities@e0000 { // global utilities reg
254 compatible = "fsl,mpc8548-guts";
255 reg = <0xe0000 0x1000>;
260 interrupt-controller;
261 #address-cells = <0>;
262 #interrupt-cells = <2>;
263 reg = <0x40000 0x40000>;
264 compatible = "chrp,open-pic";
265 device_type = "open-pic";
270 compatible = "fsl,mpc8548-localbus", "fsl,pq3-localbus",
272 #address-cells = <2>;
274 reg = <0xe0005000 0x100>; // BRx, ORx, etc.
277 0 0x0 0xfc000000 0x04000000 // NOR FLASH bank 1
278 1 0x0 0xf8000000 0x08000000 // NOR FLASH bank 0
279 2 0x0 0xe3000000 0x00008000 // CAN (2 x i82527)
280 3 0x0 0xe3010000 0x00008000 // NAND FLASH
285 #address-cells = <1>;
287 compatible = "cfi-flash";
288 reg = <1 0x0 0x8000000>;
294 reg = <0x00000000 0x00200000>;
298 reg = <0x00200000 0x00300000>;
302 reg = <0x00500000 0x07a00000>;
306 reg = <0x07f00000 0x00040000>;
310 reg = <0x07f40000 0x00040000>;
314 reg = <0x07f80000 0x00080000>;
319 /* Note: CAN support needs be enabled in U-Boot */
321 compatible = "intel,82527"; // Bosch CC770
324 interrupt-parent = <&mpic>;
328 compatible = "intel,82527"; // Bosch CC770
329 reg = <2 0x100 0x100>;
331 interrupt-parent = <&mpic>;
334 /* Note: NAND support needs to be enabled in U-Boot */
336 #address-cells = <0>;
338 compatible = "fsl,upm-nand";
340 fsl,upm-addr-offset = <0x10>;
341 fsl,upm-cmd-offset = <0x08>;
342 chip-delay = <25>; // in micro-seconds
345 #address-cells = <1>;
350 reg = <0x00000000 0x01000000>;
358 #interrupt-cells = <1>;
360 #address-cells = <3>;
361 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
363 reg = <0xe0008000 0x1000>;
364 clock-frequency = <33333333>;
365 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
368 0xe000 0 0 1 &mpic 2 1
369 0xe000 0 0 2 &mpic 3 1>;
371 interrupt-parent = <&mpic>;
374 ranges = <0x02000000 0 0x80000000 0x80000000 0 0x20000000
375 0x01000000 0 0x00000000 0xe2000000 0 0x01000000>;
378 pci1: pcie@e000a000 {
380 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
382 /* IDSEL 0x0 (PEX) */
383 0x00000 0 0 1 &mpic 0 1
384 0x00000 0 0 2 &mpic 1 1
385 0x00000 0 0 3 &mpic 2 1
386 0x00000 0 0 4 &mpic 3 1>;
388 interrupt-parent = <&mpic>;
390 bus-range = <0 0xff>;
391 ranges = <0x02000000 0 0xc0000000 0xc0000000 0 0x20000000
392 0x01000000 0 0x00000000 0xef000000 0 0x08000000>;
393 clock-frequency = <33333333>;
394 #interrupt-cells = <1>;
396 #address-cells = <3>;
397 reg = <0xe000a000 0x1000>;
398 compatible = "fsl,mpc8548-pcie";
403 #address-cells = <3>;
405 ranges = <0x02000000 0 0xc0000000 0x02000000 0
406 0xc0000000 0 0x20000000
407 0x01000000 0 0x00000000 0x01000000 0
408 0x00000000 0 0x08000000>;