2 * Device Tree Source for MPC885 ADS running RedBoot
4 * Copyright 2006 MontaVista Software, Inc.
5 * Copyright 2007 Freescale Semiconductor, Inc.
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
15 model = "Analogue & Micro Adder MPC875";
16 compatible = "analogue-and-micro,adder875";
33 d-cache-line-size = <16>;
34 i-cache-line-size = <16>;
35 d-cache-size = <8192>;
36 i-cache-size = <8192>;
37 timebase-frequency = <0>;
39 clock-frequency = <0>;
40 interrupts = <15 2>; // decrementer interrupt
41 interrupt-parent = <&PIC>;
46 device_type = "memory";
51 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus",
55 reg = <0xfa200100 0x40>;
58 0 0 0xfe000000 0x00800000
59 2 0 0xfa100000 0x00008000
63 compatible = "cfi-flash";
71 compatible = "fsl,mpc875-immr", "fsl,pq1-soc", "simple-bus";
74 ranges = <0 0xfa200000 0x00004000>;
76 // Temporary until code stops depending on it.
79 // Temporary until get_immrbase() is fixed.
80 reg = <0xfa200000 0x4000>;
83 compatible = "fsl,mpc875-fec-mdio", "fsl,pq1-fec-mdio";
88 PHY0: ethernet-phy@0 {
90 device_type = "ethernet-phy";
93 PHY1: ethernet-phy@1 {
95 device_type = "ethernet-phy";
100 device_type = "network";
101 compatible = "fsl,mpc875-fec-enet",
104 local-mac-address = [ 00 00 00 00 00 00 ];
106 interrupt-parent = <&PIC>;
107 phy-handle = <&PHY0>;
108 linux,network-index = <0>;
111 eth1: ethernet@1e00 {
112 device_type = "network";
113 compatible = "fsl,mpc875-fec-enet",
115 reg = <0x1e00 0x188>;
116 local-mac-address = [ 00 00 00 00 00 00 ];
118 interrupt-parent = <&PIC>;
119 phy-handle = <&PHY1>;
120 linux,network-index = <1>;
123 PIC: interrupt-controller@0 {
124 interrupt-controller;
125 #interrupt-cells = <2>;
127 compatible = "fsl,mpc875-pic", "fsl,pq1-pic";
131 #address-cells = <1>;
133 compatible = "fsl,mpc875-cpm", "fsl,cpm1", "simple-bus";
134 interrupts = <0>; // cpm error interrupt
135 interrupt-parent = <&CPM_PIC>;
140 #address-cells = <1>;
142 ranges = <0 0x2000 0x2000>;
145 compatible = "fsl,cpm-muram-data";
151 compatible = "fsl,mpc875-brg",
157 CPM_PIC: interrupt-controller@930 {
158 interrupt-controller;
159 #interrupt-cells = <1>;
160 interrupts = <5 2 0 2>;
161 interrupt-parent = <&PIC>;
163 compatible = "fsl,mpc875-cpm-pic",
167 console: serial@a80 {
168 device_type = "serial";
169 compatible = "fsl,mpc875-smc-uart",
171 reg = <0xa80 0x10 0x3e80 0x40>;
173 interrupt-parent = <&CPM_PIC>;
175 fsl,cpm-command = <0x0090>;
176 current-speed = <115200>;
182 linux,stdout-path = &console;