mpc836x_mds.dts 11.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/*
 * MPC8360E EMDS Device Tree Source
 *
 * Copyright 2006 Freescale Semiconductor Inc.
 *
 * 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.
 */


/*
/memreserve/	00000000 1000000;
*/

17 18
/dts-v1/;

19
/ {
20 21
	model = "MPC8360MDS";
	compatible = "MPC8360EMDS", "MPC836xMDS", "MPC83xxMDS";
22 23 24
	#address-cells = <1>;
	#size-cells = <1>;

25 26 27 28 29 30 31 32
	aliases {
		ethernet0 = &enet0;
		ethernet1 = &enet1;
		serial0 = &serial0;
		serial1 = &serial1;
		pci0 = &pci0;
	};

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

		PowerPC,8360@0 {
			device_type = "cpu";
39 40 41 42 43 44 45 46
			reg = <0x0>;
			d-cache-line-size = <32>;	// 32 bytes
			i-cache-line-size = <32>;	// 32 bytes
			d-cache-size = <32768>;		// L1, 32K
			i-cache-size = <32768>;		// L1, 32K
			timebase-frequency = <66000000>;
			bus-frequency = <264000000>;
			clock-frequency = <528000000>;
47 48 49 50 51
		};
	};

	memory {
		device_type = "memory";
52
		reg = <0x00000000 0x10000000>;
53 54
	};

55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
	localbus@e0005000 {
		#address-cells = <2>;
		#size-cells = <1>;
		compatible = "fsl,mpc8360-localbus", "fsl,pq2pro-localbus",
			     "simple-bus";
		reg = <0xe0005000 0xd8>;
		ranges = <0 0 0xfe000000 0x02000000
		          1 0 0xf8000000 0x00008000>;

		flash@0,0 {
			compatible = "cfi-flash";
			reg = <0 0 0x2000000>;
			bank-width = <2>;
			device-width = <1>;
		};

		bcsr@1,0 {
72 73
			#address-cells = <1>;
			#size-cells = <1>;
74
 			compatible = "fsl,mpc8360mds-bcsr";
75
			reg = <1 0 0x8000>;
76 77 78 79 80 81 82 83
			ranges = <0 1 0 0x8000>;

			bcsr13: gpio-controller@d {
				#gpio-cells = <2>;
				compatible = "fsl,mpc8360mds-bcsr-gpio";
				reg = <0xd 1>;
				gpio-controller;
			};
84
		};
85 86 87 88 89 90
	};

	soc8360@e0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "soc";
91
		compatible = "simple-bus";
92 93 94
		ranges = <0x0 0xe0000000 0x00100000>;
		reg = <0xe0000000 0x00000200>;
		bus-frequency = <264000000>;
95 96 97 98

		wdt@200 {
			device_type = "watchdog";
			compatible = "mpc83xx_wdt";
99
			reg = <0x200 0x100>;
100 101
		};

102 103 104 105 106 107 108
		pmc: power@b00 {
			compatible = "fsl,mpc8360-pmc", "fsl,mpc8349-pmc";
			reg = <0xb00 0x100 0xa00 0x100>;
			interrupts = <80 0x8>;
			interrupt-parent = <&ipic>;
		};

109
		i2c@3000 {
K
Kim Phillips 已提交
110 111
			#address-cells = <1>;
			#size-cells = <0>;
112
			cell-index = <0>;
113
			compatible = "fsl-i2c";
114 115 116
			reg = <0x3000 0x100>;
			interrupts = <14 0x8>;
			interrupt-parent = <&ipic>;
117
			dfsrr;
K
Kim Phillips 已提交
118 119 120

			rtc@68 {
				compatible = "dallas,ds1374";
121
				reg = <0x68>;
K
Kim Phillips 已提交
122
			};
123 124 125
		};

		i2c@3100 {
K
Kim Phillips 已提交
126 127
			#address-cells = <1>;
			#size-cells = <0>;
128
			cell-index = <1>;
129
			compatible = "fsl-i2c";
130 131 132
			reg = <0x3100 0x100>;
			interrupts = <15 0x8>;
			interrupt-parent = <&ipic>;
133 134 135
			dfsrr;
		};

136 137
		serial0: serial@4500 {
			cell-index = <0>;
138
			device_type = "serial";
139
			compatible = "fsl,ns16550", "ns16550";
140 141 142 143
			reg = <0x4500 0x100>;
			clock-frequency = <264000000>;
			interrupts = <9 0x8>;
			interrupt-parent = <&ipic>;
144 145
		};

146 147
		serial1: serial@4600 {
			cell-index = <1>;
148
			device_type = "serial";
149
			compatible = "fsl,ns16550", "ns16550";
150 151 152 153
			reg = <0x4600 0x100>;
			clock-frequency = <264000000>;
			interrupts = <10 0x8>;
			interrupt-parent = <&ipic>;
154 155
		};

