mpc8544ds.dts 10.9 KB
Newer Older
1 2 3
/*
 * MPC8544 DS Device Tree Source
 *
4
 * Copyright 2007, 2008 Freescale Semiconductor Inc.
5 6 7 8 9 10 11
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 */

12
/dts-v1/;
13 14 15 16 17 18
/ {
	model = "MPC8544DS";
	compatible = "MPC8544DS", "MPC85xxDS";
	#address-cells = <1>;
	#size-cells = <1>;

19 20 21 22 23 24 25 26 27 28 29
	aliases {
		ethernet0 = &enet0;
		ethernet1 = &enet1;
		serial0 = &serial0;
		serial1 = &serial1;
		pci0 = &pci0;
		pci1 = &pci1;
		pci2 = &pci2;
		pci3 = &pci3;
	};

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

		PowerPC,8544@0 {
			device_type = "cpu";
36 37 38 39 40
			reg = <0x0>;
			d-cache-line-size = <32>;	// 32 bytes
			i-cache-line-size = <32>;	// 32 bytes
			d-cache-size = <0x8000>;		// L1, 32K
			i-cache-size = <0x8000>;		// L1, 32K
41 42 43
			timebase-frequency = <0>;
			bus-frequency = <0>;
			clock-frequency = <0>;
44
			next-level-cache = <&L2>;
45 46 47 48 49
		};
	};

	memory {
		device_type = "memory";
50
		reg = <0x0 0x0>;	// Filled by U-Boot
51 52 53 54 55 56
	};

	soc8544@e0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "soc";
57
		compatible = "simple-bus";
58

59 60
		ranges = <0x0 0xe0000000 0x100000>;
		reg = <0xe0000000 0x1000>;	// CCSRBAR 1M
61 62
		bus-frequency = <0>;		// Filled out by uboot.

63 64
		memory-controller@2000 {
			compatible = "fsl,8544-memory-controller";
65
			reg = <0x2000 0x1000>;
66
			interrupt-parent = <&mpic>;
67
			interrupts = <18 2>;
68 69
		};

70
		L2: l2-cache-controller@20000 {
71
			compatible = "fsl,8544-l2-cache-controller";
72 73 74
			reg = <0x20000 0x1000>;
			cache-line-size = <32>;	// 32 bytes
			cache-size = <0x40000>;	// L2, 256K
75
			interrupt-parent = <&mpic>;
76
			interrupts = <16 2>;
77 78
		};

79
		i2c@3000 {
80 81 82
			#address-cells = <1>;
			#size-cells = <0>;
			cell-index = <0>;
83
			compatible = "fsl-i2c";
84 85
			reg = <0x3000 0x100>;
			interrupts = <43 2>;
86 87 88 89
			interrupt-parent = <&mpic>;
			dfsrr;
		};

90 91 92 93 94
		i2c@3100 {
			#address-cells = <1>;
			#size-cells = <0>;
			cell-index = <1>;
			compatible = "fsl-i2c";
95 96
			reg = <0x3100 0x100>;
			interrupts = <43 2>;
97 98 99 100
			interrupt-parent = <&mpic>;
			dfsrr;
		};

101 102 103
		mdio@24520 {
			#address-cells = <1>;
			#size-cells = <0>;
104
			compatible = "fsl,gianfar-mdio";
105
			reg = <0x24520 0x20>;
106

107 108
			phy0: ethernet-phy@0 {
				interrupt-parent = <&mpic>;
109 110
				interrupts = <10 1>;
				reg = <0x0>;
111 112 113 114
				device_type = "ethernet-phy";
			};
			phy1: ethernet-phy@1 {
				interrupt-parent = <&mpic>;
115 116
				interrupts = <10 1>;
				reg = <0x1>;
117 118
				device_type = "ethernet-phy";
			};
119 120 121 122 123

			tbi0: tbi-phy@11 {
				reg = <0x11>;
				device_type = "tbi-phy";
			};
124 125
		};

