mpc8610_hpcd.dts 9.5 KB
Newer Older
1 2 3
/*
 * MPC8610 HPCD Device Tree Source
 *
4
 * Copyright 2007-2008 Freescale Semiconductor Inc.
5 6 7 8 9 10
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under the terms of the GNU General Public License Version 2 as published
 * by the Free Software Foundation.
 */

11
/dts-v1/;
12 13 14 15 16 17 18

/ {
	model = "MPC8610HPCD";
	compatible = "fsl,MPC8610HPCD";
	#address-cells = <1>;
	#size-cells = <1>;

19 20 21 22 23
	aliases {
		serial0 = &serial0;
		serial1 = &serial1;
		pci0 = &pci0;
		pci1 = &pci1;
24
		pci2 = &pci2;
25 26
	};

27 28 29 30 31 32 33
	cpus {
		#address-cells = <1>;
		#size-cells = <0>;

		PowerPC,8610@0 {
			device_type = "cpu";
			reg = <0>;
34 35 36 37 38
			d-cache-line-size = <32>;
			i-cache-line-size = <32>;
			d-cache-size = <32768>;		// L1
			i-cache-size = <32768>;		// L1
			timebase-frequency = <0>;	// From uboot
39 40 41 42 43 44 45
			bus-frequency = <0>;		// From uboot
			clock-frequency = <0>;		// From uboot
		};
	};

	memory {
		device_type = "memory";
46
		reg = <0x00000000 0x20000000>;	// 512M at 0x0
47 48
	};

49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
	localbus@e0005000 {
		#address-cells = <2>;
		#size-cells = <1>;
		compatible = "fsl,mpc8610-elbc", "fsl,elbc", "simple-bus";
		reg = <0xe0005000 0x1000>;
		interrupts = <19 2>;
		interrupt-parent = <&mpic>;
		ranges = <0 0 0xf8000000 0x08000000
			  1 0 0xf0000000 0x08000000
			  2 0 0xe8400000 0x00008000
			  4 0 0xe8440000 0x00008000
			  5 0 0xe8480000 0x00008000
			  6 0 0xe84c0000 0x00008000
			  3 0 0xe8000000 0x00000020>;

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

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

		flash@2,0 {
			compatible = "fsl,mpc8610-fcm-nand",
				     "fsl,elbc-fcm-nand";
			reg = <2 0 0x8000>;
		};

		flash@4,0 {
			compatible = "fsl,mpc8610-fcm-nand",
				     "fsl,elbc-fcm-nand";
			reg = <4 0 0x8000>;
		};

		flash@5,0 {
			compatible = "fsl,mpc8610-fcm-nand",
				     "fsl,elbc-fcm-nand";
			reg = <5 0 0x8000>;
		};

		flash@6,0 {
			compatible = "fsl,mpc8610-fcm-nand",
				     "fsl,elbc-fcm-nand";
			reg = <6 0 0x8000>;
		};

		board-control@3,0 {
			compatible = "fsl,fpga-pixis";
			reg = <3 0 0x20>;
		};
106 107
	};

108 109 110 111 112
	soc@e0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		#interrupt-cells = <2>;
		device_type = "soc";
113
		compatible = "fsl,mpc8610-immr", "simple-bus";
114 115
		ranges = <0x0 0xe0000000 0x00100000>;
		reg = <0xe0000000 0x1000>;
116 117 118 119 120
		bus-frequency = <0>;

		i2c@3000 {
			#address-cells = <1>;
			#size-cells = <0>;
121 122
			cell-index = <0>;
			compatible = "fsl-i2c";
123 124
			reg = <0x3000 0x100>;
			interrupts = <43 2>;
125 126
			interrupt-parent = <&mpic>;
			dfsrr;
127

128
			cs4270:codec@4f {
129
				compatible = "cirrus,cs4270";
130
				reg = <0x4f>;
131
				/* MCLK source is a stand-alone oscillator */
132 133
				clock-frequency = <12288000>;
			};
134 135 136 137 138
		};

		i2c@3100 {
			#address-cells = <1>;
			#size-cells = <0>;
139 140
			cell-index = <1>;
			compatible = "fsl-i2c";
141 142
			reg = <0x3100 0x100>;
			interrupts = <43 2>;
143 144 145 146
			interrupt-parent = <&mpic>;
			dfsrr;
		};

147 148
		serial0: serial@4500 {
			cell-index = <0>;
149 150
			device_type = "serial";
			compatible = "ns16550";
151
			reg = <0x4500 0x100>;
152
			clock-frequency = <0>;
153
			interrupts = <42 2>;
154 155 156
			interrupt-parent = <&mpic>;
		};

157 158
		serial1: serial@4600 {
			cell-index = <1>;
159 160
			device_type = "serial";
			compatible = "ns16550";
161
			reg = <0x4600 0x100>;
162
			clock-frequency = <0>;
163
			interrupts = <42 2>;
164 165 166
			interrupt-parent = <&mpic>;
		};

167 168 169 170 171 172 173
		display@2c000 {
			compatible = "fsl,diu";
			reg = <0x2c000 100>;
			interrupts = <72 2>;
			interrupt-parent = <&mpic>;
		};

174 175 176 177
		mpic: interrupt-controller@40000 {
			interrupt-controller;
			#address-cells = <0>;
			#interrupt-cells = <2>;
178
			reg = <0x40000 0x40000>;
179 180 181 182
			compatible = "chrp,open-pic";
			device_type = "open-pic";
		};

183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
		msi@41600 {
			compatible = "fsl,mpc8610-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>;
		};

199 200
		global-utilities@e0000 {
			compatible = "fsl,mpc8610-guts";
201
			reg = <0xe0000 0x1000>;
202 203
			fsl,has-rstcr;
		};
204

205 206 207 208 209
		wdt@e4000 {
			compatible = "fsl,mpc8610-wdt";
			reg = <0xe4000 0x100>;
		};

210
		ssi@16000 {
211 212
			compatible = "fsl,mpc8610-ssi";
			cell-index = <0>;
213
			reg = <0x16000 0x100>;
214
			interrupt-parent = <&mpic>;
215
			interrupts = <62 2>;
216 217
			fsl,mode = "i2s-slave";
			codec-handle = <&cs4270>;
218 219
			fsl,playback-dma = <&dma00>;
			fsl,capture-dma = <&dma01>;
220
			fsl,fifo-depth = <8>;
221 222 223 224 225
		};

		ssi@16100 {
			compatible = "fsl,mpc8610-ssi";
			cell-index = <1>;
226
			reg = <0x16100 0x100>;
227
			interrupt-parent = <&mpic>;
228
			interrupts = <63 2>;
229
			fsl,fifo-depth = <8>;
230 231
		};

232 233 234 235 236 237 238
		dma@21300 {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma";
			cell-index = <0>;
			reg = <0x21300 0x4>; /* DMA general status register */
			ranges = <0x0 0x21100 0x200>;
239

240
			dma00: dma-channel@0 {
241
				compatible = "fsl,mpc8610-dma-channel",
242
					"fsl,ssi-dma-channel";
243
				cell-index = <0>;
244
				reg = <0x0 0x80>;
245
				interrupt-parent = <&mpic>;
246 247
				interrupts = <20 2>;
			};
248
			dma01: dma-channel@1 {
249
				compatible = "fsl,mpc8610-dma-channel",
250
					"fsl,ssi-dma-channel";
251
				cell-index = <1>;
252
				reg = <0x80 0x80>;
253
				interrupt-parent = <&mpic>;
254 255 256
				interrupts = <21 2>;
			};
			dma-channel@2 {
257 258 259
				compatible = "fsl,mpc8610-dma-channel",
					"fsl,eloplus-dma-channel";
				cell-index = <2>;
260
				reg = <0x100 0x80>;
261
				interrupt-parent = <&mpic>;
262 263 264
				interrupts = <22 2>;
			};
			dma-channel@3 {
265 266 267
				compatible = "fsl,mpc8610-dma-channel",
					"fsl,eloplus-dma-channel";
				cell-index = <3>;
268
				reg = <0x180 0x80>;
269
				interrupt-parent = <&mpic>;
270 271 272
				interrupts = <23 2>;
			};
		};
273

274 275 276
		dma@c300 {
			#address-cells = <1>;
			#size-cells = <1>;
277
			compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma";
278 279 280
			cell-index = <1>;
			reg = <0xc300 0x4>; /* DMA general status register */
			ranges = <0x0 0xc100 0x200>;
281

282
			dma-channel@0 {
283
				compatible = "fsl,mpc8610-dma-channel",
284
					"fsl,eloplus-dma-channel";
285
				cell-index = <0>;
286
				reg = <0x0 0x80>;
287
				interrupt-parent = <&mpic>;
288
				interrupts = <76 2>;
289 290
			};
			dma-channel@1 {
291
				compatible = "fsl,mpc8610-dma-channel",
292
					"fsl,eloplus-dma-channel";
293
				cell-index = <1>;
294
				reg = <0x80 0x80>;
295
				interrupt-parent = <&mpic>;
296
				interrupts = <77 2>;
297 298
			};
			dma-channel@2 {
299
				compatible = "fsl,mpc8610-dma-channel",
300
					"fsl,eloplus-dma-channel";
301
				cell-index = <2>;
302
				reg = <0x100 0x80>;
303
				interrupt-parent = <&mpic>;
304
				interrupts = <78 2>;
305 306
			};
			dma-channel@3 {
307
				compatible = "fsl,mpc8610-dma-channel",
308
					"fsl,eloplus-dma-channel";
309
				cell-index = <3>;
310
				reg = <0x180 0x80>;
311
				interrupt-parent = <&mpic>;
312
				interrupts = <79 2>;
313 314
			};
		};
315

316 317
	};

