exynos5250.dtsi 16.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/*
 * SAMSUNG EXYNOS5250 SoC device tree source
 *
 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
 *		http://www.samsung.com
 *
 * SAMSUNG EXYNOS5250 SoC device nodes are listed in this file.
 * EXYNOS5250 based board files can include this file and provide
 * values for board specfic bindings.
 *
 * Note: This file does not include device nodes for all the controllers in
 * EXYNOS5250 SoC. As device tree coverage for EXYNOS5250 increases,
 * additional nodes can be added to this file.
 *
 * 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.
*/

20
#include <dt-bindings/clock/exynos5250.h>
21
#include "exynos5.dtsi"
22
#include "exynos5250-pinctrl.dtsi"
23

24
#include <dt-bindings/clk/exynos-audss-clk.h>
25 26 27 28

/ {
	compatible = "samsung,exynos5250";

29 30 31 32
	aliases {
		spi0 = &spi_0;
		spi1 = &spi_1;
		spi2 = &spi_2;
33 34 35 36
		gsc0 = &gsc_0;
		gsc1 = &gsc_1;
		gsc2 = &gsc_2;
		gsc3 = &gsc_3;
37 38 39 40
		mshc0 = &mmc_0;
		mshc1 = &mmc_1;
		mshc2 = &mmc_2;
		mshc3 = &mmc_3;
41 42 43 44 45 46 47 48 49
		i2c0 = &i2c_0;
		i2c1 = &i2c_1;
		i2c2 = &i2c_2;
		i2c3 = &i2c_3;
		i2c4 = &i2c_4;
		i2c5 = &i2c_5;
		i2c6 = &i2c_6;
		i2c7 = &i2c_7;
		i2c8 = &i2c_8;
50 51 52 53
		pinctrl0 = &pinctrl_0;
		pinctrl1 = &pinctrl_1;
		pinctrl2 = &pinctrl_2;
		pinctrl3 = &pinctrl_3;
54 55
	};

56 57 58 59 60 61 62 63
	cpus {
		#address-cells = <1>;
		#size-cells = <0>;

		cpu@0 {
			device_type = "cpu";
			compatible = "arm,cortex-a15";
			reg = <0>;
64
			clock-frequency = <1700000000>;
65 66 67 68 69
		};
		cpu@1 {
			device_type = "cpu";
			compatible = "arm,cortex-a15";
			reg = <1>;
70
			clock-frequency = <1700000000>;
71
		};
72 73
	};

74
	pd_gsc: gsc-power-domain@10044000 {
75 76 77 78
		compatible = "samsung,exynos4210-pd";
		reg = <0x10044000 0x20>;
	};

79
	pd_mfc: mfc-power-domain@10044040 {
80 81 82 83
		compatible = "samsung,exynos4210-pd";
		reg = <0x10044040 0x20>;
	};

84
	clock: clock-controller@10010000 {
85 86 87 88 89
		compatible = "samsung,exynos5250-clock";
		reg = <0x10010000 0x30000>;
		#clock-cells = <1>;
	};

90 91 92 93
	clock_audss: audss-clock-controller@3810000 {
		compatible = "samsung,exynos5250-audss-clock";
		reg = <0x03810000 0x0C>;
		#clock-cells = <1>;
94 95
		clocks = <&clock CLK_FIN_PLL>, <&clock CLK_FOUT_EPLL>,
			 <&clock CLK_SCLK_AUDIO0>, <&clock CLK_DIV_PCM0>;
96
		clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
97 98
	};

99 100 101 102 103 104
	timer {
		compatible = "arm,armv7-timer";
		interrupts = <1 13 0xf08>,
			     <1 14 0xf08>,
			     <1 11 0xf08>,
			     <1 10 0xf08>;
105 106 107 108 109
		/* Unfortunately we need this since some versions of U-Boot
		 * on Exynos don't set the CNTFRQ register, so we need the
		 * value from DT.
		 */
		clock-frequency = <24000000>;
110 111
	};

112 113 114 115 116 117 118 119
	mct@101C0000 {
		compatible = "samsung,exynos4210-mct";
		reg = <0x101C0000 0x800>;
		interrupt-controller;
		#interrups-cells = <2>;
		interrupt-parent = <&mct_map>;
		interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
			     <4 0>, <5 0>;
120
		clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
121
		clock-names = "fin_pll", "mct";
122 123 124 125 126 127 128 129 130 131 132 133 134 135

		mct_map: mct-map {
			#interrupt-cells = <2>;
			#address-cells = <0>;
			#size-cells = <0>;
			interrupt-map = <0x0 0 &combiner 23 3>,
					<0x1 0 &combiner 23 4>,
					<0x2 0 &combiner 25 2>,
					<0x3 0 &combiner 25 3>,
					<0x4 0 &gic 0 120 0>,
					<0x5 0 &gic 0 121 0>;
		};
	};

136 137 138 139 140 141
	pmu {
		compatible = "arm,cortex-a15-pmu";
		interrupt-parent = <&combiner>;
		interrupts = <1 2>, <22 4>;
	};

142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
	pinctrl_0: pinctrl@11400000 {
		compatible = "samsung,exynos5250-pinctrl";
		reg = <0x11400000 0x1000>;
		interrupts = <0 46 0>;

		wakup_eint: wakeup-interrupt-controller {
			compatible = "samsung,exynos4210-wakeup-eint";
			interrupt-parent = <&gic>;
			interrupts = <0 32 0>;
		};
	};

	pinctrl_1: pinctrl@13400000 {
		compatible = "samsung,exynos5250-pinctrl";
		reg = <0x13400000 0x1000>;
		interrupts = <0 45 0>;
	};

	pinctrl_2: pinctrl@10d10000 {
		compatible = "samsung,exynos5250-pinctrl";
		reg = <0x10d10000 0x1000>;
		interrupts = <0 50 0>;
	};

166
	pinctrl_3: pinctrl@03860000 {
167
		compatible = "samsung,exynos5250-pinctrl";
168
		reg = <0x03860000 0x1000>;
169 170 171
		interrupts = <0 47 0>;
	};

172 173 174 175 176
	pmu_system_controller: system-controller@10040000 {
		compatible = "samsung,exynos5250-pmu", "syscon";
		reg = <0x10040000 0x5000>;
	};

177 178 179 180
	watchdog@101D0000 {
		compatible = "samsung,exynos5250-wdt";
		reg = <0x101D0000 0x100>;
		interrupts = <0 42 0>;
181
		clocks = <&clock CLK_WDT>;
182
		clock-names = "watchdog";
183
		samsung,syscon-phandle = <&pmu_system_controller>;
184 185
	};

186 187 188 189
	g2d@10850000 {
		compatible = "samsung,exynos5250-g2d";
		reg = <0x10850000 0x1000>;
		interrupts = <0 91 0>;
190
		clocks = <&clock CLK_G2D>;
191 192 193
		clock-names = "fimg2d";
	};

194 195 196 197
	codec@11000000 {
		compatible = "samsung,mfc-v6";
		reg = <0x11000000 0x10000>;
		interrupts = <0 96 0>;
198
		samsung,power-domain = <&pd_mfc>;
199
		clocks = <&clock CLK_MFC>;
A
Arun Kumar K 已提交
200
		clock-names = "mfc";
201 202
	};

203
	rtc@101E0000 {
204
		clocks = <&clock CLK_RTC>;
205
		clock-names = "rtc";
206
		status = "disabled";
207 208
	};

209 210 211 212
	tmu@10060000 {
		compatible = "samsung,exynos5250-tmu";
		reg = <0x10060000 0x100>;
		interrupts = <0 65 0>;
213
		clocks = <&clock CLK_TMU>;
214
		clock-names = "tmu_apbif";
215 216
	};

217
	serial@12C00000 {
218
		clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
219
		clock-names = "uart", "clk_uart_baud0";
220 221 222
	};

	serial@12C10000 {
223
		clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
224
		clock-names = "uart", "clk_uart_baud0";
225 226 227
	};

	serial@12C20000 {
228
		clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
229
		clock-names = "uart", "clk_uart_baud0";
230 231 232
	};

	serial@12C30000 {
233
		clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
234
		clock-names = "uart", "clk_uart_baud0";
235 236
	};

237 238 239 240
	sata@122F0000 {
		compatible = "samsung,exynos5-sata-ahci";
		reg = <0x122F0000 0x1ff>;
		interrupts = <0 115 0>;
241
		clocks = <&clock CLK_SATA>, <&clock CLK_SCLK_SATA>;
242
		clock-names = "sata", "sclk_sata";
243 244 245 246 247 248 249
	};

	sata-phy@12170000 {
		compatible = "samsung,exynos5-sata-phy";
		reg = <0x12170000 0x1ff>;
	};

250
	i2c_0: i2c@12C60000 {
251 252 253
		compatible = "samsung,s3c2440-i2c";
		reg = <0x12C60000 0x100>;
		interrupts = <0 56 0>;
254 255
		#address-cells = <1>;
		#size-cells = <0>;
256
		clocks = <&clock CLK_I2C0>;
257
		clock-names = "i2c";
258 259
		pinctrl-names = "default";
		pinctrl-0 = <&i2c0_bus>;
260
		status = "disabled";
261 262
	};

263
	i2c_1: i2c@12C70000 {
264 265 266
		compatible = "samsung,s3c2440-i2c";
		reg = <0x12C70000 0x100>;
		interrupts = <0 57 0>;
267 268
		#address-cells = <1>;
		#size-cells = <0>;
269
		clocks = <&clock CLK_I2C1>;
270
		clock-names = "i2c";
271 272
		pinctrl-names = "default";
		pinctrl-0 = <&i2c1_bus>;
273
		status = "disabled";
274 275
	};

276
	i2c_2: i2c@12C80000 {
277 278 279
		compatible = "samsung,s3c2440-i2c";
		reg = <0x12C80000 0x100>;
		interrupts = <0 58 0>;
280 281
		#address-cells = <1>;
		#size-cells = <0>;
282
		clocks = <&clock CLK_I2C2>;
283
		clock-names = "i2c";
284 285
		pinctrl-names = "default";
		pinctrl-0 = <&i2c2_bus>;
286
		status = "disabled";
287 288
	};

289
	i2c_3: i2c@12C90000 {
290 291 292
		compatible = "samsung,s3c2440-i2c";
		reg = <0x12C90000 0x100>;
		interrupts = <0 59 0>;
293 294
		#address-cells = <1>;
		#size-cells = <0>;
295
		clocks = <&clock CLK_I2C3>;
296
		clock-names = "i2c";
297 298
		pinctrl-names = "default";
		pinctrl-0 = <&i2c3_bus>;
299
		status = "disabled";
300 301
	};

302
	i2c_4: i2c@12CA0000 {
303 304 305
		compatible = "samsung,s3c2440-i2c";
		reg = <0x12CA0000 0x100>;
		interrupts = <0 60 0>;
306 307
		#address-cells = <1>;
		#size-cells = <0>;
308
		clocks = <&clock CLK_I2C4>;
309
		clock-names = "i2c";
310 311
		pinctrl-names = "default";
		pinctrl-0 = <&i2c4_bus>;
312
		status = "disabled";
313 314
	};

315
	i2c_5: i2c@12CB0000 {
316 317 318
		compatible = "samsung,s3c2440-i2c";
		reg = <0x12CB0000 0x100>;
		interrupts = <0 61 0>;
319 320
		#address-cells = <1>;
		#size-cells = <0>;
321
		clocks = <&clock CLK_I2C5>;
322
		clock-names = "i2c";
323 324
		pinctrl-names = "default";
		pinctrl-0 = <&i2c5_bus>;
325
		status = "disabled";
326 327
	};

328
	i2c_6: i2c@12CC0000 {
329 330 331
		compatible = "samsung,s3c2440-i2c";
		reg = <0x12CC0000 0x100>;
		interrupts = <0 62 0>;
332 333
		#address-cells = <1>;
		#size-cells = <0>;
334
		clocks = <&clock CLK_I2C6>;
335
		clock-names = "i2c";
336 337
		pinctrl-names = "default";
		pinctrl-0 = <&i2c6_bus>;
338
		status = "disabled";
339 340
	};

341
	i2c_7: i2c@12CD0000 {
342 343 344
		compatible = "samsung,s3c2440-i2c";
		reg = <0x12CD0000 0x100>;
		interrupts = <0 63 0>;
345 346
		#address-cells = <1>;
		#size-cells = <0>;
347
		clocks = <&clock CLK_I2C7>;
348
		clock-names = "i2c";
349 350
		pinctrl-names = "default";
		pinctrl-0 = <&i2c7_bus>;
351
		status = "disabled";
352 353
	};

354
	i2c_8: i2c@12CE0000 {
355 356 357 358 359
		compatible = "samsung,s3c2440-hdmiphy-i2c";
		reg = <0x12CE0000 0x1000>;
		interrupts = <0 64 0>;
		#address-cells = <1>;
		#size-cells = <0>;
360
		clocks = <&clock CLK_I2C_HDMI>;
361
		clock-names = "i2c";
362
		status = "disabled";
363 364
	};

365 366 367 368 369
	i2c@121D0000 {
                compatible = "samsung,exynos5-sata-phy-i2c";
                reg = <0x121D0000 0x100>;
                #address-cells = <1>;
                #size-cells = <0>;
370
		clocks = <&clock CLK_SATA_PHYI2C>;
371
		clock-names = "i2c";
372
		status = "disabled";
373 374
	};

375 376
	spi_0: spi@12d20000 {
		compatible = "samsung,exynos4210-spi";
377
		status = "disabled";
378 379
		reg = <0x12d20000 0x100>;
		interrupts = <0 66 0>;
380 381 382
		dmas = <&pdma0 5
			&pdma0 4>;
		dma-names = "tx", "rx";
383 384
		#address-cells = <1>;
		#size-cells = <0>;
385
		clocks = <&clock CLK_SPI0>, <&clock CLK_SCLK_SPI0>;
386
		clock-names = "spi", "spi_busclk0";
387 388
		pinctrl-names = "default";
		pinctrl-0 = <&spi0_bus>;
389 390 391 392
	};

	spi_1: spi@12d30000 {
		compatible = "samsung,exynos4210-spi";
393
		status = "disabled";
394 395
		reg = <0x12d30000 0x100>;
		interrupts = <0 67 0>;
396 397 398
		dmas = <&pdma1 5
			&pdma1 4>;
		dma-names = "tx", "rx";
399 400
		#address-cells = <1>;
		#size-cells = <0>;
401
		clocks = <&clock CLK_SPI1>, <&clock CLK_SCLK_SPI1>;
402
		clock-names = "spi", "spi_busclk0";
403 404
		pinctrl-names = "default";
		pinctrl-0 = <&spi1_bus>;
405 406 407 408
	};

	spi_2: spi@12d40000 {
		compatible = "samsung,exynos4210-spi";
409
		status = "disabled";
410 411
		reg = <0x12d40000 0x100>;
		interrupts = <0 68 0>;
412 413 414
		dmas = <&pdma0 7
			&pdma0 6>;
		dma-names = "tx", "rx";
415 416
		#address-cells = <1>;
		#size-cells = <0>;
417
		clocks = <&clock CLK_SPI2>, <&clock CLK_SCLK_SPI2>;
418
		clock-names = "spi", "spi_busclk0";
419 420
		pinctrl-names = "default";
		pinctrl-0 = <&spi2_bus>;
421 422
	};

423
	mmc_0: mmc@12200000 {
424 425 426 427
		compatible = "samsung,exynos5250-dw-mshc";
		interrupts = <0 75 0>;
		#address-cells = <1>;
		#size-cells = <0>;
428
		reg = <0x12200000 0x1000>;
429
		clocks = <&clock CLK_SDMMC0>, <&clock CLK_SCLK_MMC0>;
430
		clock-names = "biu", "ciu";
431
		fifo-depth = <0x80>;
432
		status = "disabled";
433 434
	};

435
	mmc_1: mmc@12210000 {
436 437 438 439
		compatible = "samsung,exynos5250-dw-mshc";
		interrupts = <0 76 0>;
		#address-cells = <1>;
		#size-cells = <0>;
440
		reg = <0x12210000 0x1000>;
441
		clocks = <&clock CLK_SDMMC1>, <&clock CLK_SCLK_MMC1>;
442
		clock-names = "biu", "ciu";
443
		fifo-depth = <0x80>;
444
		status = "disabled";
445 446
	};

447
	mmc_2: mmc@12220000 {
448 449 450 451
		compatible = "samsung,exynos5250-dw-mshc";
		interrupts = <0 77 0>;
		#address-cells = <1>;
		#size-cells = <0>;
452
		reg = <0x12220000 0x1000>;
453
		clocks = <&clock CLK_SDMMC2>, <&clock CLK_SCLK_MMC2>;
454
		clock-names = "biu", "ciu";
455
		fifo-depth = <0x80>;
456
		status = "disabled";
457 458
	};

459
	mmc_3: mmc@12230000 {
460 461 462 463 464
		compatible = "samsung,exynos5250-dw-mshc";
		reg = <0x12230000 0x1000>;
		interrupts = <0 78 0>;
		#address-cells = <1>;
		#size-cells = <0>;
465
		clocks = <&clock CLK_SDMMC3>, <&clock CLK_SCLK_MMC3>;
466
		clock-names = "biu", "ciu";
467
		fifo-depth = <0x80>;
468
		status = "disabled";
469 470
	};

471
	i2s0: i2s@03830000 {
472
		compatible = "samsung,s5pv210-i2s";
473
		status = "disabled";
474
		reg = <0x03830000 0x100>;
475 476 477 478
		dmas = <&pdma0 10
			&pdma0 9
			&pdma0 8>;
		dma-names = "tx", "rx", "tx-sec";
479 480 481 482
		clocks = <&clock_audss EXYNOS_I2S_BUS>,
			<&clock_audss EXYNOS_I2S_BUS>,
			<&clock_audss EXYNOS_SCLK_I2S>;
		clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
483
		samsung,idma-addr = <0x03000000>;
484 485
		pinctrl-names = "default";
		pinctrl-0 = <&i2s0_bus>;
486 487
	};

488
	i2s1: i2s@12D60000 {
489
		compatible = "samsung,s3c6410-i2s";
490
		status = "disabled";
491 492 493 494
		reg = <0x12D60000 0x100>;
		dmas = <&pdma1 12
			&pdma1 11>;
		dma-names = "tx", "rx";
495
		clocks = <&clock CLK_I2S1>, <&clock CLK_DIV_I2S1>;
496
		clock-names = "iis", "i2s_opclk0";
497 498
		pinctrl-names = "default";
		pinctrl-0 = <&i2s1_bus>;
499 500
	};

501
	i2s2: i2s@12D70000 {
502
		compatible = "samsung,s3c6410-i2s";
503
		status = "disabled";
504 505 506 507
		reg = <0x12D70000 0x100>;
		dmas = <&pdma0 12
			&pdma0 11>;
		dma-names = "tx", "rx";
508
		clocks = <&clock CLK_I2S2>, <&clock CLK_DIV_I2S2>;
509
		clock-names = "iis", "i2s_opclk0";
510 511
		pinctrl-names = "default";
		pinctrl-0 = <&i2s2_bus>;
512 513
	};

514 515
	usb@12000000 {
		compatible = "samsung,exynos5250-dwusb3";
516
		clocks = <&clock CLK_USB3>;
517 518 519 520 521 522 523 524 525 526 527 528 529 530
		clock-names = "usbdrd30";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		dwc3 {
			compatible = "synopsys,dwc3";
			reg = <0x12000000 0x10000>;
			interrupts = <0 72 0>;
			usb-phy = <&usb2_phy &usb3_phy>;
		};
	};

	usb3_phy: usbphy@12100000 {
531 532
		compatible = "samsung,exynos5250-usb3phy";
		reg = <0x12100000 0x100>;
533
		clocks = <&clock CLK_FIN_PLL>, <&clock CLK_USB3>;
534 535 536 537 538 539 540 541 542 543
		clock-names = "ext_xtal", "usbdrd30";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		usbphy-sys {
			reg = <0x10040704 0x8>;
		};
	};

544 545 546 547
	usb@12110000 {
		compatible = "samsung,exynos4210-ehci";
		reg = <0x12110000 0x100>;
		interrupts = <0 71 0>;
548

549
		clocks = <&clock CLK_USB2>;
550
		clock-names = "usbhost";
551 552
	};

553 554 555 556
	usb@12120000 {
		compatible = "samsung,exynos4210-ohci";
		reg = <0x12120000 0x100>;
		interrupts = <0 71 0>;
557

558
		clocks = <&clock CLK_USB2>;
559
		clock-names = "usbhost";
560 561
	};

562
	usb2_phy: usbphy@12130000 {
563 564
		compatible = "samsung,exynos5250-usb2phy";
		reg = <0x12130000 0x100>;
565
		clocks = <&clock CLK_FIN_PLL>, <&clock CLK_USB2>;
566 567 568 569 570 571 572 573 574 575 576
		clock-names = "ext_xtal", "usbhost";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		usbphy-sys {
			reg = <0x10040704 0x8>,
			      <0x10050230 0x4>;
		};
	};

577 578 579 580 581
	pwm: pwm@12dd0000 {
		compatible = "samsung,exynos4210-pwm";
		reg = <0x12dd0000 0x100>;
		samsung,pwm-outputs = <0>, <1>, <2>, <3>;
		#pwm-cells = <3>;
582
		clocks = <&clock CLK_PWM>;
583 584 585
		clock-names = "timers";
	};

586 587 588 589 590 591 592 593 594 595 596
	amba {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "arm,amba-bus";
		interrupt-parent = <&gic>;
		ranges;

		pdma0: pdma@121A0000 {
			compatible = "arm,pl330", "arm,primecell";
			reg = <0x121A0000 0x1000>;
			interrupts = <0 34 0>;
597
			clocks = <&clock CLK_PDMA0>;
598
			clock-names = "apb_pclk";
599 600 601
			#dma-cells = <1>;
			#dma-channels = <8>;
			#dma-requests = <32>;
602 603 604 605 606 607
		};

		pdma1: pdma@121B0000 {
			compatible = "arm,pl330", "arm,primecell";
			reg = <0x121B0000 0x1000>;
			interrupts = <0 35 0>;
608
			clocks = <&clock CLK_PDMA1>;
609
			clock-names = "apb_pclk";
610 611 612
			#dma-cells = <1>;
			#dma-channels = <8>;
			#dma-requests = <32>;
613 614
		};

615
		mdma0: mdma@10800000 {
616 617 618
			compatible = "arm,pl330", "arm,primecell";
			reg = <0x10800000 0x1000>;
			interrupts = <0 33 0>;
619
			clocks = <&clock CLK_MDMA0>;
620
			clock-names = "apb_pclk";
621 622 623
			#dma-cells = <1>;
			#dma-channels = <8>;
			#dma-requests = <1>;
624 625
		};

626
		mdma1: mdma@11C10000 {
627 628 629
			compatible = "arm,pl330", "arm,primecell";
			reg = <0x11C10000 0x1000>;
			interrupts = <0 124 0>;
630
			clocks = <&clock CLK_MDMA1>;
631
			clock-names = "apb_pclk";
632 633 634
			#dma-cells = <1>;
			#dma-channels = <8>;
			#dma-requests = <1>;
635 636 637
		};
	};

638
	gsc_0:  gsc@13e00000 {
639 640 641
		compatible = "samsung,exynos5-gsc";
		reg = <0x13e00000 0x1000>;
		interrupts = <0 85 0>;
642
		samsung,power-domain = <&pd_gsc>;
643
		clocks = <&clock CLK_GSCL0>;
644
		clock-names = "gscl";
645 646
	};

647
	gsc_1:  gsc@13e10000 {
648 649 650
		compatible = "samsung,exynos5-gsc";
		reg = <0x13e10000 0x1000>;
		interrupts = <0 86 0>;
651
		samsung,power-domain = <&pd_gsc>;
652
		clocks = <&clock CLK_GSCL1>;
653
		clock-names = "gscl";
654 655
	};

656
	gsc_2:  gsc@13e20000 {
657 658 659
		compatible = "samsung,exynos5-gsc";
		reg = <0x13e20000 0x1000>;
		interrupts = <0 87 0>;
660
		samsung,power-domain = <&pd_gsc>;
661
		clocks = <&clock CLK_GSCL2>;
662
		clock-names = "gscl";
663 664
	};

665
	gsc_3:  gsc@13e30000 {
666 667 668
		compatible = "samsung,exynos5-gsc";
		reg = <0x13e30000 0x1000>;
		interrupts = <0 88 0>;
669
		samsung,power-domain = <&pd_gsc>;
670
		clocks = <&clock CLK_GSCL3>;
671
		clock-names = "gscl";
672
	};
673 674

	hdmi {
675
		compatible = "samsung,exynos4212-hdmi";
S
Sean Paul 已提交
676
		reg = <0x14530000 0x70000>;
677
		interrupts = <0 95 0>;
678 679 680
		clocks = <&clock CLK_HDMI>, <&clock CLK_SCLK_HDMI>,
			 <&clock CLK_SCLK_PIXEL>, <&clock CLK_SCLK_HDMIPHY>,
			 <&clock CLK_MOUT_HDMI>;
681
		clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
682
				"sclk_hdmiphy", "mout_hdmi";
683
	};
684 685

	mixer {
686
		compatible = "samsung,exynos5250-mixer";
687 688
		reg = <0x14450000 0x10000>;
		interrupts = <0 94 0>;
689
		clocks = <&clock CLK_MIXER>, <&clock CLK_SCLK_HDMI>;
690
		clock-names = "mixer", "sclk_hdmi";
691
	};
692

693 694 695 696 697 698 699
	dp_phy: video-phy@10040720 {
		compatible = "samsung,exynos5250-dp-video-phy";
		reg = <0x10040720 4>;
		#phy-cells = <0>;
	};

	dp-controller@145B0000 {
700
		clocks = <&clock CLK_DP>;
701
		clock-names = "dp";
702 703
		phys = <&dp_phy>;
		phy-names = "dp";
704
	};
705

706
	fimd@14400000 {
707
		clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
708 709
		clock-names = "sclk_fimd", "fimd";
	};
710 711 712 713 714

	adc: adc@12D10000 {
		compatible = "samsung,exynos-adc-v1";
		reg = <0x12D10000 0x100>, <0x10040718 0x4>;
		interrupts = <0 106 0>;
715
		clocks = <&clock CLK_ADC>;
716 717 718 719 720
		clock-names = "adc";
		#io-channel-cells = <1>;
		io-channel-ranges;
		status = "disabled";
	};
721 722 723 724 725 726 727 728

	sss@10830000 {
		compatible = "samsung,exynos4210-secss";
		reg = <0x10830000 0x10000>;
		interrupts = <0 112 0>;
		clocks = <&clock 348>;
		clock-names = "secss";
	};
729
};