Lines Matching +full:cpm2 +full:- +full:fcc +full:- +full:enet

1 // SPDX-License-Identifier: GPL-2.0-or-later
8 /dts-v1/;
12 #address-cells = <1>;
13 #size-cells = <1>;
16 planetcore-SMC1 = &smc1;
17 planetcore-SCC1 = &scc1;
25 #address-cells = <1>;
26 #size-cells = <0>;
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",
42 "fsl,pq2-localbus",
43 "simple-bus";
44 #address-cells = <2>;
45 #size-cells = <1>;
52 compatible = "cfi-flash";
54 bank-width = <4>;
55 device-width = <2>;
59 #address-cells = <2>;
60 #size-cells = <1>;
62 compatible = "fsl,ep8248e-bcsr";
66 compatible = "fsl,ep8248e-mdio-bitbang";
67 #address-cells = <1>;
68 #size-cells = <0>;
71 PHY0: ethernet-phy@0 {
72 interrupt-parent = <&PIC>;
76 PHY1: ethernet-phy@1 {
77 interrupt-parent = <&PIC>;
90 #address-cells = <1>;
91 #size-cells = <1>;
92 compatible = "fsl,mpc8248-immr", "fsl,pq2-soc", "simple-bus";
98 // Temporary -- will go away once kernel uses ranges for get_immrbase().
102 #address-cells = <1>;
103 #size-cells = <1>;
104 #interrupt-cells = <2>;
105 compatible = "fsl,mpc8248-cpm", "fsl,cpm2",
106 "simple-bus";
111 #address-cells = <1>;
112 #size-cells = <1>;
116 compatible = "fsl,cpm-muram-data";
122 compatible = "fsl,mpc8248-brg",
123 "fsl,cpm2-brg",
124 "fsl,cpm-brg";
131 compatible = "fsl,mpc8248-smc-uart",
132 "fsl,cpm2-smc-uart";
135 interrupt-parent = <&PIC>;
136 fsl,cpm-brg = <7>;
137 fsl,cpm-command = <0x1d000000>;
138 linux,planetcore-label = "SMC1";
144 compatible = "fsl,mpc8248-scc-uart",
145 "fsl,cpm2-scc-uart";
148 interrupt-parent = <&PIC>;
149 fsl,cpm-brg = <1>;
150 fsl,cpm-command = <0x00800000>;
151 linux,planetcore-label = "SCC1";
156 compatible = "fsl,mpc8248-fcc-enet",
157 "fsl,cpm2-fcc-enet";
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>;
169 compatible = "fsl,mpc8248-fcc-enet",
170 "fsl,cpm2-fcc-enet";
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>;
182 #size-cells = <0>;
183 compatible = "fsl,mpc8248-usb",
184 "fsl,cpm2-usb";
186 interrupt-parent = <&PIC>;
188 fsl,cpm-command = <0x2e600000>;
192 PIC: interrupt-controller@10c00 {
193 #interrupt-cells = <2>;
194 interrupt-controller;
196 compatible = "fsl,mpc8248-pic", "fsl,pq2-pic";