2 * Device Tree for the MGCOGE plattform from keymile
4 * Copyright 2008 DENX Software Engineering GmbH
5 * Heiko Schocher <hs@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 compatible = "keymile,mgcoge";
32 d-cache-line-size = <32>;
33 i-cache-line-size = <32>;
34 d-cache-size = <16384>;
35 i-cache-size = <16384>;
36 timebase-frequency = <0>; /* Filled in by U-Boot */
37 clock-frequency = <0>; /* Filled in by U-Boot */
38 bus-frequency = <0>; /* Filled in by U-Boot */
43 compatible = "fsl,mpc8247-localbus",
48 reg = <0xf0010100 0x40>;
50 ranges = <0 0 0xfe000000 0x00400000
51 5 0 0x50000000 0x20000000
52 >; /* Filled in by U-Boot */
55 compatible = "cfi-flash";
56 reg = <0 0x0 0x400000>;
67 reg = <0x40000 0x20000>;
71 reg = <0x60000 0x220000>;
75 reg = <0x280000 0x20000>;
80 compatible = "cfi-flash";
81 reg = <5 0x0 0x2000000>;
92 reg = <0x7a0000 0x1860000>;
98 device_type = "memory";
99 reg = <0 0>; /* Filled in by U-Boot */
103 #address-cells = <1>;
105 compatible = "fsl,mpc8247-immr", "fsl,pq2-soc", "simple-bus";
106 ranges = <0x00000000 0xf0000000 0x00053000>;
108 // Temporary until code stops depending on it.
112 #address-cells = <1>;
114 #interrupt-cells = <2>;
115 compatible = "fsl,mpc8247-cpm", "fsl,cpm2",
117 reg = <0x119c0 0x30>;
121 compatible = "fsl,cpm-muram";
122 #address-cells = <1>;
124 ranges = <0 0 0x10000>;
127 compatible = "fsl,cpm-muram-data";
128 reg = <0x80 0x1f80 0x9800 0x800>;
133 compatible = "fsl,mpc8247-brg",
136 reg = <0x119f0 0x10 0x115f0 0x10>;
139 /* Monitor port/SMC2 */
141 device_type = "serial";
142 compatible = "fsl,mpc8247-smc-uart",
144 reg = <0x11a90 0x20 0x88fc 0x02>;
146 interrupt-parent = <&PIC>;
148 fsl,cpm-command = <0x21200000>;
149 current-speed = <0>; /* Filled in by U-Boot */
152 eth0: ethernet@11a60 {
153 device_type = "network";
154 compatible = "fsl,mpc8247-scc-enet",
156 reg = <0x11a60 0x20 0x8300 0x100 0x11390 1>;
157 local-mac-address = [ 00 00 00 00 00 00 ]; /* Filled in by U-Boot */
159 interrupt-parent = <&PIC>;
160 linux,network-index = <0>;
161 fsl,cpm-command = <0xce00000>;
162 fixed-link = <0 0 10 0 0>;
166 compatible = "fsl,mpc8272-i2c",
168 reg = <0x11860 0x20 0x8afc 0x2>;
170 interrupt-parent = <&PIC>;
171 fsl,cpm-command = <0x29600000>;
172 #address-cells = <1>;
177 compatible = "fsl,cpm2-mdio-bitbang";
178 reg = <0x10d00 0x14>;
179 #address-cells = <1>;
184 phy0: ethernet-phy@0 {
188 phy1: ethernet-phy@1 {
193 /* FCC1 management to switch */
195 device_type = "network";
196 compatible = "fsl,cpm2-fcc-enet";
197 reg = <0x11300 0x20 0x8400 0x100 0x11390 0x1>;
198 local-mac-address = [ 00 01 02 03 04 07 ];
200 interrupt-parent = <&PIC>;
201 phy-handle = <&phy0>;
202 linux,network-index = <1>;
203 fsl,cpm-command = <0x12000300>;
206 /* FCC2 to redundant core unit over backplane */
208 device_type = "network";
209 compatible = "fsl,cpm2-fcc-enet";
210 reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>;
211 local-mac-address = [ 00 01 02 03 04 08 ];
213 interrupt-parent = <&PIC>;
214 phy-handle = <&phy1>;
215 linux,network-index = <2>;
216 fsl,cpm-command = <0x16200300>;
220 PIC: interrupt-controller@10c00 {
221 #interrupt-cells = <2>;
222 interrupt-controller;
223 reg = <0x10c00 0x80>;
224 compatible = "fsl,mpc8247-pic", "fsl,pq2-pic";