1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Device Tree for the Embedded Planet EP8248E board running PlanetCore.
5 * Copyright 2007 Freescale Semiconductor Inc.
11 compatible = "fsl,ep8248e";
16 planetcore-SMC1 = &smc1;
17 planetcore-SCC1 = &scc1;
31 d-cache-line-size = <32>;
32 i-cache-line-size = <32>;
33 d-cache-size = <16384>;
34 i-cache-size = <16384>;
35 timebase-frequency = <0>;
36 clock-frequency = <0>;
41 compatible = "fsl,mpc8248-localbus",
46 reg = <0xf0010100 0x40>;
48 ranges = <0 0 0xfc000000 0x04000000
49 1 0 0xfa000000 0x00008000>;
52 compatible = "cfi-flash";
53 reg = <0 0x3800000 0x800000>;
62 compatible = "fsl,ep8248e-bcsr";
66 compatible = "fsl,ep8248e-mdio-bitbang";
71 PHY0: ethernet-phy@0 {
72 interrupt-parent = <&PIC>;
76 PHY1: ethernet-phy@1 {
77 interrupt-parent = <&PIC>;
85 device_type = "memory";
92 compatible = "fsl,mpc8248-immr", "fsl,pq2-soc", "simple-bus";
93 ranges = <0x00000000 0xf0000000 0x00053000>;
95 // Temporary until code stops depending on it.
98 // Temporary -- will go away once kernel uses ranges for get_immrbase().
99 reg = <0xf0000000 0x00053000>;
102 #address-cells = <1>;
104 #interrupt-cells = <2>;
105 compatible = "fsl,mpc8248-cpm", "fsl,cpm2",
107 reg = <0x119c0 0x30>;
111 #address-cells = <1>;
113 ranges = <0 0 0x10000>;
116 compatible = "fsl,cpm-muram-data";
117 reg = <0 0x2000 0x9800 0x800>;
122 compatible = "fsl,mpc8248-brg",
125 reg = <0x119f0 0x10 0x115f0 0x10>;
128 /* Monitor port/SMC1 */
130 device_type = "serial";
131 compatible = "fsl,mpc8248-smc-uart",
133 reg = <0x11a80 0x20 0x87fc 2>;
135 interrupt-parent = <&PIC>;
137 fsl,cpm-command = <0x1d000000>;
138 linux,planetcore-label = "SMC1";
141 /* "Serial" port/SCC1 */
143 device_type = "serial";
144 compatible = "fsl,mpc8248-scc-uart",
146 reg = <0x11a00 0x20 0x8000 0x100>;
148 interrupt-parent = <&PIC>;
150 fsl,cpm-command = <0x00800000>;
151 linux,planetcore-label = "SCC1";
154 eth0: ethernet@11300 {
155 device_type = "network";
156 compatible = "fsl,mpc8248-fcc-enet",
158 reg = <0x11300 0x20 0x8400 0x100 0x11390 1>;
159 local-mac-address = [ 00 00 00 00 00 00 ];
161 interrupt-parent = <&PIC>;
162 phy-handle = <&PHY0>;
163 linux,network-index = <0>;
164 fsl,cpm-command = <0x12000300>;
167 eth1: ethernet@11320 {
168 device_type = "network";
169 compatible = "fsl,mpc8248-fcc-enet",
171 reg = <0x11320 0x20 0x8500 0x100 0x113b0 1>;
172 local-mac-address = [ 00 00 00 00 00 00 ];
174 interrupt-parent = <&PIC>;
175 phy-handle = <&PHY1>;
176 linux,network-index = <1>;
177 fsl,cpm-command = <0x16200300>;
181 #address-cells = <1>;
183 compatible = "fsl,mpc8248-usb",
185 reg = <0x11b60 0x18 0x8b00 0x100>;
186 interrupt-parent = <&PIC>;
188 fsl,cpm-command = <0x2e600000>;
192 PIC: interrupt-controller@10c00 {
193 #interrupt-cells = <2>;
194 interrupt-controller;
195 reg = <0x10c00 0x80>;
196 compatible = "fsl,mpc8248-pic", "fsl,pq2-pic";