mpc8568mds.dts 11.2 KB
Newer Older
1 2 3
/*
 * MPC8568E MDS 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

/ {
	model = "MPC8568EMDS";
16
	compatible = "MPC8568EMDS", "MPC85xxMDS";
17 18 19
	#address-cells = <1>;
	#size-cells = <1>;

20 21 22 23 24 25 26 27 28 29 30
	aliases {
		ethernet0 = &enet0;
		ethernet1 = &enet1;
		ethernet2 = &enet2;
		ethernet3 = &enet3;
		serial0 = &serial0;
		serial1 = &serial1;
		pci0 = &pci0;
		pci1 = &pci1;
	};

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

		PowerPC,8568@0 {
			device_type = "cpu";
37 38 39 40 41
			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
42 43 44 45 46 47 48 49
			timebase-frequency = <0>;
			bus-frequency = <0>;
			clock-frequency = <0>;
		};
	};

	memory {
		device_type = "memory";
50
		reg = <0x0 0x10000000>;
51 52 53 54
	};

	bcsr@f8000000 {
		device_type = "board-control";
55
		reg = <0xf8000000 0x8000>;
56 57 58 59 60 61
	};

	soc8568@e0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "soc";
62 63
		ranges = <0x0 0xe0000000 0x100000>;
		reg = <0xe0000000 0x1000>;
64 65
		bus-frequency = <0>;

66 67
		memory-controller@2000 {
			compatible = "fsl,8568-memory-controller";
68
			reg = <0x2000 0x1000>;
69
			interrupt-parent = <&mpic>;
70
			interrupts = <18 2>;
71 72 73 74
		};

		l2-cache-controller@20000 {
			compatible = "fsl,8568-l2-cache-controller";
75 76 77
			reg = <0x20000 0x1000>;
			cache-line-size = <32>;	// 32 bytes
			cache-size = <0x80000>;	// L2, 512K
78
			interrupt-parent = <&mpic>;
79
			interrupts = <16 2>;
80 81
		};

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

			rtc@68 {
				compatible = "dallas,ds1374";
94
				reg = <0x68>;
95
			};
96 97 98
		};

		i2c@3100 {
99 100
			#address-cells = <1>;
			#size-cells = <0>;
101
			cell-index = <1>;
102
			compatible = "fsl-i2c";
103 104
			reg = <0x3100 0x100>;
			interrupts = <43 2>;
105
			interrupt-parent = <&mpic>;
106 107 108 109 110 111
			dfsrr;
		};

		mdio@24520 {
			#address-cells = <1>;
			#size-cells = <0>;
112
			compatible = "fsl,gianfar-mdio";
113
			reg = <0x24520 0x20>;
114

115
			phy0: ethernet-phy@7 {
116
				interrupt-parent = <&mpic>;
117
				interrupts = <1 1>;
118
				reg = <0x7>;
119 120
				device_type = "ethernet-phy";
			};
121 122
			phy1: ethernet-phy@1 {
				interrupt-parent = <&mpic>;
123
				interrupts = <2 1>;
124
				reg = <0x1>;
125 126
				device_type = "ethernet-phy";
			};
127 128
			phy2: ethernet-phy@2 {
				interrupt-parent = <&mpic>;
129
				interrupts = <1 1>;
130
				reg = <0x2>;
131 132
				device_type = "ethernet-phy";
			};
133 134
			phy3: ethernet-phy@3 {
				interrupt-parent = <&mpic>;
135
				interrupts = <2 1>;
136
				reg = <0x3>;
137 138 139 140
				device_type = "ethernet-phy";
			};
		};

141 142
		enet0: ethernet@24000 {
			cell-index = <0>;
143 144 145
			device_type = "network";
			model = "eTSEC";
			compatible = "gianfar";
146
			reg = <0x24000 0x1000>;
147
			local-mac-address = [ 00 00 00 00 00 00 ];
148
 			interrupts = <29 2 30 2 34 2>;
149 150
			interrupt-parent = <&mpic>;
			phy-handle = <&phy2>;
151 152
		};

153 154
		enet1: ethernet@25000 {
			cell-index = <1>;
155 156 157
			device_type = "network";
			model = "eTSEC";
			compatible = "gianfar";
158
			reg = <0x25000 0x1000>;
159
			local-mac-address = [ 00 00 00 00 00 00 ];
160
 			interrupts = <35 2 36 2 40 2>;
161 162
			interrupt-parent = <&mpic>;
			phy-handle = <&phy3>;
163 164
		};

165 166
		serial0: serial@4500 {
			cell-index = <0>;
167 168
			device_type = "serial";
			compatible = "ns16550";
169
			reg = <0x4500 0x100>;
170
			clock-frequency = <0>;
171
			interrupts = <42 2>;
172
			interrupt-parent = <&mpic>;
173 174
		};

175 176
		global-utilities@e0000 {	//global utilities block
			compatible = "fsl,mpc8548-guts";
177
			reg = <0xe0000 0x1000>;
178 179 180
			fsl,has-rstcr;
		};

181 182
		serial1: serial@4600 {
			cell-index = <1>;
183 184
			device_type = "serial";
			compatible = "ns16550";
185
			reg = <0x4600 0x100>;
186
			clock-frequency = <0>;
187
			interrupts = <42 2>;
188
			interrupt-parent = <&mpic>;
189 190 191 192 193 194
		};

		crypto@30000 {
			device_type = "crypto";
			model = "SEC2";
			compatible = "talitos";
195 196
			reg = <0x30000 0xf000>;
			interrupts = <45 2>;
197
			interrupt-parent = <&mpic>;
198
			num-channels = <4>;
199 200 201
			channel-fifo-len = <24>;
			exec-units-mask = <0xfe>;
			descriptor-types-mask = <0x12b0ebf>;
202 203
		};

204
		mpic: pic@40000 {
205 206 207
			interrupt-controller;
			#address-cells = <0>;
			#interrupt-cells = <2>;
208
			reg = <0x40000 0x40000>;
209 210 211
			compatible = "chrp,open-pic";
			device_type = "open-pic";
		};
K
Kumar Gala 已提交
212

213
		par_io@e0100 {
214
			reg = <0xe0100 0x100>;
215 216 217
			device_type = "par_io";
			num-ports = <7>;

218
			pio1: ucc_pin@01 {
219 220
				pio-map = <
			/* port  pin  dir  open_drain  assignment  has_irq */
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243
					0x4  0xa  0x1  0x0  0x2  0x0 	/* TxD0 */
					0x4  0x9  0x1  0x0  0x2  0x0 	/* TxD1 */
					0x4  0x8  0x1  0x0  0x2  0x0 	/* TxD2 */
					0x4  0x7  0x1  0x0  0x2  0x0 	/* TxD3 */
					0x4  0x17  0x1  0x0  0x2  0x0 	/* TxD4 */
					0x4  0x16  0x1  0x0  0x2  0x0 	/* TxD5 */
					0x4  0x15  0x1  0x0  0x2  0x0 	/* TxD6 */
					0x4  0x14  0x1  0x0  0x2  0x0 	/* TxD7 */
					0x4  0xf  0x2  0x0  0x2  0x0 	/* RxD0 */
					0x4  0xe  0x2  0x0  0x2  0x0 	/* RxD1 */
					0x4  0xd  0x2  0x0  0x2  0x0 	/* RxD2 */
					0x4  0xc  0x2  0x0  0x2  0x0 	/* RxD3 */
					0x4  0x1d  0x2  0x0  0x2  0x0 	/* RxD4 */
					0x4  0x1c  0x2  0x0  0x2  0x0 	/* RxD5 */
					0x4  0x1b  0x2  0x0  0x2  0x0 	/* RxD6 */
					0x4  0x1a  0x2  0x0  0x2  0x0 	/* RxD7 */
					0x4  0xb  0x1  0x0  0x2  0x0 	/* TX_EN */
					0x4  0x18  0x1  0x0  0x2  0x0 	/* TX_ER */
					0x4  0x10  0x2  0x0  0x2  0x0 	/* RX_DV */
					0x4  0x1e  0x2  0x0  0x2  0x0 	/* RX_ER */
					0x4  0x11  0x2  0x0  0x2  0x0 	/* RX_CLK */
					0x4  0x13  0x1  0x0  0x2  0x0 	/* GTX_CLK */
					0x1  0x1f  0x2  0x0  0x3  0x0>;	/* GTX125 */
