sequoia.dts 10.4 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/*
 * Device Tree Source for AMCC Sequoia
 *
 * Based on Bamboo code by Josh Boyer <jwboyer@linux.vnet.ibm.com>
 * Copyright (c) 2006, 2007 IBM Corp.
 *
 * FIXME: Draft only!
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2.  This program is licensed "as is" without
 * any warranty of any kind, whether express or implied.
 *
 */

15 16
/dts-v1/;

17 18 19 20 21
/ {
	#address-cells = <2>;
	#size-cells = <1>;
	model = "amcc,sequoia";
	compatible = "amcc,sequoia";
22
	dcr-parent = <&{/cpus/cpu@0}>;
23

24 25 26 27 28 29 30 31 32
	aliases {
		ethernet0 = &EMAC0;
		ethernet1 = &EMAC1;
		serial0 = &UART0;
		serial1 = &UART1;
		serial2 = &UART2;
		serial3 = &UART3;
	};

33 34 35 36
	cpus {
		#address-cells = <1>;
		#size-cells = <0>;

37
		cpu@0 {
38
			device_type = "cpu";
39
			model = "PowerPC,440EPx";
40
			reg = <0x00000000>;
41 42
			clock-frequency = <0>; /* Filled in by zImage */
			timebase-frequency = <0>; /* Filled in by zImage */
43 44 45 46
			i-cache-line-size = <32>;
			d-cache-line-size = <32>;
			i-cache-size = <32768>;
			d-cache-size = <32768>;
47 48 49 50 51 52 53
			dcr-controller;
			dcr-access-method = "native";
		};
	};

	memory {
		device_type = "memory";
54
		reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by zImage */
55 56 57 58 59 60
	};

	UIC0: interrupt-controller0 {
		compatible = "ibm,uic-440epx","ibm,uic";
		interrupt-controller;
		cell-index = <0>;
61
		dcr-reg = <0x0c0 0x009>;
62 63 64 65 66 67 68 69 70
		#address-cells = <0>;
		#size-cells = <0>;
		#interrupt-cells = <2>;
	};

	UIC1: interrupt-controller1 {
		compatible = "ibm,uic-440epx","ibm,uic";
		interrupt-controller;
		cell-index = <1>;
71
		dcr-reg = <0x0d0 0x009>;
72 73 74
		#address-cells = <0>;
		#size-cells = <0>;
		#interrupt-cells = <2>;
75
		interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
76 77 78 79 80 81 82
		interrupt-parent = <&UIC0>;
	};

	UIC2: interrupt-controller2 {
		compatible = "ibm,uic-440epx","ibm,uic";
		interrupt-controller;
		cell-index = <2>;
83
		dcr-reg = <0x0e0 0x009>;
84 85 86
		#address-cells = <0>;
		#size-cells = <0>;
		#interrupt-cells = <2>;
87
		interrupts = <0x1c 0x4 0x1d 0x4>; /* cascade */
88 89 90 91 92
		interrupt-parent = <&UIC0>;
	};

	SDR0: sdr {
		compatible = "ibm,sdr-440epx", "ibm,sdr-440ep";
93
		dcr-reg = <0x00e 0x002>;
94 95 96 97
	};

	CPR0: cpr {
		compatible = "ibm,cpr-440epx", "ibm,cpr-440ep";
98
		dcr-reg = <0x00c 0x002>;
99 100 101 102 103 104 105 106 107 108 109
	};

	plb {
		compatible = "ibm,plb-440epx", "ibm,plb4";
		#address-cells = <2>;
		#size-cells = <1>;
		ranges;
		clock-frequency = <0>; /* Filled in by zImage */

		SDRAM0: sdram {
			compatible = "ibm,sdram-440epx", "ibm,sdram-44x-ddr2denali";
110
			dcr-reg = <0x010 0x002>;
111 112
		};

113 114 115 116 117 118 119 120 121 122 123 124
		CRYPTO: crypto@e0100000 {
			compatible = "amcc,ppc440epx-crypto","amcc,ppc4xx-crypto";
			reg = <0 0xE0100000 0x80400>;
			interrupt-parent = <&UIC0>;
			interrupts = <0x17 0x4>;
		};

		rng@e0120000 {
			compatible = "amcc,ppc440epx-rng","amcc,ppc4xx-rng";
			reg = <0 0xE0120000 0x150>;
		};

125 126
		DMA0: dma {
			compatible = "ibm,dma-440epx", "ibm,dma-4xx";
127
			dcr-reg = <0x100 0x027>;
128 129 130 131
		};

		MAL0: mcmal {
			compatible = "ibm,mcmal-440epx", "ibm,mcmal2";
132
			dcr-reg = <0x180 0x062>;
133 134
			num-tx-chans = <2>;
			num-rx-chans = <2>;
135
			interrupt-parent = <&MAL0>;
136
			interrupts = <0x0 0x1 0x2 0x3 0x4>;
137 138 139
			#interrupt-cells = <1>;
			#address-cells = <0>;
			#size-cells = <0>;
140 141 142 143 144 145
			interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4
					/*RXEOB*/ 0x1 &UIC0 0xb 0x4
					/*SERR*/  0x2 &UIC1 0x0 0x4
					/*TXDE*/  0x3 &UIC1 0x1 0x4
					/*RXDE*/  0x4 &UIC1 0x2 0x4>;
			interrupt-map-mask = <0xffffffff>;
146 147
		};

148
		USB1: usb@e0000400 {
149
			compatible = "ibm,usb-ohci-440epx", "ohci-be";
150
			reg = <0x00000000 0xe0000400 0x00000060>;
151
			interrupt-parent = <&UIC0>;
152
			interrupts = <0x15 0x8>;
153 154
		};

155 156 157
		USB0: ehci@e0000300 {
			compatible = "ibm,usb-ehci-440epx", "usb-ehci";
			interrupt-parent = <&UIC0>;
158 159
			interrupts = <0x1a 0x4>;
			reg = <0x00000000 0xe0000300 0x00000090 0x00000000 0xe0000390 0x00000070>;
160 161 162
			big-endian;
		};

163 164 165 166
		POB0: opb {
		  	compatible = "ibm,opb-440epx", "ibm,opb";
			#address-cells = <1>;
			#size-cells = <1>;
167 168
		  	ranges = <0x00000000 0x00000001 0x00000000 0x80000000
			          0x80000000 0x00000001 0x80000000 0x80000000>;
169
		  	interrupt-parent = <&UIC1>;
170
		  	interrupts = <0x7 0x4>;
171 172 173 174
		  	clock-frequency = <0>; /* Filled in by zImage */

			EBC0: ebc {
				compatible = "ibm,ebc-440epx", "ibm,ebc";
175
				dcr-reg = <0x012 0x002>;
176 177 178
				#address-cells = <2>;
				#size-cells = <1>;
				clock-frequency = <0>; /* Filled in by zImage */
179
				interrupts = <0x5 0x1>;
180 181 182
				interrupt-parent = <&UIC1>;

				nor_flash@0,0 {
183
					compatible = "amd,s29gl256n", "cfi-flash";
184
					bank-width = <2>;
185
					reg = <0x00000000 0x00000000 0x04000000>;
186 187 188 189
					#address-cells = <1>;
					#size-cells = <1>;
					partition@0 {
						label = "Kernel";
190
						reg = <0x00000000 0x00180000>;
191 192 193
					};
					partition@180000 {
						label = "ramdisk";
194
						reg = <0x00180000 0x00200000>;
195 196 197
					};
					partition@380000 {
						label = "file system";
198
						reg = <0x00380000 0x03aa0000>;
199 200 201
					};
					partition@3e20000 {
						label = "kozio";
202
						reg = <0x03e20000 0x00140000>;
203 204 205
					};
					partition@3f60000 {
						label = "env";
206
						reg = <0x03f60000 0x00040000>;
207 208 209
					};
					partition@3fa0000 {
						label = "u-boot";
210
						reg = <0x03fa0000 0x00060000>;
211
					};
212 213
				};

214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
				ndfc@3,0 {
					compatible = "ibm,ndfc";
					reg = <0x00000003 0x00000000 0x00002000>;
					ccr = <0x00001000>;
					bank-settings = <0x80002222>;
					#address-cells = <1>;
					#size-cells = <1>;

					nand {
						#address-cells = <1>;
						#size-cells = <1>;

						partition@0 {
							label = "u-boot";
							reg = <0x00000000 0x00084000>;
						};
						partition@84000 {
							label = "user";
							reg = <0x00000000 0x01f7c000>;
						};
					};
				};
236 237 238 239 240
			};

			UART0: serial@ef600300 {
		   		device_type = "serial";
		   		compatible = "ns16550";
241 242
		   		reg = <0xef600300 0x00000008>;
		   		virtual-reg = <0xef600300>;
243
		   		clock-frequency = <0>; /* Filled in by zImage */
244
		   		current-speed = <115200>;
245
		   		interrupt-parent = <&UIC0>;
246
		   		interrupts = <0x0 0x4>;
247 248 249 250 251
	   		};

			UART1: serial@ef600400 {
		   		device_type = "serial";
		   		compatible = "ns16550";
252 253
		   		reg = <0xef600400 0x00000008>;
		   		virtual-reg = <0xef600400>;
254 255 256
		   		clock-frequency = <0>;
		   		current-speed = <0>;
		   		interrupt-parent = <&UIC0>;
257
		   		interrupts = <0x1 0x4>;
258 259 260 261 262
	   		};

			UART2: serial@ef600500 {
		   		device_type = "serial";
		   		compatible = "ns16550";
263 264
		   		reg = <0xef600500 0x00000008>;
		   		virtual-reg = <0xef600500>;
265 266 267
		   		clock-frequency = <0>;
		   		current-speed = <0>;
		   		interrupt-parent = <&UIC1>;
268
		   		interrupts = <0x3 0x4>;
269 270 271 272 273
	   		};

			UART3: serial@ef600600 {
		   		device_type = "serial";
		   		compatible = "ns16550";
274 275
		   		reg = <0xef600600 0x00000008>;
		   		virtual-reg = <0xef600600>;
276 277 278
		   		clock-frequency = <0>;
		   		current-speed = <0>;
		   		interrupt-parent = <&UIC1>;
279
		   		interrupts = <0x4 0x4>;
280 281 282
	   		};

			IIC0: i2c@ef600700 {
283 284
				#address-cells = <1>;
				#size-cells = <0>;
285
				compatible = "ibm,iic-440epx", "ibm,iic";
286
				reg = <0xef600700 0x00000014>;
287
				interrupt-parent = <&UIC0>;
288
				interrupts = <0x2 0x4>;
289 290 291 292 293

				hwmon@48 {
					compatible = "adi,ad7414";
					reg = <0x48>;
				};
294 295 296
			};

			IIC1: i2c@ef600800 {
297 298
				#address-cells = <1>;
				#size-cells = <0>;
299
				compatible = "ibm,iic-440epx", "ibm,iic";
300
				reg = <0xef600800 0x00000014>;
301
				interrupt-parent = <&UIC0>;
302
				interrupts = <0x7 0x4>;
303 304 305 306
			};

			ZMII0: emac-zmii@ef600d00 {
				compatible = "ibm,zmii-440epx", "ibm,zmii";
307
				reg = <0xef600d00 0x0000000c>;
308 309
			};

310 311
			RGMII0: emac-rgmii@ef601000 {
				compatible = "ibm,rgmii-440epx", "ibm,rgmii";
312
				reg = <0xef601000 0x00000008>;
313
				has-mdio;
314 315
			};

316 317 318 319
			EMAC0: ethernet@ef600e00 {
				device_type = "network";
				compatible = "ibm,emac-440epx", "ibm,emac4";
				interrupt-parent = <&EMAC0>;
320
				interrupts = <0x0 0x1>;
321 322 323
				#interrupt-cells = <1>;
				#address-cells = <0>;
				#size-cells = <0>;
324 325
				interrupt-map = </*Status*/ 0x0 &UIC0 0x18 0x4
						/*Wake*/  0x1 &UIC1 0x1d 0x4>;
326
				reg = <0xef600e00 0x00000074>;
327 328
				local-mac-address = [000000000000];
				mal-device = <&MAL0>;
329
				mal-tx-channel = <0>;
330 331
				mal-rx-channel = <0>;
				cell-index = <0>;
332 333 334
				max-frame-size = <9000>;
				rx-fifo-size = <4096>;
				tx-fifo-size = <2048>;
335
				phy-mode = "rgmii";
336
				phy-map = <0x00000000>;
337 338
				zmii-device = <&ZMII0>;
				zmii-channel = <0>;
339 340
				rgmii-device = <&RGMII0>;
				rgmii-channel = <0>;
341 342
				has-inverted-stacr-oc;
				has-new-stacr-staopc;
343 344 345 346 347 348
			};

			EMAC1: ethernet@ef600f00 {
				device_type = "network";
				compatible = "ibm,emac-440epx", "ibm,emac4";
				interrupt-parent = <&EMAC1>;
349
				interrupts = <0x0 0x1>;
350 351 352
				#interrupt-cells = <1>;
				#address-cells = <0>;
				#size-cells = <0>;
353 354
				interrupt-map = </*Status*/ 0x0 &UIC0 0x19 0x4
						/*Wake*/  0x1 &UIC1 0x1f 0x4>;
355
				reg = <0xef600f00 0x00000074>;
356 357
				local-mac-address = [000000000000];
				mal-device = <&MAL0>;
358
				mal-tx-channel = <1>;
359 360
				mal-rx-channel = <1>;
				cell-index = <1>;
361 362 363
				max-frame-size = <9000>;
				rx-fifo-size = <4096>;
				tx-fifo-size = <2048>;
364
				phy-mode = "rgmii";
365
				phy-map = <0x00000000>;
366 367
				zmii-device = <&ZMII0>;
				zmii-channel = <1>;
368 369
				rgmii-device = <&RGMII0>;
				rgmii-channel = <1>;
370 371
				has-inverted-stacr-oc;
				has-new-stacr-staopc;
372 373
			};
		};
374 375 376 377 378 379 380 381

		PCI0: pci@1ec000000 {
			device_type = "pci";
			#interrupt-cells = <1>;
			#size-cells = <2>;
			#address-cells = <3>;
			compatible = "ibm,plb440epx-pci", "ibm,plb-pci";
			primary;
382 383 384 385
			reg = <0x00000001 0xeec00000 0x00000008	/* Config space access */
			       0x00000001 0xeed00000 0x00000004	/* IACK */
			       0x00000001 0xeed00000 0x00000004	/* Special cycle */
			       0x00000001 0xef400000 0x00000040>;	/* Internal registers */
386 387 388 389

			/* Outbound ranges, one memory and one IO,
			 * later cannot be changed. Chip supports a second
			 * IO range but we don't use it for now
390 391 392 393
			 * From the 440EPx user manual:
			 * PCI 1 Memory     1 8000 0000     1 BFFF FFFF     1GB
			 * I/O              1 E800 0000     1 E800 FFFF     64KB
			 * I/O              1 E880 0000     1 EBFF FFFF     56MB
394
			 */
395 396 397
			ranges = <0x02000000 0x00000000 0x80000000 0x00000001 0x80000000 0x00000000 0x40000000
				0x01000000 0x00000000 0x00000000 0x00000001 0xe8000000 0x00000000 0x00010000
				0x01000000 0x00000000 0x00000000 0x00000001 0xe8800000 0x00000000 0x03800000>;
398 399

			/* Inbound 2GB range starting at 0 */
400
			dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
401 402

			/* All PCI interrupts are routed to IRQ 67 */
403 404
			interrupt-map-mask = <0x0 0x0 0x0 0x0>;
			interrupt-map = < 0x0 0x0 0x0 0x0 &UIC2 0x3 0x8 >;
405
		};
406 407 408 409 410 411 412
	};

	chosen {
		linux,stdout-path = "/plb/opb/serial@ef600300";
		bootargs = "console=ttyS0,115200";
	};
};