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,km82xx";
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 1 0 0x30000000 0x00010000
52 2 0 0x40000000 0x00010000
53 5 0 0x50000000 0x04000000
57 compatible = "cfi-flash";
58 reg = <0 0x0 0x400000>;
65 reg = <0x00000 0xC0000>;
69 reg = <0xC0000 0x20000>;
73 reg = <0xE0000 0x20000>;
77 reg = <0x100000 0x300000>;
82 compatible = "cfi-flash";
83 reg = <5 0x00000000 0x02000000
84 5 0x02000000 0x02000000>;
88 partition@app { /* 64 MBytes */
90 reg = <0x00000000 0x04000000>;
96 device_type = "memory";
97 reg = <0 0>; /* Filled in by U-Boot */
101 #address-cells = <1>;
103 compatible = "fsl,mpc8247-immr", "fsl,pq2-soc", "simple-bus";
104 ranges = <0x00000000 0xf0000000 0x00053000>;
106 // Temporary until code stops depending on it.
110 #address-cells = <1>;
112 #interrupt-cells = <2>;
113 compatible = "fsl,mpc8247-cpm", "fsl,cpm2",
115 reg = <0x119c0 0x30>;
119 compatible = "fsl,cpm-muram";
120 #address-cells = <1>;
122 ranges = <0 0 0x10000>;
125 compatible = "fsl,cpm-muram-data";
126 reg = <0x80 0x1f80 0x9800 0x800>;
131 compatible = "fsl,mpc8247-brg",
134 reg = <0x119f0 0x10 0x115f0 0x10>;
137 /* Monitor port/SMC2 */
139 device_type = "serial";
140 compatible = "fsl,mpc8247-smc-uart",
142 reg = <0x11a90 0x20 0x88fc 0x02>;
144 interrupt-parent = <&PIC>;
146 fsl,cpm-command = <0x21200000>;
147 current-speed = <0>; /* Filled in by U-Boot */
150 eth0: ethernet@11a60 {
151 device_type = "network";
152 compatible = "fsl,mpc8247-scc-enet",
154 reg = <0x11a60 0x20 0x8300 0x100 0x11390 1>;
155 local-mac-address = [ 00 00 00 00 00 00 ]; /* Filled in by U-Boot */
157 interrupt-parent = <&PIC>;
158 linux,network-index = <0>;
159 fsl,cpm-command = <0xce00000>;
160 fixed-link = <0 0 10 0 0>;
164 compatible = "fsl,mpc8272-i2c",
166 reg = <0x11860 0x20 0x8afc 0x2>;
168 interrupt-parent = <&PIC>;
169 fsl,cpm-command = <0x29600000>;
170 #address-cells = <1>;
175 compatible = "fsl,cpm2-mdio-bitbang";
176 reg = <0x10d00 0x14>;
177 #address-cells = <1>;
182 phy0: ethernet-phy@0 {
186 phy1: ethernet-phy@1 {
191 /* FCC1 management to switch */
193 device_type = "network";
194 compatible = "fsl,cpm2-fcc-enet";
195 reg = <0x11300 0x20 0x8400 0x100 0x11390 0x1>;
196 local-mac-address = [ 00 01 02 03 04 07 ];
198 interrupt-parent = <&PIC>;
199 phy-handle = <&phy0>;
200 linux,network-index = <1>;
201 fsl,cpm-command = <0x12000300>;
204 /* FCC2 to redundant core unit over backplane */
206 device_type = "network";
207 compatible = "fsl,cpm2-fcc-enet";
208 reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>;
209 local-mac-address = [ 00 01 02 03 04 08 ];
211 interrupt-parent = <&PIC>;
212 phy-handle = <&phy1>;
213 linux,network-index = <2>;
214 fsl,cpm-command = <0x16200300>;
218 compatible = "fsl,mpc8272-cpm-usb";
220 reg = <0x11b60 0x40 0x8b00 0x100>;
222 interrupt-parent = <&PIC>;
227 cpm2_pio_c: gpio-controller@10d40 {
229 compatible = "fsl,cpm2-pario-bank";
230 reg = <0x10d40 0x14>;
234 PIC: interrupt-controller@10c00 {
235 #interrupt-cells = <2>;
236 interrupt-controller;
237 reg = <0x10c00 0x80>;
238 compatible = "fsl,mpc8247-pic", "fsl,pq2-pic";