244
			};
K
Kumar Gala 已提交
245

246
			pio2: ucc_pin@02 {
247 248
				pio-map = <
			/* port  pin  dir  open_drain  assignment  has_irq */
249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273
					0x5  0xa 0x1  0x0  0x2  0x0   /* TxD0 */
					0x5  0x9 0x1  0x0  0x2  0x0   /* TxD1 */
					0x5  0x8 0x1  0x0  0x2  0x0   /* TxD2 */
					0x5  0x7 0x1  0x0  0x2  0x0   /* TxD3 */
					0x5  0x17 0x1  0x0  0x2  0x0   /* TxD4 */
					0x5  0x16 0x1  0x0  0x2  0x0   /* TxD5 */
					0x5  0x15 0x1  0x0  0x2  0x0   /* TxD6 */
					0x5  0x14 0x1  0x0  0x2  0x0   /* TxD7 */
					0x5  0xf 0x2  0x0  0x2  0x0   /* RxD0 */
					0x5  0xe 0x2  0x0  0x2  0x0   /* RxD1 */
					0x5  0xd 0x2  0x0  0x2  0x0   /* RxD2 */
					0x5  0xc 0x2  0x0  0x2  0x0   /* RxD3 */
					0x5  0x1d 0x2  0x0  0x2  0x0   /* RxD4 */
					0x5  0x1c 0x2  0x0  0x2  0x0   /* RxD5 */
					0x5  0x1b 0x2  0x0  0x2  0x0   /* RxD6 */
					0x5  0x1a 0x2  0x0  0x2  0x0   /* RxD7 */
					0x5  0xb 0x1  0x0  0x2  0x0   /* TX_EN */
					0x5  0x18 0x1  0x0  0x2  0x0   /* TX_ER */
					0x5  0x10 0x2  0x0  0x2  0x0   /* RX_DV */
					0x5  0x1e 0x2  0x0  0x2  0x0   /* RX_ER */
					0x5  0x11 0x2  0x0  0x2  0x0   /* RX_CLK */
					0x5  0x13 0x1  0x0  0x2  0x0   /* GTX_CLK */
					0x1  0x1f 0x2  0x0  0x3  0x0   /* GTX125 */
					0x4  0x6 0x3  0x0  0x2  0x0   /* MDIO */
					0x4  0x5 0x1  0x0  0x2  0x0>; /* MDC */
274 275 276 277 278 279 280 281
			};
		};
	};

	qe@e0080000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "qe";