126 127 128 129 130 131 132 133 134 135 136 137 138
		mdio@26520 {
			#address-cells = <1>;
			#size-cells = <0>;
			compatible = "fsl,gianfar-tbi";
			reg = <0x26520 0x20>;

			tbi1: tbi-phy@11 {
				reg = <0x11>;
				device_type = "tbi-phy";
			};
		};


139 140 141 142
		dma@21300 {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "fsl,mpc8544-dma", "fsl,eloplus-dma";
143 144
			reg = <0x21300 0x4>;
			ranges = <0x0 0x21100 0x200>;
145 146 147 148
			cell-index = <0>;
			dma-channel@0 {
				compatible = "fsl,mpc8544-dma-channel",
						"fsl,eloplus-dma-channel";
149
				reg = <0x0 0x80>;
150 151
				cell-index = <0>;
				interrupt-parent = <&mpic>;
152
				interrupts = <20 2>;
153 154 155 156
			};
			dma-channel@80 {
				compatible = "fsl,mpc8544-dma-channel",
						"fsl,eloplus-dma-channel";
157
				reg = <0x80 0x80>;
158 159
				cell-index = <1>;
				interrupt-parent = <&mpic>;
160
				interrupts = <21 2>;
161 162 163 164
			};
			dma-channel@100 {
				compatible = "fsl,mpc8544-dma-channel",
						"fsl,eloplus-dma-channel";
165
				reg = <0x100 0x80>;
166 167
				cell-index = <2>;
				interrupt-parent = <&mpic>;
168
				interrupts = <22 2>;
169 170 171 172
			};
			dma-channel@180 {
				compatible = "fsl,mpc8544-dma-channel",
						"fsl,eloplus-dma-channel";
173
				reg = <0x180 0x80>;
174 175
				cell-index = <3>;
				interrupt-parent = <&mpic>;
176
				interrupts = <23 2>;
177 178 179
			};
		};

180 181
		enet0: ethernet@24000 {
			cell-index = <0>;
182 183 184
			device_type = "network";
			model = "TSEC";
			compatible = "gianfar";
185
			reg = <0x24000 0x1000>;
186
			local-mac-address = [ 00 00 00 00 00 00 ];
187
			interrupts = <29 2 30 2 34 2>;
188 189
			interrupt-parent = <&mpic>;
			phy-handle = <&phy0>;
190
			tbi-handle = <&tbi0>;
191
			phy-connection-type = "rgmii-id";
192 193
		};

194 195
		enet1: ethernet@26000 {
			cell-index = <1>;
196 197 198
			device_type = "network";
			model = "TSEC";
			compatible = "gianfar";
199
			reg = <0x26000 0x1000>;
200
			local-mac-address = [ 00 00 00 00 00 00 ];
201
			interrupts = <31 2 32 2 33 2>;
202 203
			interrupt-parent = <&mpic>;
			phy-handle = <&phy1>;
204
			tbi-handle = <&tbi1>;
205
			phy-connection-type = "rgmii-id";
206 207
		};

208 209
		serial0: serial@4500 {
			cell-index = <0>;
210 211
			device_type = "serial";
			compatible = "ns16550";
212
			reg = <0x4500 0x100>;
213
			clock-frequency = <0>;
214
			interrupts = <42 2>;
215 216 217
			interrupt-parent = <&mpic>;
		};

218 219
		serial1: serial@4600 {
			cell-index = <1>;
220 221
			device_type = "serial";
			compatible = "ns16550";
222
			reg = <0x4600 0x100>;
223
			clock-frequency = <0>;
224
			interrupts = <42 2>;
225 226 227
			interrupt-parent = <&mpic>;
		};

228 229
		global-utilities@e0000 {	//global utilities block
			compatible = "fsl,mpc8548-guts";
230
			reg = <0xe0000 0x1000>;
231 232
			fsl,has-rstcr;
		};
233

234 235 236 237 238 239 240 241 242 243 244
		crypto@30000 {
			compatible = "fsl,sec2.1", "fsl,sec2.0";
			reg = <0x30000 0x10000>;
			interrupts = <45 2>;
			interrupt-parent = <&mpic>;
			fsl,num-channels = <4>;
			fsl,channel-fifo-len = <24>;
			fsl,exec-units-mask = <0xfe>;
			fsl,descriptor-types-mask = <0x12b0ebf>;
		};

