2 * MPC885 ADS Device Tree Source
4 * Copyright 2006 MontaVista Software, Inc.
5 * Copyright 2007,2008 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.
17 compatible = "fsl,mpc885ads";
28 d-cache-line-size = <16>;
29 i-cache-line-size = <16>;
30 d-cache-size = <8192>;
31 i-cache-size = <8192>;
32 timebase-frequency = <0>;
34 clock-frequency = <0>;
35 interrupts = <15 2>; // decrementer interrupt
36 interrupt-parent = <&PIC>;
41 device_type = "memory";
46 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus";
49 reg = <0xff000100 0x40>;
52 0x0 0x0 0xfe000000 0x800000
53 0x1 0x0 0xff080000 0x8000
54 0x5 0x0 0xff0a0000 0x8000
58 compatible = "jedec-flash";
59 reg = <0x0 0x0 0x800000>;
65 reg = <0x1 0x0 0x20 0x5 0x300 0x4>;
66 compatible = "fsl,mpc885ads-bcsr";
71 compatible = "fsl,mpc885", "fsl,pq1-soc";
75 ranges = <0x0 0xff000000 0x4000>;
78 // Temporary -- will go away once kernel uses ranges for get_immrbase().
79 reg = <0xff000000 0x4000>;
82 compatible = "fsl,mpc885-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";
97 PHY2: ethernet-phy@2 {
99 device_type = "ethernet-phy";
104 device_type = "network";
105 compatible = "fsl,mpc885-fec-enet",
108 local-mac-address = [ 00 00 00 00 00 00 ];
110 interrupt-parent = <&PIC>;
111 phy-handle = <&PHY0>;
112 linux,network-index = <0>;
116 device_type = "network";
117 compatible = "fsl,mpc885-fec-enet",
119 reg = <0x1e00 0x188>;
120 local-mac-address = [ 00 00 00 00 00 00 ];
122 interrupt-parent = <&PIC>;
123 phy-handle = <&PHY1>;
124 linux,network-index = <1>;
127 PIC: interrupt-controller@0 {
128 interrupt-controller;
129 #interrupt-cells = <2>;
131 compatible = "fsl,mpc885-pic", "fsl,pq1-pic";
135 #address-cells = <3>;
136 #interrupt-cells = <1>;
138 compatible = "fsl,pq-pcmcia";
139 device_type = "pcmcia";
141 interrupt-parent = <&PIC>;
146 #address-cells = <1>;
148 compatible = "fsl,mpc885-cpm", "fsl,cpm1";
149 command-proc = <0x9c0>;
150 interrupts = <0>; // cpm error interrupt
151 interrupt-parent = <&CPM_PIC>;
156 #address-cells = <1>;
158 ranges = <0x0 0x2000 0x2000>;
161 compatible = "fsl,cpm-muram-data";
167 compatible = "fsl,mpc885-brg",
170 clock-frequency = <0>;
174 CPM_PIC: interrupt-controller@930 {
175 interrupt-controller;
176 #interrupt-cells = <1>;
177 interrupts = <5 2 0 2>;
178 interrupt-parent = <&PIC>;
180 compatible = "fsl,mpc885-cpm-pic",
185 device_type = "serial";
186 compatible = "fsl,mpc885-smc-uart",
188 reg = <0xa80 0x10 0x3e80 0x40>;
190 interrupt-parent = <&CPM_PIC>;
192 fsl,cpm-command = <0x90>;
196 device_type = "serial";
197 compatible = "fsl,mpc885-smc-uart",
199 reg = <0xa90 0x10 0x3f80 0x40>;
201 interrupt-parent = <&CPM_PIC>;
203 fsl,cpm-command = <0xd0>;
207 device_type = "network";
208 compatible = "fsl,mpc885-scc-enet",
210 reg = <0xa40 0x18 0x3e00 0x100>;
211 local-mac-address = [ 00 00 00 00 00 00 ];
213 interrupt-parent = <&CPM_PIC>;
214 phy-handle = <&PHY2>;
215 fsl,cpm-command = <0x80>;
216 linux,network-index = <2>;
220 compatible = "fsl,mpc885-i2c",
222 reg = <0x860 0x20 0x3c80 0x30>;
224 interrupt-parent = <&CPM_PIC>;
225 fsl,cpm-command = <0x10>;
226 #address-cells = <1>;
233 linux,stdout-path = "/soc/cpm/serial@a80";