156 157 158 159 160 161 162 163 164 165 166 167
		dma@82a8 {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "fsl,mpc8360-dma", "fsl,elo-dma";
			reg = <0x82a8 4>;
			ranges = <0 0x8100 0x1a8>;
			interrupt-parent = <&ipic>;
			interrupts = <71 8>;
			cell-index = <0>;
			dma-channel@0 {
				compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
				reg = <0 0x80>;
168
				cell-index = <0>;
169 170 171 172 173 174
				interrupt-parent = <&ipic>;
				interrupts = <71 8>;
			};
			dma-channel@80 {
				compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
				reg = <0x80 0x80>;
175
				cell-index = <1>;
176 177 178 179 180 181
				interrupt-parent = <&ipic>;
				interrupts = <71 8>;
			};
			dma-channel@100 {
				compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
				reg = <0x100 0x80>;
182
				cell-index = <2>;
183 184 185 186 187 188
				interrupt-parent = <&ipic>;
				interrupts = <71 8>;
			};
			dma-channel@180 {
				compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
				reg = <0x180 0x28>;
189
				cell-index = <3>;
190 191 192 193 194
				interrupt-parent = <&ipic>;
				interrupts = <71 8>;
			};
		};

195
		crypto@30000 {
196
			compatible = "fsl,sec2.0";
197 198 199
			reg = <0x30000 0x10000>;
			interrupts = <11 0x8>;
			interrupt-parent = <&ipic>;
200 201 202 203
			fsl,num-channels = <4>;
			fsl,channel-fifo-len = <24>;
			fsl,exec-units-mask = <0x7e>;
			fsl,descriptor-types-mask = <0x01010ebf>;
204
			sleep = <&pmc 0x03000000>;
205 206
		};

207
		ipic: pic@700 {
208 209 210
			interrupt-controller;
			#address-cells = <0>;
			#interrupt-cells = <2>;
211
			reg = <0x700 0x100>;
212 213 214 215
			device_type = "ipic";
		};

		par_io@1400 {
216 217
			#address-cells = <1>;
			#size-cells = <1>;
218
			reg = <0x1400 0x100>;
219
			ranges = <0 0x1400 0x100>;
220 221 222
			device_type = "par_io";
			num-ports = <7>;

223 224 225 226 227 228 229 230
			qe_pio_b: gpio-controller@18 {
				#gpio-cells = <2>;
				compatible = "fsl,mpc8360-qe-pario-bank",
					     "fsl,mpc8323-qe-pario-bank";
				reg = <0x18 0x18>;
				gpio-controller;
			};

231
			pio1: ucc_pin@01 {
232 233 234 235 236 237 238 239 240
				pio-map = <
			/* port  pin  dir  open_drain  assignment  has_irq */
					0  3  1  0  1  0 	/* TxD0 */
					0  4  1  0  1  0 	/* TxD1 */
					0  5  1  0  1  0 	/* TxD2 */
					0  6  1  0  1  0 	/* TxD3 */
					1  6  1  0  3  0 	/* TxD4 */
					1  7  1  0  1  0 	/* TxD5 */
					1  9  1  0  2  0 	/* TxD6 */
241
					1  10 1  0  2  0 	/* TxD7 */
242
					0  9  2  0  1  0 	/* RxD0 */
243 244 245 246
					0  10 2  0  1  0 	/* RxD1 */
					0  11 2  0  1  0 	/* RxD2 */
					0  12 2  0  1  0 	/* RxD3 */
					0  13 2  0  1  0 	/* RxD4 */
247 248 249 250 251
					1  1  2  0  2  0 	/* RxD5 */
					1  0  2  0  2  0 	/* RxD6 */
					1  4  2  0  2  0 	/* RxD7 */
					0  7  1  0  1  0 	/* TX_EN */
					0  8  1  0  1  0 	/* TX_ER */
252 253
					0  15 2  0  1  0 	/* RX_DV */
					0  16 2  0  1  0 	/* RX_ER */
254 255 256 257
					0  0  2  0  1  0 	/* RX_CLK */
					2  9  1  0  3  0 	/* GTX_CLK - CLK10 */
					2  8  2  0  1  0>;	/* GTX125 - CLK9 */
			};
258
			pio2: ucc_pin@02 {
259 260
				pio-map = <
			/* port  pin  dir  open_drain  assignment  has_irq */
261 262 263 264
					0  17 1  0  1  0   /* TxD0 */
					0  18 1  0  1  0   /* TxD1 */
					0  19 1  0  1  0   /* TxD2 */
					0  20 1  0  1  0   /* TxD3 */
265 266 267 268
					1  2  1  0  1  0   /* TxD4 */
					1  3  1  0  2  0   /* TxD5 */
					1  5  1  0  3  0   /* TxD6 */
					1  8  1  0  3  0   /* TxD7 */
269 270 271 272 273 274 275 276 277 278 279 280 281
					0  23 2  0  1  0   /* RxD0 */
					0  24 2  0  1  0   /* RxD1 */
					0  25 2  0  1  0   /* RxD2 */
					0  26 2  0  1  0   /* RxD3 */
					0  27 2  0  1  0   /* RxD4 */
					1  12 2  0  2  0   /* RxD5 */
					1  13 2  0  3  0   /* RxD6 */
					1  11 2  0  2  0   /* RxD7 */
					0  21 1  0  1  0   /* TX_EN */
					0  22 1  0  1  0   /* TX_ER */
					0  29 2  0  1  0   /* RX_DV */
					0  30 2  0  1  0   /* RX_ER */
					0  31 2  0  1  0   /* RX_CLK */
282 283 284 285 286 287 288 289 290 291 292 293 294
					2  2  1  0  2  0   /* GTX_CLK - CLK10 */
					2  3  2  0  1  0   /* GTX125 - CLK4 */
					0  1  3  0  2  0   /* MDIO */
					0  2  1  0  1  0>; /* MDC */
			};

		};
	};

	qe@e0100000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "qe";
