1 /* Device Tree Source for Motorola PrPMC2800
3 * Author: Mark A. Greer <mgreer@mvista.com>
5 * 2007 (c) MontaVista, Software, Inc. This file is licensed under
6 * the terms of the GNU General Public License version 2. This program
7 * is licensed "as is" without any warranty of any kind, whether express
10 * Property values that are labeled as "Default" will be updated by bootwrapper
11 * if it can determine the exact PrPMC type.
19 model = "PrPMC280/PrPMC2800"; /* Default */
20 compatible = "motorola,PrPMC2800";
30 clock-frequency = <733333333>; /* Default */
31 bus-frequency = <133333333>;
32 timebase-frequency = <33333333>;
33 i-cache-line-size = <32>;
34 d-cache-line-size = <32>;
35 i-cache-size = <32768>;
36 d-cache-size = <32768>;
41 device_type = "memory";
42 reg = <0x0 0x20000000>; /* Default (512MB) */
45 system-controller@f1000000 { /* Marvell Discovery mv64360 */
48 model = "mv64360"; /* Default */
49 compatible = "marvell,mv64360";
50 clock-frequency = <133333333>;
51 reg = <0xf1000000 0x10000>;
52 virtual-reg = <0xf1000000>;
53 ranges = <0x88000000 0x88000000 0x1000000 /* PCI 0 I/O Space */
54 0x80000000 0x80000000 0x8000000 /* PCI 0 MEM Space */
55 0xa0000000 0xa0000000 0x4000000 /* User FLASH */
56 0x00000000 0xf1000000 0x0010000 /* Bridge's regs */
57 0xf2000000 0xf2000000 0x0040000>;/* Integrated SRAM */
61 compatible = "direct-mapped";
62 reg = <0xa0000000 0x4000000>; /* Default (64MB) */
65 partitions = <0x00000000 0x00100000 /* RO */
66 0x00100000 0x00040001 /* RW */
67 0x00140000 0x00400000 /* RO */
68 0x00540000 0x039c0000 /* RO */
69 0x03f00000 0x00100000>; /* RO */
70 partition-names = "FW Image A", "FW Config Data", "Kernel Image", "Filesystem", "FW Image B";
77 compatible = "marvell,mv64360-mdio";
78 PHY0: ethernet-phy@1 {
79 device_type = "ethernet-phy";
80 compatible = "broadcom,bcm5421";
81 interrupts = <76>; /* GPP 12 */
82 interrupt-parent = <&PIC>;
85 PHY1: ethernet-phy@3 {
86 device_type = "ethernet-phy";
87 compatible = "broadcom,bcm5421";
88 interrupts = <76>; /* GPP 12 */
89 interrupt-parent = <&PIC>;
97 compatible = "marvell,mv64360-eth-group";
98 reg = <0x2000 0x2000>;
100 device_type = "network";
101 compatible = "marvell,mv64360-eth";
104 interrupt-parent = <&PIC>;
106 local-mac-address = [ 00 00 00 00 00 00 ];
109 device_type = "network";
110 compatible = "marvell,mv64360-eth";
113 interrupt-parent = <&PIC>;
115 local-mac-address = [ 00 00 00 00 00 00 ];
120 compatible = "marvell,mv64360-sdma";
121 reg = <0x4000 0xc18>;
122 virtual-reg = <0xf1004000>;
124 interrupt-parent = <&PIC>;
128 compatible = "marvell,mv64360-sdma";
129 reg = <0x6000 0xc18>;
130 virtual-reg = <0xf1006000>;
132 interrupt-parent = <&PIC>;
136 compatible = "marvell,mv64360-brg";
139 clock-frequency = <133333333>;
140 current-speed = <9600>;
144 compatible = "marvell,mv64360-brg";
147 clock-frequency = <133333333>;
148 current-speed = <9600>;
152 reg = <0xf200 0x200>;
155 MPSCROUTING: mpscrouting@b400 {
159 MPSCINTR: mpscintr@b800 {
160 reg = <0xb800 0x100>;
161 virtual-reg = <0xf100b800>;
165 device_type = "serial";
166 compatible = "marvell,mv64360-mpsc";
168 virtual-reg = <0xf1008000>;
172 mpscrouting = <&MPSCROUTING>;
173 mpscintr = <&MPSCINTR>;
176 interrupt-parent = <&PIC>;
180 device_type = "serial";
181 compatible = "marvell,mv64360-mpsc";
183 virtual-reg = <0xf1009000>;
187 mpscrouting = <&MPSCROUTING>;
188 mpscintr = <&MPSCINTR>;
191 interrupt-parent = <&PIC>;
194 wdt@b410 { /* watchdog timer */
195 compatible = "marvell,mv64360-wdt";
201 compatible = "marvell,mv64360-i2c";
203 virtual-reg = <0xf100c000>;
205 interrupt-parent = <&PIC>;
209 #interrupt-cells = <1>;
210 #address-cells = <0>;
211 compatible = "marvell,mv64360-pic";
213 interrupt-controller;
217 compatible = "marvell,mv64360-mpp";
222 compatible = "marvell,mv64360-gpp";
227 #address-cells = <3>;
229 #interrupt-cells = <1>;
231 compatible = "marvell,mv64360-pci";
233 ranges = <0x01000000 0x0 0x0
234 0x88000000 0x0 0x01000000
235 0x02000000 0x0 0x80000000
236 0x80000000 0x0 0x08000000>;
238 clock-frequency = <66000000>;
239 interrupt-pci-iack = <0xc34>;
240 interrupt-parent = <&PIC>;
241 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
270 compatible = "marvell,mv64360-cpu-error";
271 reg = <0x70 0x10 0x128 0x28>;
273 interrupt-parent = <&PIC>;
277 compatible = "marvell,mv64360-sram-ctrl";
280 interrupt-parent = <&PIC>;
284 compatible = "marvell,mv64360-pci-error";
285 reg = <0x1d40 0x40 0xc28 0x4>;
287 interrupt-parent = <&PIC>;
291 compatible = "marvell,mv64360-mem-ctrl";
294 interrupt-parent = <&PIC>;
300 linux,stdout-path = &MPSC0;