245 246 247 248
		mpic: pic@40000 {
			interrupt-controller;
			#address-cells = <0>;
			#interrupt-cells = <2>;
249
			reg = <0x40000 0x40000>;
250 251 252
			compatible = "chrp,open-pic";
			device_type = "open-pic";
		};
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268

		msi@41600 {
			compatible = "fsl,mpc8544-msi", "fsl,mpic-msi";
			reg = <0x41600 0x80>;
			msi-available-ranges = <0 0x100>;
			interrupts = <
				0xe0 0
				0xe1 0
				0xe2 0
				0xe3 0
				0xe4 0
				0xe5 0
				0xe6 0
				0xe7 0>;
			interrupt-parent = <&mpic>;
		};
269
	};
270

271 272
	pci0: pci@e0008000 {
		cell-index = <0>;
273 274
		compatible = "fsl,mpc8540-pci";
		device_type = "pci";
275
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
276 277 278
		interrupt-map = <

			/* IDSEL 0x11 J17 Slot 1 */
279 280 281 282
			0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
			0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
			0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
			0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
283 284 285

			/* IDSEL 0x12 J16 Slot 2 */

286 287 288 289
			0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
			0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
			0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
			0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
290 291

		interrupt-parent = <&mpic>;
292 293 294 295 296
		interrupts = <24 2>;
		bus-range = <0 255>;
		ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
			  0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
		clock-frequency = <66666666>;
297 298 299
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
300
		reg = <0xe0008000 0x1000>;
301
	};
302

303 304
	pci1: pcie@e0009000 {
		cell-index = <1>;
305 306 307 308 309
		compatible = "fsl,mpc8548-pcie";
		device_type = "pci";
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
310 311 312 313 314
		reg = <0xe0009000 0x1000>;
		bus-range = <0 255>;
		ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
			  0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
		clock-frequency = <33333333>;
315
		interrupt-parent = <&mpic>;
316
		interrupts = <25 2>;
317
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
318 319
		interrupt-map = <
			/* IDSEL 0x0 */
320 321 322 323
			0000 0x0 0x0 0x1 &mpic 0x4 0x1
			0000 0x0 0x0 0x2 &mpic 0x5 0x1
			0000 0x0 0x0 0x3 &mpic 0x6 0x1
			0000 0x0 0x0 0x4 &mpic 0x7 0x1
324 325
			>;
		pcie@0 {
326
			reg = <0x0 0x0 0x0 0x0 0x0>;
327 328 329
			#size-cells = <2>;
			#address-cells = <3>;
			device_type = "pci";
330 331 332
			ranges = <0x2000000 0x0 0x80000000
				  0x2000000 0x0 0x80000000
				  0x0 0x20000000
333

334 335 336
				  0x1000000 0x0 0x0
				  0x1000000 0x0 0x0
				  0x0 0x10000>;
337
		};
338
	};
339

340 341
	pci2: pcie@e000a000 {
		cell-index = <2>;
342 343 344 345 346
		compatible = "fsl,mpc8548-pcie";
		device_type = "pci";
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
347 348 349 350 351
		reg = <0xe000a000 0x1000>;
		bus-range = <0 255>;
		ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
			  0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
		clock-frequency = <33333333>;
352
		interrupt-parent = <&mpic>;
353
		interrupts = <26 2>;
354
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
355 356
		interrupt-map = <
			/* IDSEL 0x0 */
357 358 359 360
			0000 0x0 0x0 0x1 &mpic 0x0 0x1
			0000 0x0 0x0 0x2 &mpic 0x1 0x1
			0000 0x0 0x0 0x3 &mpic 0x2 0x1
			0000 0x0 0x0 0x4 &mpic 0x3 0x1
361 362
			>;
		pcie@0 {
363
			reg = <0x0 0x0 0x0 0x0 0x0>;
364 365
			#size-cells = <2>;
			#address-cells = <3>;
366
			device_type = "pci";
367 368 369
			ranges = <0x2000000 0x0 0xa0000000
				  0x2000000 0x0 0xa0000000
				  0x0 0x10000000
370

371 372 373
				  0x1000000 0x0 0x0
				  0x1000000 0x0 0x0
				  0x0 0x10000>;
374
		};
375
	};