295
		compatible = "fsl,qe";
296 297
		ranges = <0x0 0xe0100000 0x00100000>;
		reg = <0xe0100000 0x480>;
298
		brg-frequency = <0>;
299
		bus-frequency = <396000000>;
300 301
		fsl,qe-num-riscs = <2>;
		fsl,qe-num-snums = <28>;
302 303

		muram@10000 {
304 305
 			#address-cells = <1>;
 			#size-cells = <1>;
306
			compatible = "fsl,qe-muram", "fsl,cpm-muram";
307
			ranges = <0x0 0x00010000 0x0000c000>;
308

309
			data-only@0 {
310 311
				compatible = "fsl,qe-muram-data",
					     "fsl,cpm-muram-data";
312
				reg = <0x0 0xc000>;
313 314 315
			};
		};

316 317 318 319 320 321 322 323 324
		timer@440 {
			compatible = "fsl,mpc8360-qe-gtm",
				     "fsl,qe-gtm", "fsl,gtm";
			reg = <0x440 0x40>;
			clock-frequency = <132000000>;
			interrupts = <12 13 14 15>;
			interrupt-parent = <&qeic>;
		};

325
		spi@4c0 {
326 327
			cell-index = <0>;
			compatible = "fsl,spi";
328
			reg = <0x4c0 0x40>;
329
			interrupts = <2>;
330
			interrupt-parent = <&qeic>;
331 332 333 334
			mode = "cpu";
		};

		spi@500 {
335 336
			cell-index = <1>;
			compatible = "fsl,spi";
337
			reg = <0x500 0x40>;
338
			interrupts = <1>;
339
			interrupt-parent = <&qeic>;
340 341 342 343
			mode = "cpu";
		};

		usb@6c0 {
344 345
			compatible = "fsl,mpc8360-qe-usb",
				     "fsl,mpc8323-qe-usb";
346 347 348
			reg = <0x6c0 0x40 0x8b00 0x100>;
			interrupts = <11>;
			interrupt-parent = <&qeic>;
349 350 351 352 353 354 355 356 357
			fsl,fullspeed-clock = "clk21";
			fsl,lowspeed-clock = "brg9";
			gpios = <&qe_pio_b  2 0   /* USBOE */
				 &qe_pio_b  3 0   /* USBTP */
				 &qe_pio_b  8 0   /* USBTN */
				 &qe_pio_b  9 0   /* USBRP */
				 &qe_pio_b 11 0   /* USBRN */
				 &bcsr13    5 0   /* SPEED */
				 &bcsr13    4 1>; /* POWER */
358 359
		};

360
		enet0: ucc@2000 {
361 362
			device_type = "network";
			compatible = "ucc_geth";
363
			cell-index = <1>;
364 365 366
			reg = <0x2000 0x200>;
			interrupts = <32>;
			interrupt-parent = <&qeic>;
367
			local-mac-address = [ 00 00 00 00 00 00 ];
368 369
			rx-clock-name = "none";
			tx-clock-name = "clk9";
370
			phy-handle = <&phy0>;
371
			phy-connection-type = "rgmii-id";
372
			pio-handle = <&pio1>;
373 374
		};

