1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Device Tree Source for MPC885 ADS running U-Boot
5 * Copyright 2006 MontaVista Software, Inc.
6 * Copyright 2007 Freescale Semiconductor, Inc.
11 model = "Analogue & Micro Adder MPC875";
12 compatible = "analogue-and-micro,adder875";
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>;
35 clock-frequency = <0>;
36 interrupts = <15 2>; // decrementer interrupt
37 interrupt-parent = <&PIC>;
42 device_type = "memory";
47 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus",
51 reg = <0xff000100 0x40>;
54 0 0 0xfe000000 0x01000000
58 compatible = "cfi-flash";
66 compatible = "fsl,mpc875-immr", "fsl,pq1-soc", "simple-bus";
69 ranges = <0 0xff000000 0x00004000>;
71 // Temporary until code stops depending on it.
74 // Temporary until get_immrbase() is fixed.
75 reg = <0xff000000 0x4000>;
78 compatible = "fsl,mpc875-fec-mdio", "fsl,pq1-fec-mdio";
83 PHY0: ethernet-phy@0 {
87 PHY1: ethernet-phy@1 {
93 device_type = "network";
94 compatible = "fsl,mpc875-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>;
104 eth1: ethernet@1e00 {
105 device_type = "network";
106 compatible = "fsl,mpc875-fec-enet",
108 reg = <0x1e00 0x188>;
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>;
126 compatible = "fsl,mpc875-cpm", "fsl,cpm1", "simple-bus";
127 interrupts = <0>; // cpm error interrupt
128 interrupt-parent = <&CPM_PIC>;
133 #address-cells = <1>;
135 ranges = <0 0x2000 0x2000>;
138 compatible = "fsl,cpm-muram-data";
144 compatible = "fsl,mpc875-brg",
147 clock-frequency = <50000000>;
151 CPM_PIC: interrupt-controller@930 {
152 interrupt-controller;
153 #interrupt-cells = <1>;
154 interrupts = <5 2 0 2>;
155 interrupt-parent = <&PIC>;
157 compatible = "fsl,mpc875-cpm-pic",
161 console: serial@a80 {
162 device_type = "serial";
163 compatible = "fsl,mpc875-smc-uart",
165 reg = <0xa80 0x10 0x3e80 0x40>;
167 interrupt-parent = <&CPM_PIC>;
169 fsl,cpm-command = <0x0090>;
170 current-speed = <115200>;
176 stdout-path = &console;