Lines Matching +full:console +full:- +full:size
1 // SPDX-License-Identifier: GPL-2.0-or-later
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>;
59 compatible = "cfi-flash";
61 bank-width = <2>;
62 device-width = <2>;
67 compatible = "fsl,mpc875-immr", "fsl,pq1-soc", "simple-bus";
68 #address-cells = <1>;
69 #size-cells = <1>;
79 compatible = "fsl,mpc875-fec-mdio", "fsl,pq1-fec-mdio";
81 #address-cells = <1>;
82 #size-cells = <0>;
84 PHY0: ethernet-phy@0 {
88 PHY1: ethernet-phy@1 {
95 compatible = "fsl,mpc875-fec-enet",
96 "fsl,pq1-fec-enet";
98 local-mac-address = [ 00 00 00 00 00 00 ];
100 interrupt-parent = <&PIC>;
101 phy-handle = <&PHY0>;
102 linux,network-index = <0>;
107 compatible = "fsl,mpc875-fec-enet",
108 "fsl,pq1-fec-enet";
110 local-mac-address = [ 00 00 00 00 00 00 ];
112 interrupt-parent = <&PIC>;
113 phy-handle = <&PHY1>;
114 linux,network-index = <1>;
117 PIC: interrupt-controller@0 {
118 interrupt-controller;
119 #interrupt-cells = <2>;
121 compatible = "fsl,mpc875-pic", "fsl,pq1-pic";
125 #address-cells = <1>;
126 #size-cells = <1>;
127 compatible = "fsl,mpc875-cpm", "fsl,cpm1", "simple-bus";
129 interrupt-parent = <&CPM_PIC>;
134 #address-cells = <1>;
135 #size-cells = <1>;
139 compatible = "fsl,cpm-muram-data";
145 compatible = "fsl,mpc875-brg",
146 "fsl,cpm1-brg",
147 "fsl,cpm-brg";
148 clock-frequency = <50000000>;
152 CPM_PIC: interrupt-controller@930 {
153 interrupt-controller;
154 #interrupt-cells = <1>;
156 interrupt-parent = <&PIC>;
158 compatible = "fsl,mpc875-cpm-pic",
159 "fsl,cpm1-pic";
162 console: serial@a80 { label
164 compatible = "fsl,mpc875-smc-uart",
165 "fsl,cpm1-smc-uart";
168 interrupt-parent = <&CPM_PIC>;
169 fsl,cpm-brg = <1>;
170 fsl,cpm-command = <0x0090>;
171 current-speed = <115200>;
177 stdout-path = &console;