376

377 378
	pci3: pcie@e000b000 {
		cell-index = <3>;
379 380 381 382 383
		compatible = "fsl,mpc8548-pcie";
		device_type = "pci";
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
384 385 386 387 388
		reg = <0xe000b000 0x1000>;
		bus-range = <0 255>;
		ranges = <0x2000000 0x0 0xb0000000 0xb0000000 0x0 0x100000
			  0x1000000 0x0 0x0 0xb0100000 0x0 0x100000>;
		clock-frequency = <33333333>;
389
		interrupt-parent = <&mpic>;
390 391
		interrupts = <27 2>;
		interrupt-map-mask = <0xff00 0x0 0x0 0x1>;
392 393
		interrupt-map = <
			// IDSEL 0x1c  USB
394 395 396 397
			0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
			0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
			0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
			0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
398 399

			// IDSEL 0x1d  Audio
400
			0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
401 402

			// IDSEL 0x1e Legacy
403 404
			0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
			0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
405 406

			// IDSEL 0x1f IDE/SATA
407 408
			0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
			0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
409 410 411
		>;

		pcie@0 {
412
			reg = <0x0 0x0 0x0 0x0 0x0>;
413 414
			#size-cells = <2>;
			#address-cells = <3>;
415
			device_type = "pci";
416 417 418
			ranges = <0x2000000 0x0 0xb0000000
				  0x2000000 0x0 0xb0000000
				  0x0 0x100000
419

420 421 422
				  0x1000000 0x0 0x0
				  0x1000000 0x0 0x0
				  0x0 0x100000>;
423

424
			uli1575@0 {
425
				reg = <0x0 0x0 0x0 0x0 0x0>;
426 427
				#size-cells = <2>;
				#address-cells = <3>;
428 429 430
				ranges = <0x2000000 0x0 0xb0000000
					  0x2000000 0x0 0xb0000000
					  0x0 0x100000
431

432 433 434
					  0x1000000 0x0 0x0
					  0x1000000 0x0 0x0
					  0x0 0x100000>;
435 436 437 438 439
				isa@1e {
					device_type = "isa";
					#interrupt-cells = <2>;
					#size-cells = <1>;
					#address-cells = <2>;
440 441 442 443
					reg = <0xf000 0x0 0x0 0x0 0x0>;
					ranges = <0x1 0x0
						  0x1000000 0x0 0x0
						  0x1000>;
444 445 446
					interrupt-parent = <&i8259>;

					i8259: interrupt-controller@20 {
447 448 449
						reg = <0x1 0x20 0x2
						       0x1 0xa0 0x2
						       0x1 0x4d0 0x2>;
450 451 452
						interrupt-controller;
						device_type = "interrupt-controller";
						#address-cells = <0>;
453
						#interrupt-cells = <2>;
454 455 456 457 458 459 460 461
						compatible = "chrp,iic";
						interrupts = <9 2>;
						interrupt-parent = <&mpic>;
					};

					i8042@60 {
						#size-cells = <0>;
						#address-cells = <1>;
462 463
						reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
						interrupts = <1 3 12 3>;
464 465
						interrupt-parent = <&i8259>;

466
						keyboard@0 {
467
							reg = <0x0>;
468
							compatible = "pnpPNP,303";
469 470
						};

471
						mouse@1 {
472
							reg = <0x1>;
473
							compatible = "pnpPNP,f03";
474
						};
475
					};
476

477 478
					rtc@70 {
						compatible = "pnpPNP,b00";
479
						reg = <0x1 0x70 0x2>;
480
					};
481

482
					gpio@400 {
483
						reg = <0x1 0x400 0x80>;
484 485 486 487
					};
				};
			};
		};
488 489
	};
};