375
		enet1: ucc@3000 {
376 377
			device_type = "network";
			compatible = "ucc_geth";
378
			cell-index = <2>;
379 380 381
			reg = <0x3000 0x200>;
			interrupts = <33>;
			interrupt-parent = <&qeic>;
382
			local-mac-address = [ 00 00 00 00 00 00 ];
383 384
			rx-clock-name = "none";
			tx-clock-name = "clk4";
385
			phy-handle = <&phy1>;
386
			phy-connection-type = "rgmii-id";
387
			pio-handle = <&pio2>;
388 389 390 391 392
		};

		mdio@2120 {
			#address-cells = <1>;
			#size-cells = <0>;
393
			reg = <0x2120 0x18>;
394
			compatible = "fsl,ucc-mdio";
395

396
			phy0: ethernet-phy@00 {
397 398 399
				interrupt-parent = <&ipic>;
				interrupts = <17 0x8>;
				reg = <0x0>;
400 401
				device_type = "ethernet-phy";
			};
402
			phy1: ethernet-phy@01 {
403 404 405
				interrupt-parent = <&ipic>;
				interrupts = <18 0x8>;
				reg = <0x1>;
406 407
				device_type = "ethernet-phy";
			};
408 409 410 411
			tbi-phy@2 {
				device_type = "tbi-phy";
				reg = <0x2>;
			};
412 413
		};

414
		qeic: interrupt-controller@80 {
415
			interrupt-controller;
416
			compatible = "fsl,qe-ic";
417 418
			#address-cells = <0>;
			#interrupt-cells = <1>;
419
			reg = <0x80 0x80>;
420
			big-endian;
421 422
			interrupts = <32 0x8 33 0x8>; // high:32 low:33
			interrupt-parent = <&ipic>;
423
		};
424
	};
425

426
	pci0: pci@e0008500 {
427
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
428 429 430
		interrupt-map = <

				/* IDSEL 0x11 AD17 */
431 432 433 434
				 0x8800 0x0 0x0 0x1 &ipic 20 0x8
				 0x8800 0x0 0x0 0x2 &ipic 21 0x8
				 0x8800 0x0 0x0 0x3 &ipic 22 0x8
				 0x8800 0x0 0x0 0x4 &ipic 23 0x8
435 436

				/* IDSEL 0x12 AD18 */
437 438 439 440
				 0x9000 0x0 0x0 0x1 &ipic 22 0x8
				 0x9000 0x0 0x0 0x2 &ipic 23 0x8
				 0x9000 0x0 0x0 0x3 &ipic 20 0x8
				 0x9000 0x0 0x0 0x4 &ipic 21 0x8
441 442

				/* IDSEL 0x13 AD19 */
443 444 445 446
				 0x9800 0x0 0x0 0x1 &ipic 23 0x8
				 0x9800 0x0 0x0 0x2 &ipic 20 0x8
				 0x9800 0x0 0x0 0x3 &ipic 21 0x8
				 0x9800 0x0 0x0 0x4 &ipic 22 0x8
447 448

				/* IDSEL 0x15 AD21*/
449 450 451 452
				 0xa800 0x0 0x0 0x1 &ipic 20 0x8
				 0xa800 0x0 0x0 0x2 &ipic 21 0x8
				 0xa800 0x0 0x0 0x3 &ipic 22 0x8
				 0xa800 0x0 0x0 0x4 &ipic 23 0x8
453 454

				/* IDSEL 0x16 AD22*/
455 456 457 458
				 0xb000 0x0 0x0 0x1 &ipic 23 0x8
				 0xb000 0x0 0x0 0x2 &ipic 20 0x8
				 0xb000 0x0 0x0 0x3 &ipic 21 0x8
				 0xb000 0x0 0x0 0x4 &ipic 22 0x8
459 460

				/* IDSEL 0x17 AD23*/
461 462 463 464
				 0xb800 0x0 0x0 0x1 &ipic 22 0x8
				 0xb800 0x0 0x0 0x2 &ipic 23 0x8
				 0xb800 0x0 0x0 0x3 &ipic 20 0x8
				 0xb800 0x0 0x0 0x4 &ipic 21 0x8
465 466

				/* IDSEL 0x18 AD24*/
467 468 469 470 471 472
				 0xc000 0x0 0x0 0x1 &ipic 21 0x8
				 0xc000 0x0 0x0 0x2 &ipic 22 0x8
				 0xc000 0x0 0x0 0x3 &ipic 23 0x8
				 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
		interrupt-parent = <&ipic>;
		interrupts = <66 0x8>;
473
		bus-range = <0 0>;
474 475 476 477
		ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
			  0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
			  0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
		clock-frequency = <66666666>;
478 479 480
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
481 482
		reg = <0xe0008500 0x100		/* internal registers */
		       0xe0008300 0x8>;		/* config space access registers */
483 484
		compatible = "fsl,mpc8349-pci";
		device_type = "pci";
485
		sleep = <&pmc 0x00010000>;
486 487
	};
};