2 * Device Tree for the Embedded Planet EP8248E board running PlanetCore.
4 * Copyright 2007 Freescale Semiconductor Inc.
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.
15 compatible = "fsl,ep8248e";
20 planetcore-SMC1 = &smc1;
21 planetcore-SCC1 = &scc1;
35 d-cache-line-size = <32>;
36 i-cache-line-size = <32>;
37 d-cache-size = <16384>;
38 i-cache-size = <16384>;
39 timebase-frequency = <0>;
40 clock-frequency = <0>;
45 compatible = "fsl,mpc8248-localbus",
50 reg = <0xf0010100 0x40>;
52 ranges = <0 0 0xfc000000 0x04000000
53 1 0 0xfa000000 0x00008000>;
56 compatible = "cfi-flash";
57 reg = <0 0x3800000 0x800000>;
66 compatible = "fsl,ep8248e-bcsr";
71 compatible = "fsl,ep8248e-mdio-bitbang";
76 PHY0: ethernet-phy@0 {
77 interrupt-parent = <&PIC>;
79 device_type = "ethernet-phy";
82 PHY1: ethernet-phy@1 {
83 interrupt-parent = <&PIC>;
85 device_type = "ethernet-phy";
92 device_type = "memory";
99 compatible = "fsl,mpc8248-immr", "fsl,pq2-soc", "simple-bus";
100 ranges = <0x00000000 0xf0000000 0x00053000>;
102 // Temporary until code stops depending on it.
105 // Temporary -- will go away once kernel uses ranges for get_immrbase().
106 reg = <0xf0000000 0x00053000>;
109 #address-cells = <1>;
111 #interrupt-cells = <2>;
112 compatible = "fsl,mpc8248-cpm", "fsl,cpm2",
114 reg = <0x119c0 0x30>;
118 #address-cells = <1>;
120 ranges = <0 0 0x10000>;
123 compatible = "fsl,cpm-muram-data";
124 reg = <0 0x1100 0x1140
130 compatible = "fsl,mpc8248-brg",
133 reg = <0x119f0 0x10 0x115f0 0x10>;
136 /* Monitor port/SMC1 */
138 device_type = "serial";
139 compatible = "fsl,mpc8248-smc-uart",
141 reg = <0x11a80 0x20 0x1100 0x40>;
143 interrupt-parent = <&PIC>;
145 fsl,cpm-command = <0x1d000000>;
146 linux,planetcore-label = "SMC1";
149 /* "Serial" port/SCC1 */
151 device_type = "serial";
152 compatible = "fsl,mpc8248-scc-uart",
154 reg = <0x11a00 0x20 0x8000 0x100>;
156 interrupt-parent = <&PIC>;
158 fsl,cpm-command = <0x00800000>;
159 linux,planetcore-label = "SCC1";
162 eth0: ethernet@11300 {
163 device_type = "network";
164 compatible = "fsl,mpc8248-fcc-enet",
166 reg = <0x11300 0x20 0x8400 0x100 0x11390 1>;
167 local-mac-address = [ 00 00 00 00 00 00 ];
169 interrupt-parent = <&PIC>;
170 phy-handle = <&PHY0>;
171 linux,network-index = <0>;
172 fsl,cpm-command = <0x12000300>;
175 eth1: ethernet@11320 {
176 device_type = "network";
177 compatible = "fsl,mpc8248-fcc-enet",
179 reg = <0x11320 0x20 0x8500 0x100 0x113b0 1>;
180 local-mac-address = [ 00 00 00 00 00 00 ];
182 interrupt-parent = <&PIC>;
183 phy-handle = <&PHY1>;
184 linux,network-index = <1>;
185 fsl,cpm-command = <0x16200300>;
189 #address-cells = <1>;
191 compatible = "fsl,mpc8248-usb",
193 reg = <0x11b60 0x18 0x8b00 0x100>;
194 interrupt-parent = <&PIC>;
196 fsl,cpm-command = <0x2e600000>;
200 PIC: interrupt-controller@10c00 {
201 #interrupt-cells = <2>;
202 interrupt-controller;
203 reg = <0x10c00 0x80>;
204 compatible = "fsl,mpc8248-pic", "fsl,pq2-pic";