282
		compatible = "fsl,qe";
283 284
		ranges = <0x0 0xe0080000 0x40000>;
		reg = <0xe0080000 0x480>;
285
		brg-frequency = <0>;
286
		bus-frequency = <396000000>;
287 288

		muram@10000 {
289 290
 			#address-cells = <1>;
 			#size-cells = <1>;
291
			compatible = "fsl,qe-muram", "fsl,cpm-muram";
292
			ranges = <0x0 0x10000 0x10000>;
293

294
			data-only@0 {
295 296
				compatible = "fsl,qe-muram-data",
					     "fsl,cpm-muram-data";
297
				reg = <0x0 0x10000>;
298 299 300 301
			};
		};

		spi@4c0 {
302 303
			cell-index = <0>;
			compatible = "fsl,spi";
304
			reg = <0x4c0 0x40>;
305
			interrupts = <2>;
306
			interrupt-parent = <&qeic>;
307 308 309 310
			mode = "cpu";
		};

		spi@500 {
311 312
			cell-index = <1>;
			compatible = "fsl,spi";
313
			reg = <0x500 0x40>;
314
			interrupts = <1>;
315
			interrupt-parent = <&qeic>;
316 317 318
			mode = "cpu";
		};

319
		enet2: ucc@2000 {
320 321
			device_type = "network";
			compatible = "ucc_geth";
322
			cell-index = <1>;
323 324
			reg = <0x2000 0x200>;
			interrupts = <32>;
325
			interrupt-parent = <&qeic>;
326
			local-mac-address = [ 00 00 00 00 00 00 ];
327 328
			rx-clock-name = "none";
			tx-clock-name = "clk16";
329
			pio-handle = <&pio1>;
330 331
			phy-handle = <&phy0>;
			phy-connection-type = "rgmii-id";
332 333
		};

