2 * Device Tree Source for MPC885 ADS running U-Boot
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 = <0xff000100 0x40>;
58 0 0 0xfe000000 0x01000000
62 compatible = "cfi-flash";
70 compatible = "fsl,mpc875-immr", "fsl,pq1-soc", "simple-bus";
73 ranges = <0 0xff000000 0x00004000>;
75 // Temporary until code stops depending on it.
78 // Temporary until get_immrbase() is fixed.
79 reg = <0xff000000 0x4000>;
82 compatible = "fsl,mpc875-fec-mdio", "fsl,pq1-fec-mdio";
87 PHY0: ethernet-phy@0 {
89 device_type = "ethernet-phy";
92 PHY1: ethernet-phy@1 {
94 device_type = "ethernet-phy";
99 device_type = "network";
100 compatible = "fsl,mpc875-fec-enet",
103 local-mac-address = [ 00 00 00 00 00 00 ];
105 interrupt-parent = <&PIC>;
106 phy-handle = <&PHY0>;
107 linux,network-index = <0>;
110 eth1: ethernet@1e00 {
111 device_type = "network";
112 compatible = "fsl,mpc875-fec-enet",
114 reg = <0x1e00 0x188>;
115 local-mac-address = [ 00 00 00 00 00 00 ];
117 interrupt-parent = <&PIC>;
118 phy-handle = <&PHY1>;
119 linux,network-index = <1>;
122 PIC: interrupt-controller@0 {
123 interrupt-controller;
124 #interrupt-cells = <2>;
126 compatible = "fsl,mpc875-pic", "fsl,pq1-pic";
130 #address-cells = <1>;
132 compatible = "fsl,mpc875-cpm", "fsl,cpm1", "simple-bus";
133 interrupts = <0>; // cpm error interrupt
134 interrupt-parent = <&CPM_PIC>;
139 #address-cells = <1>;
141 ranges = <0 0x2000 0x2000>;
144 compatible = "fsl,cpm-muram-data";
150 compatible = "fsl,mpc875-brg",
153 clock-frequency = <50000000>;
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;