318
	pci0: pci@e0008000 {
319 320 321 322 323
		compatible = "fsl,mpc8610-pci";
		device_type = "pci";
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
324
		reg = <0xe0008000 0x1000>;
325
		bus-range = <0 0>;
326 327 328
		ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x10000000
			  0x01000000 0x0 0x00000000 0xe1000000 0x0 0x00100000>;
		clock-frequency = <33333333>;
329
		interrupt-parent = <&mpic>;
330 331
		interrupts = <24 2>;
		interrupt-map-mask = <0xf800 0 0 7>;
332 333
		interrupt-map = <
			/* IDSEL 0x11 */
334 335 336 337
			0x8800 0 0 1 &mpic 4 1
			0x8800 0 0 2 &mpic 5 1
			0x8800 0 0 3 &mpic 6 1
			0x8800 0 0 4 &mpic 7 1
338 339

			/* IDSEL 0x12 */
340 341 342 343
			0x9000 0 0 1 &mpic 5 1
			0x9000 0 0 2 &mpic 6 1
			0x9000 0 0 3 &mpic 7 1
			0x9000 0 0 4 &mpic 4 1
344 345 346
			>;
	};

347
	pci1: pcie@e000a000 {
348 349 350 351 352
		compatible = "fsl,mpc8641-pcie";
		device_type = "pci";
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
353
		reg = <0xe000a000 0x1000>;
354
		bus-range = <1 3>;
355 356 357
		ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
			  0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
		clock-frequency = <33333333>;
358
		interrupt-parent = <&mpic>;
359 360
		interrupts = <26 2>;
		interrupt-map-mask = <0xf800 0 0 7>;
361 362 363

		interrupt-map = <
			/* IDSEL 0x1b */
364
			0xd800 0 0 1 &mpic 2 1
365 366

			/* IDSEL 0x1c*/
367 368 369 370
			0xe000 0 0 1 &mpic 1 1
			0xe000 0 0 2 &mpic 1 1
			0xe000 0 0 3 &mpic 1 1
			0xe000 0 0 4 &mpic 1 1
371 372

			/* IDSEL 0x1f */
373
			0xf800 0 0 1 &mpic 3 2
374
			0xf800 0 0 2 &mpic 0 1
375 376 377 378 379 380 381
		>;

		pcie@0 {
			reg = <0 0 0 0 0>;
			#size-cells = <2>;
			#address-cells = <3>;
			device_type = "pci";
382 383 384 385 386 387
			ranges = <0x02000000 0x0 0xa0000000
				  0x02000000 0x0 0xa0000000
				  0x0 0x10000000
				  0x01000000 0x0 0x00000000
				  0x01000000 0x0 0x00000000
				  0x0 0x00100000>;
388 389 390 391
			uli1575@0 {
				reg = <0 0 0 0 0>;
				#size-cells = <2>;
				#address-cells = <3>;
392 393 394 395 396 397
				ranges = <0x02000000 0x0 0xa0000000
					  0x02000000 0x0 0xa0000000
					  0x0 0x10000000
					  0x01000000 0x0 0x00000000
					  0x01000000 0x0 0x00000000
					  0x0 0x00100000>;
398 399 400 401 402 403 404 405 406 407 408 409 410 411

				isa@1e {
					device_type = "isa";
					#size-cells = <1>;
					#address-cells = <2>;
					reg = <0xf000 0 0 0 0>;
					ranges = <1 0 0x01000000 0 0
						  0x00001000>;

					rtc@70 {
						compatible = "pnpPNP,b00";
						reg = <1 0x70 2>;
					};
				};
412 413 414
			};
		};
	};
415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434

	pci2: pcie@e0009000 {
		#address-cells = <3>;
		#size-cells = <2>;
		#interrupt-cells = <1>;
		device_type = "pci";
		compatible = "fsl,mpc8641-pcie";
		reg = <0xe0009000 0x00001000>;
		ranges = <0x02000000 0 0x90000000 0x90000000 0 0x10000000
			  0x01000000 0 0x00000000 0xe2000000 0 0x00100000>;
		bus-range = <0 255>;
		interrupt-map-mask = <0xf800 0 0 7>;
		interrupt-map = <0x0000 0 0 1 &mpic 4 1
				 0x0000 0 0 2 &mpic 5 1
				 0x0000 0 0 3 &mpic 6 1
				 0x0000 0 0 4 &mpic 7 1>;
		interrupt-parent = <&mpic>;
		interrupts = <25 2>;
		clock-frequency = <33333333>;
	};
435
};