334
		enet3: ucc@3000 {
335 336
			device_type = "network";
			compatible = "ucc_geth";
337
			cell-index = <2>;
338 339
			reg = <0x3000 0x200>;
			interrupts = <33>;
340
			interrupt-parent = <&qeic>;
341
			local-mac-address = [ 00 00 00 00 00 00 ];
342 343
			rx-clock-name = "none";
			tx-clock-name = "clk16";
344
			pio-handle = <&pio2>;
345 346
			phy-handle = <&phy1>;
			phy-connection-type = "rgmii-id";
347 348 349 350 351
		};

		mdio@2120 {
			#address-cells = <1>;
			#size-cells = <0>;
352
			reg = <0x2120 0x18>;
353
			compatible = "fsl,ucc-mdio";
354 355 356

			/* These are the same PHYs as on
			 * gianfar's MDIO bus */
357
			qe_phy0: ethernet-phy@07 {
358
				interrupt-parent = <&mpic>;
359
				interrupts = <1 1>;
360
				reg = <0x7>;
361 362
				device_type = "ethernet-phy";
			};
363 364
			qe_phy1: ethernet-phy@01 {
				interrupt-parent = <&mpic>;
365
				interrupts = <2 1>;
366
				reg = <0x1>;
367 368
				device_type = "ethernet-phy";
			};
369 370
			qe_phy2: ethernet-phy@02 {
				interrupt-parent = <&mpic>;
371
				interrupts = <1 1>;
372
				reg = <0x2>;
373 374
				device_type = "ethernet-phy";
			};
375 376
			qe_phy3: ethernet-phy@03 {
				interrupt-parent = <&mpic>;
377
				interrupts = <2 1>;
378
				reg = <0x3>;
379 380 381 382
				device_type = "ethernet-phy";
			};
		};

383
		qeic: interrupt-controller@80 {
384
			interrupt-controller;
385
			compatible = "fsl,qe-ic";
386 387
			#address-cells = <0>;
			#interrupt-cells = <1>;
388
			reg = <0x80 0x80>;
389
			big-endian;
390
			interrupts = <46 2 46 2>; //high:30 low:30
391
			interrupt-parent = <&mpic>;
392 393 394
		};

	};
K
Kumar Gala 已提交
395

396 397
	pci0: pci@e0008000 {
		cell-index = <0>;
398
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
K
Kumar Gala 已提交
399 400
		interrupt-map = <
			/* IDSEL 0x12 AD18 */
401 402 403 404
			0x9000 0x0 0x0 0x1 &mpic 0x5 0x1
			0x9000 0x0 0x0 0x2 &mpic 0x6 0x1
			0x9000 0x0 0x0 0x3 &mpic 0x7 0x1
			0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
K
Kumar Gala 已提交
405 406

			/* IDSEL 0x13 AD19 */
407 408 409 410
			0x9800 0x0 0x0 0x1 &mpic 0x6 0x1
			0x9800 0x0 0x0 0x2 &mpic 0x7 0x1
			0x9800 0x0 0x0 0x3 &mpic 0x4 0x1
			0x9800 0x0 0x0 0x4 &mpic 0x5 0x1>;
K
Kumar Gala 已提交
411 412

		interrupt-parent = <&mpic>;
413 414 415 416 417
		interrupts = <24 2>;
		bus-range = <0 255>;
		ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
			  0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
		clock-frequency = <66666666>;
K
Kumar Gala 已提交
418 419 420
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
421
		reg = <0xe0008000 0x1000>;
K
Kumar Gala 已提交
422 423 424 425 426
		compatible = "fsl,mpc8540-pci";
		device_type = "pci";
	};

	/* PCI Express */
427 428
	pci1: pcie@e000a000 {
		cell-index = <2>;
429
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
K
Kumar Gala 已提交
430 431 432
		interrupt-map = <

			/* IDSEL 0x0 (PEX) */
433 434 435 436
			00000 0x0 0x0 0x1 &mpic 0x0 0x1
			00000 0x0 0x0 0x2 &mpic 0x1 0x1
			00000 0x0 0x0 0x3 &mpic 0x2 0x1
			00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
K
Kumar Gala 已提交
437 438

		interrupt-parent = <&mpic>;
439 440 441 442 443
		interrupts = <26 2>;
		bus-range = <0 255>;
		ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
			  0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
		clock-frequency = <33333333>;
K
Kumar Gala 已提交
444 445 446
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
447
		reg = <0xe000a000 0x1000>;
K
Kumar Gala 已提交
448 449 450
		compatible = "fsl,mpc8548-pcie";
		device_type = "pci";
		pcie@0 {
451
			reg = <0x0 0x0 0x0 0x0 0x0>;
K
Kumar Gala 已提交
452 453 454
			#size-cells = <2>;
			#address-cells = <3>;
			device_type = "pci";
455 456 457
			ranges = <0x2000000 0x0 0xa0000000
				  0x2000000 0x0 0xa0000000
				  0x0 0x10000000
K
Kumar Gala 已提交
458

459 460 461
				  0x1000000 0x0 0x0
				  0x1000000 0x0 0x0
				  0x0 0x800000>;
K
Kumar Gala 已提交
462 463
		};
	};
464
};