2 * Device Tree Source for AMCC Sequoia
4 * Based on Bamboo code by Josh Boyer <jwboyer@linux.vnet.ibm.com>
5 * Copyright (c) 2006, 2007 IBM Corp.
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without
11 * any warranty of any kind, whether express or implied.
18 model = "amcc,sequoia";
19 compatible = "amcc,sequoia";
20 dcr-parent = <&/cpus/cpu@0>;
37 model = "PowerPC,440EPx";
39 clock-frequency = <0>; /* Filled in by zImage */
40 timebase-frequency = <0>; /* Filled in by zImage */
41 i-cache-line-size = <20>;
42 d-cache-line-size = <20>;
43 i-cache-size = <8000>;
44 d-cache-size = <8000>;
46 dcr-access-method = "native";
51 device_type = "memory";
52 reg = <0 0 0>; /* Filled in by zImage */
55 UIC0: interrupt-controller0 {
56 compatible = "ibm,uic-440epx","ibm,uic";
62 #interrupt-cells = <2>;
65 UIC1: interrupt-controller1 {
66 compatible = "ibm,uic-440epx","ibm,uic";
72 #interrupt-cells = <2>;
73 interrupts = <1e 4 1f 4>; /* cascade */
74 interrupt-parent = <&UIC0>;
77 UIC2: interrupt-controller2 {
78 compatible = "ibm,uic-440epx","ibm,uic";
84 #interrupt-cells = <2>;
85 interrupts = <1c 4 1d 4>; /* cascade */
86 interrupt-parent = <&UIC0>;
90 compatible = "ibm,sdr-440epx", "ibm,sdr-440ep";
95 compatible = "ibm,cpr-440epx", "ibm,cpr-440ep";
100 compatible = "ibm,plb-440epx", "ibm,plb4";
101 #address-cells = <2>;
104 clock-frequency = <0>; /* Filled in by zImage */
107 compatible = "ibm,sdram-440epx", "ibm,sdram-44x-ddr2denali";
112 compatible = "ibm,dma-440epx", "ibm,dma-4xx";
117 compatible = "ibm,mcmal-440epx", "ibm,mcmal2";
121 interrupt-parent = <&MAL0>;
122 interrupts = <0 1 2 3 4>;
123 #interrupt-cells = <1>;
124 #address-cells = <0>;
126 interrupt-map = </*TXEOB*/ 0 &UIC0 a 4
127 /*RXEOB*/ 1 &UIC0 b 4
130 /*RXDE*/ 4 &UIC1 2 4>;
131 interrupt-map-mask = <ffffffff>;
135 compatible = "ohci-be";
136 reg = <0 e0000400 60>;
137 interrupt-parent = <&UIC0>;
142 compatible = "ibm,opb-440epx", "ibm,opb";
143 #address-cells = <1>;
145 ranges = <00000000 1 00000000 80000000
146 80000000 1 80000000 80000000>;
147 interrupt-parent = <&UIC1>;
149 clock-frequency = <0>; /* Filled in by zImage */
152 compatible = "ibm,ebc-440epx", "ibm,ebc";
154 #address-cells = <2>;
156 clock-frequency = <0>; /* Filled in by zImage */
158 interrupt-parent = <&UIC1>;
161 compatible = "amd,s29gl256n", "cfi-flash";
163 reg = <0 000000 4000000>;
164 #address-cells = <1>;
172 reg = <180000 200000>;
175 label = "file system";
176 reg = <380000 3aa0000>;
180 reg = <3e20000 140000>;
184 reg = <3f60000 40000>;
188 reg = <3fa0000 60000>;
194 UART0: serial@ef600300 {
195 device_type = "serial";
196 compatible = "ns16550";
198 virtual-reg = <ef600300>;
199 clock-frequency = <0>; /* Filled in by zImage */
200 current-speed = <1c200>;
201 interrupt-parent = <&UIC0>;
205 UART1: serial@ef600400 {
206 device_type = "serial";
207 compatible = "ns16550";
209 virtual-reg = <ef600400>;
210 clock-frequency = <0>;
212 interrupt-parent = <&UIC0>;
216 UART2: serial@ef600500 {
217 device_type = "serial";
218 compatible = "ns16550";
220 virtual-reg = <ef600500>;
221 clock-frequency = <0>;
223 interrupt-parent = <&UIC1>;
227 UART3: serial@ef600600 {
228 device_type = "serial";
229 compatible = "ns16550";
231 virtual-reg = <ef600600>;
232 clock-frequency = <0>;
234 interrupt-parent = <&UIC1>;
240 compatible = "ibm,iic-440epx", "ibm,iic";
242 interrupt-parent = <&UIC0>;
248 compatible = "ibm,iic-440epx", "ibm,iic";
250 interrupt-parent = <&UIC0>;
254 ZMII0: emac-zmii@ef600d00 {
255 device_type = "zmii-interface";
256 compatible = "ibm,zmii-440epx", "ibm,zmii";
260 RGMII0: emac-rgmii@ef601000 {
261 device_type = "rgmii-interface";
262 compatible = "ibm,rgmii-440epx", "ibm,rgmii";
267 EMAC0: ethernet@ef600e00 {
268 linux,network-index = <0>;
269 device_type = "network";
270 compatible = "ibm,emac-440epx", "ibm,emac4";
271 interrupt-parent = <&EMAC0>;
273 #interrupt-cells = <1>;
274 #address-cells = <0>;
276 interrupt-map = </*Status*/ 0 &UIC0 18 4
277 /*Wake*/ 1 &UIC1 1d 4>;
279 local-mac-address = [000000000000];
280 mal-device = <&MAL0>;
281 mal-tx-channel = <0>;
282 mal-rx-channel = <0>;
284 max-frame-size = <5dc>;
285 rx-fifo-size = <1000>;
286 tx-fifo-size = <800>;
288 phy-map = <00000000>;
289 zmii-device = <&ZMII0>;
291 rgmii-device = <&RGMII0>;
293 has-inverted-stacr-oc;
294 has-new-stacr-staopc;
297 EMAC1: ethernet@ef600f00 {
298 linux,network-index = <1>;
299 device_type = "network";
300 compatible = "ibm,emac-440epx", "ibm,emac4";
301 interrupt-parent = <&EMAC1>;
303 #interrupt-cells = <1>;
304 #address-cells = <0>;
306 interrupt-map = </*Status*/ 0 &UIC0 19 4
307 /*Wake*/ 1 &UIC1 1f 4>;
309 local-mac-address = [000000000000];
310 mal-device = <&MAL0>;
311 mal-tx-channel = <1>;
312 mal-rx-channel = <1>;
314 max-frame-size = <5dc>;
315 rx-fifo-size = <1000>;
316 tx-fifo-size = <800>;
318 phy-map = <00000000>;
319 zmii-device = <&ZMII0>;
321 rgmii-device = <&RGMII0>;
323 has-inverted-stacr-oc;
324 has-new-stacr-staopc;
328 PCI0: pci@1ec000000 {
330 #interrupt-cells = <1>;
332 #address-cells = <3>;
333 compatible = "ibm,plb440epx-pci", "ibm,plb-pci";
335 reg = <1 eec00000 8 /* Config space access */
336 1 eed00000 4 /* IACK */
337 1 eed00000 4 /* Special cycle */
338 1 ef400000 40>; /* Internal registers */
340 /* Outbound ranges, one memory and one IO,
341 * later cannot be changed. Chip supports a second
342 * IO range but we don't use it for now
344 ranges = <02000000 0 80000000 1 80000000 0 10000000
345 01000000 0 00000000 1 e8000000 0 00100000>;
347 /* Inbound 2GB range starting at 0 */
348 dma-ranges = <42000000 0 0 0 0 0 80000000>;
350 /* All PCI interrupts are routed to IRQ 67 */
351 interrupt-map-mask = <0000 0 0 0>;
352 interrupt-map = < 0000 0 0 0 &UIC2 3 8 >;
357 linux,stdout-path = "/plb/opb/serial@ef600300";
358 bootargs = "console=ttyS0,115200";