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";
76 compatible = "marvell,mv64360-mdio";
77 PHY0: ethernet-phy@1 {
78 compatible = "broadcom,bcm5421";
79 interrupts = <76>; /* GPP 12 */
80 interrupt-parent = <&PIC>;
83 PHY1: ethernet-phy@3 {
84 compatible = "broadcom,bcm5421";
85 interrupts = <76>; /* GPP 12 */
86 interrupt-parent = <&PIC>;
94 compatible = "marvell,mv64360-eth-group";
95 reg = <0x2000 0x2000>;
97 device_type = "network";
98 compatible = "marvell,mv64360-eth";
101 interrupt-parent = <&PIC>;
103 local-mac-address = [ 00 00 00 00 00 00 ];
106 device_type = "network";
107 compatible = "marvell,mv64360-eth";
110 interrupt-parent = <&PIC>;
112 local-mac-address = [ 00 00 00 00 00 00 ];
117 compatible = "marvell,mv64360-sdma";
118 reg = <0x4000 0xc18>;
119 virtual-reg = <0xf1004000>;
121 interrupt-parent = <&PIC>;
125 compatible = "marvell,mv64360-sdma";
126 reg = <0x6000 0xc18>;
127 virtual-reg = <0xf1006000>;
129 interrupt-parent = <&PIC>;
133 compatible = "marvell,mv64360-brg";
136 clock-frequency = <133333333>;
137 current-speed = <9600>;
141 compatible = "marvell,mv64360-brg";
144 clock-frequency = <133333333>;
145 current-speed = <9600>;
149 reg = <0xf200 0x200>;
152 MPSCROUTING: mpscrouting@b400 {
156 MPSCINTR: mpscintr@b800 {
157 reg = <0xb800 0x100>;
158 virtual-reg = <0xf100b800>;
162 compatible = "marvell,mv64360-mpsc";
164 virtual-reg = <0xf1008000>;
168 mpscrouting = <&MPSCROUTING>;
169 mpscintr = <&MPSCINTR>;
172 interrupt-parent = <&PIC>;
176 compatible = "marvell,mv64360-mpsc";
178 virtual-reg = <0xf1009000>;
182 mpscrouting = <&MPSCROUTING>;
183 mpscintr = <&MPSCINTR>;
186 interrupt-parent = <&PIC>;
189 wdt@b410 { /* watchdog timer */
190 compatible = "marvell,mv64360-wdt";
196 compatible = "marvell,mv64360-i2c";
198 virtual-reg = <0xf100c000>;
200 interrupt-parent = <&PIC>;
204 #interrupt-cells = <1>;
205 #address-cells = <0>;
206 compatible = "marvell,mv64360-pic";
208 interrupt-controller;
212 compatible = "marvell,mv64360-mpp";
217 compatible = "marvell,mv64360-gpp";
222 #address-cells = <3>;
224 #interrupt-cells = <1>;
226 compatible = "marvell,mv64360-pci";
228 ranges = <0x01000000 0x0 0x0
229 0x88000000 0x0 0x01000000
230 0x02000000 0x0 0x80000000
231 0x80000000 0x0 0x08000000>;
233 clock-frequency = <66000000>;
234 interrupt-pci-iack = <0xc34>;
235 interrupt-parent = <&PIC>;
236 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
265 compatible = "marvell,mv64360-cpu-error";
266 reg = <0x70 0x10 0x128 0x28>;
268 interrupt-parent = <&PIC>;
272 compatible = "marvell,mv64360-sram-ctrl";
275 interrupt-parent = <&PIC>;
279 compatible = "marvell,mv64360-pci-error";
280 reg = <0x1d40 0x40 0xc28 0x4>;
282 interrupt-parent = <&PIC>;
286 compatible = "marvell,mv64360-mem-ctrl";
289 interrupt-parent = <&PIC>;
295 linux,stdout-path = &MPSC0;