Lines Matching +full:console +full:- +full:size
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Device Tree Source for MPC885 ADS running U-Boot
9 /dts-v1/;
12 compatible = "analogue-and-micro,adder875";
13 #address-cells = <1>;
14 #size-cells = <1>;
17 console = &console;
23 #address-cells = <1>;
24 #size-cells = <0>;
29 d-cache-line-size = <16>;
30 i-cache-line-size = <16>;
31 d-cache-size = <8192>;
32 i-cache-size = <8192>;
33 timebase-frequency = <0>;
34 bus-frequency = <0>;
35 clock-frequency = <0>;
37 interrupt-parent = <&PIC>;
47 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus",
48 "simple-bus";
49 #address-cells = <2>;
50 #size-cells = <1>;
58 compatible = "cfi-flash";
60 bank-width = <2>;
61 device-width = <2>;
66 compatible = "fsl,mpc875-immr", "fsl,pq1-soc", "simple-bus";
67 #address-cells = <1>;
68 #size-cells = <1>;
78 compatible = "fsl,mpc875-fec-mdio", "fsl,pq1-fec-mdio";
80 #address-cells = <1>;
81 #size-cells = <0>;
83 PHY0: ethernet-phy@0 {
87 PHY1: ethernet-phy@1 {
94 compatible = "fsl,mpc875-fec-enet",
95 "fsl,pq1-fec-enet";
97 local-mac-address = [ 00 00 00 00 00 00 ];
99 interrupt-parent = <&PIC>;
100 phy-handle = <&PHY0>;
101 linux,network-index = <0>;
106 compatible = "fsl,mpc875-fec-enet",
107 "fsl,pq1-fec-enet";
109 local-mac-address = [ 00 00 00 00 00 00 ];
111 interrupt-parent = <&PIC>;
112 phy-handle = <&PHY1>;
113 linux,network-index = <1>;
116 PIC: interrupt-controller@0 {
117 interrupt-controller;
118 #interrupt-cells = <2>;
120 compatible = "fsl,mpc875-pic", "fsl,pq1-pic";
124 #address-cells = <1>;
125 #size-cells = <1>;
126 compatible = "fsl,mpc875-cpm", "fsl,cpm1", "simple-bus";
128 interrupt-parent = <&CPM_PIC>;
133 #address-cells = <1>;
134 #size-cells = <1>;
138 compatible = "fsl,cpm-muram-data";
144 compatible = "fsl,mpc875-brg",
145 "fsl,cpm1-brg",
146 "fsl,cpm-brg";
147 clock-frequency = <50000000>;
151 CPM_PIC: interrupt-controller@930 {
152 interrupt-controller;
153 #interrupt-cells = <1>;
155 interrupt-parent = <&PIC>;
157 compatible = "fsl,mpc875-cpm-pic",
158 "fsl,cpm1-pic";
161 console: serial@a80 { label
163 compatible = "fsl,mpc875-smc-uart",
164 "fsl,cpm1-smc-uart";
167 interrupt-parent = <&CPM_PIC>;
168 fsl,cpm-brg = <1>;
169 fsl,cpm-command = <0x0090>;
170 current-speed = <115200>;
176 stdout-path = &console;