exynos4412-odroid-common.dtsi 11.3 KB
Newer Older
1 2 3 4 5 6 7 8 9
/*
 * Common definition for Hardkernel's Exynos4412 based ODROID-X/X2/U2/U3 boards
 * device tree source
 *
 * 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.
*/

10
#include <dt-bindings/sound/samsung-i2s.h>
11
#include <dt-bindings/input/input.h>
12
#include <dt-bindings/clock/maxim,max77686.h>
13 14 15
#include "exynos4412.dtsi"

/ {
16 17 18 19
	chosen {
		stdout-path = &serial_1;
	};

20 21 22 23 24
	firmware@0204F000 {
		compatible = "samsung,secure-firmware";
		reg = <0x0204F000 0x1000>;
	};

25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
	gpio_keys {
		compatible = "gpio-keys";
		pinctrl-names = "default";
		pinctrl-0 = <&gpio_power_key>;

		power_key {
			interrupt-parent = <&gpx1>;
			interrupts = <3 0>;
			gpios = <&gpx1 3 1>;
			linux,code = <KEY_POWER>;
			label = "power key";
			debounce-interval = <10>;
			gpio-key,wakeup;
		};
	};

41 42 43 44 45
	i2s0: i2s@03830000 {
		pinctrl-0 = <&i2s0_bus>;
		pinctrl-names = "default";
		status = "okay";
		clocks = <&clock_audss EXYNOS_I2S_BUS>,
46 47 48
			 <&clock_audss EXYNOS_DOUT_AUD_BUS>,
			 <&clock_audss EXYNOS_SCLK_I2S>;
		clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
49 50 51
	};

	sound: sound {
52
		compatible = "simple-audio-card";
53 54 55 56 57 58 59 60 61 62
		assigned-clocks = <&clock_audss EXYNOS_MOUT_AUDSS>,
				<&clock_audss EXYNOS_MOUT_I2S>,
				<&clock_audss EXYNOS_DOUT_SRP>,
				<&clock_audss EXYNOS_DOUT_AUD_BUS>;
		assigned-clock-parents = <&clock CLK_FOUT_EPLL>,
				<&clock_audss EXYNOS_MOUT_AUDSS>;
		assigned-clock-rates = <0>,
				<0>,
				<192000000>,
				<19200000>;
63 64 65 66 67 68 69 70 71 72 73 74 75 76

		simple-audio-card,format = "i2s";
		simple-audio-card,bitclock-master = <&link0_codec>;
		simple-audio-card,frame-master = <&link0_codec>;

		simple-audio-card,cpu {
			sound-dai = <&i2s0 0>;
			system-clock-frequency = <19200000>;
		};

		link0_codec: simple-audio-card,codec {
			sound-dai = <&max98090>;
			clocks = <&i2s0 CLK_I2S_CDCLK>;
		};
77 78
	};

79 80 81 82 83 84 85
	emmc_pwrseq: pwrseq {
		pinctrl-0 = <&sd1_cd>;
		pinctrl-names = "default";
		compatible = "mmc-pwrseq-emmc";
		reset-gpios = <&gpk1 2 1>;
	};

86 87 88 89
	mmc@12550000 {
		pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
		pinctrl-names = "default";
		vmmc-supply = <&ldo20_reg &buck8_reg>;
90
		mmc-pwrseq = <&emmc_pwrseq>;
91 92 93 94 95 96 97 98
		status = "okay";

		num-slots = <1>;
		broken-cd;
		card-detect-delay = <200>;
		samsung,dw-mshc-ciu-div = <3>;
		samsung,dw-mshc-sdr-timing = <2 3>;
		samsung,dw-mshc-ddr-timing = <1 2>;
99 100
		bus-width = <8>;
		cap-mmc-highspeed;
101 102 103 104 105 106 107 108
	};

	watchdog@10060000 {
		status = "okay";
	};

	rtc@10070000 {
		status = "okay";
109 110
		clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
		clock-names = "rtc", "rtc_src";
111 112 113 114 115 116 117 118 119 120 121 122 123
	};

	g2d@10800000 {
		status = "okay";
	};

	camera {
		status = "okay";
		pinctrl-names = "default";
		pinctrl-0 = <>;

		fimc_0: fimc@11800000 {
			status = "okay";
124 125 126 127
			assigned-clocks = <&clock CLK_MOUT_FIMC0>,
					<&clock CLK_SCLK_FIMC0>;
			assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
			assigned-clock-rates = <0>, <176000000>;
128 129 130 131
		};

		fimc_1: fimc@11810000 {
			status = "okay";
132 133 134 135
			assigned-clocks = <&clock CLK_MOUT_FIMC1>,
					<&clock CLK_SCLK_FIMC1>;
			assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
			assigned-clock-rates = <0>, <176000000>;
136 137 138 139
		};

		fimc_2: fimc@11820000 {
			status = "okay";
140 141 142 143
			assigned-clocks = <&clock CLK_MOUT_FIMC2>,
					<&clock CLK_SCLK_FIMC2>;
			assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
			assigned-clock-rates = <0>, <176000000>;
144 145 146 147
		};

		fimc_3: fimc@11830000 {
			status = "okay";
148 149 150 151
			assigned-clocks = <&clock CLK_MOUT_FIMC3>,
					<&clock CLK_SCLK_FIMC3>;
			assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
			assigned-clock-rates = <0>, <176000000>;
152 153 154 155 156 157 158 159
		};
	};

	sdhci@12530000 {
		bus-width = <4>;
		pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
		pinctrl-names = "default";
		vmmc-supply = <&ldo4_reg &ldo21_reg>;
160 161
		cd-gpios = <&gpk2 2 0>;
		cd-inverted;
162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
		status = "okay";
	};

	serial@13800000 {
		status = "okay";
	};

	serial@13810000 {
		status = "okay";
	};

	fixed-rate-clocks {
		xxti {
			compatible = "samsung,clock-xxti";
			clock-frequency = <0>;
		};

		xusbxti {
			compatible = "samsung,clock-xusbxti";
			clock-frequency = <24000000>;
		};
	};

	i2c@13860000 {
		pinctrl-0 = <&i2c0_bus>;
		pinctrl-names = "default";
188 189
		samsung,i2c-sda-delay = <100>;
		samsung,i2c-max-bus-freq = <400000>;
190 191 192 193 194 195 196 197 198 199 200 201 202 203
		status = "okay";

		usb3503: usb3503@08 {
			compatible = "smsc,usb3503";
			reg = <0x08>;

			intn-gpios = <&gpx3 0 0>;
			connect-gpios = <&gpx3 4 0>;
			reset-gpios = <&gpx3 5 0>;
			initial-mode = <1>;
		};

		max77686: pmic@09 {
			compatible = "maxim,max77686";
204 205 206 207
			interrupt-parent = <&gpx3>;
			interrupts = <2 0>;
			pinctrl-names = "default";
			pinctrl-0 = <&max77686_irq>;
208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
			reg = <0x09>;
			#clock-cells = <1>;

			voltage-regulators {
				ldo1_reg: LDO1 {
					regulator-name = "VDD_ALIVE_1.0V";
					regulator-min-microvolt = <1000000>;
					regulator-max-microvolt = <1000000>;
					regulator-always-on;
				};

				ldo2_reg: LDO2 {
					regulator-name = "VDDQ_M1_2_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
					regulator-always-on;
				};

				ldo3_reg: LDO3 {
					regulator-name = "VDDQ_EXT_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
					regulator-always-on;
				};

				ldo4_reg: LDO4 {
					regulator-name = "VDDQ_MMC2_2.8V";
					regulator-min-microvolt = <2800000>;
					regulator-max-microvolt = <2800000>;
					regulator-always-on;
					regulator-boot-on;
				};

				ldo5_reg: LDO5 {
					regulator-name = "VDDQ_MMC1_3_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
					regulator-always-on;
					regulator-boot-on;
				};

				ldo6_reg: LDO6 {
					regulator-name = "VDD10_MPLL_1.0V";
					regulator-min-microvolt = <1000000>;
					regulator-max-microvolt = <1000000>;
					regulator-always-on;
				};

				ldo7_reg: LDO7 {
					regulator-name = "VDD10_XPLL_1.0V";
					regulator-min-microvolt = <1000000>;
					regulator-max-microvolt = <1000000>;
					regulator-always-on;
				};

263 264 265 266 267 268 269 270 271 272
				ldo8_reg: ldo@8 {
					regulator-compatible = "LDO8";
					regulator-name = "VDD10_HDMI_1.0V";
					regulator-min-microvolt = <1000000>;
					regulator-max-microvolt = <1000000>;
				};

				ldo10_reg: ldo@10 {
					regulator-compatible = "LDO10";
					regulator-name = "VDDQ_MIPIHSI_1.8V";
273 274 275 276
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
				};

277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409
				ldo11_reg: LDO11 {
					regulator-name = "VDD18_ABB1_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
					regulator-always-on;
				};

				ldo12_reg: LDO12 {
					regulator-name = "VDD33_USB_3.3V";
					regulator-min-microvolt = <3300000>;
					regulator-max-microvolt = <3300000>;
					regulator-always-on;
					regulator-boot-on;
				};

				ldo13_reg: LDO13 {
					regulator-name = "VDDQ_C2C_W_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
					regulator-always-on;
					regulator-boot-on;
				};

				ldo14_reg: LDO14 {
					regulator-name = "VDD18_ABB0_2_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
					regulator-always-on;
					regulator-boot-on;
				};

				ldo15_reg: LDO15 {
					regulator-name = "VDD10_HSIC_1.0V";
					regulator-min-microvolt = <1000000>;
					regulator-max-microvolt = <1000000>;
					regulator-always-on;
					regulator-boot-on;
				};

				ldo16_reg: LDO16 {
					regulator-name = "VDD18_HSIC_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
					regulator-always-on;
					regulator-boot-on;
				};

				ldo20_reg: LDO20 {
					regulator-name = "LDO20_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
					regulator-boot-on;
				};

				ldo21_reg: LDO21 {
					regulator-name = "LDO21_3.3V";
					regulator-min-microvolt = <3300000>;
					regulator-max-microvolt = <3300000>;
					regulator-always-on;
					regulator-boot-on;
				};

				ldo25_reg: LDO25 {
					regulator-name = "VDDQ_LCD_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt = <1800000>;
					regulator-always-on;
					regulator-boot-on;
				};

				buck1_reg: BUCK1 {
					regulator-name = "vdd_mif";
					regulator-min-microvolt = <1000000>;
					regulator-max-microvolt = <1000000>;
					regulator-always-on;
					regulator-boot-on;
				};

				buck2_reg: BUCK2 {
					regulator-name = "vdd_arm";
					regulator-min-microvolt = <900000>;
					regulator-max-microvolt = <1350000>;
					regulator-always-on;
					regulator-boot-on;
				};

				buck3_reg: BUCK3 {
					regulator-name = "vdd_int";
					regulator-min-microvolt = <1000000>;
					regulator-max-microvolt = <1000000>;
					regulator-always-on;
					regulator-boot-on;
				};

				buck4_reg: BUCK4 {
					regulator-name = "vdd_g3d";
					regulator-min-microvolt = <900000>;
					regulator-max-microvolt = <1100000>;
					regulator-microvolt-offset = <50000>;
				};

				buck5_reg: BUCK5 {
					regulator-name = "VDDQ_CKEM1_2_1.2V";
					regulator-min-microvolt = <1200000>;
					regulator-max-microvolt = <1200000>;
					regulator-always-on;
					regulator-boot-on;
				};

				buck6_reg: BUCK6 {
					regulator-name = "BUCK6_1.35V";
					regulator-min-microvolt = <1350000>;
					regulator-max-microvolt = <1350000>;
					regulator-always-on;
					regulator-boot-on;
				};

				buck7_reg: BUCK7 {
					regulator-name = "BUCK7_2.0V";
					regulator-min-microvolt = <2000000>;
					regulator-max-microvolt = <2000000>;
					regulator-always-on;
				};

				buck8_reg: BUCK8 {
					regulator-name = "BUCK8_2.8V";
					regulator-min-microvolt = <2800000>;
					regulator-max-microvolt = <2800000>;
				};
			};
		};
	};

410 411 412 413 414 415 416 417 418
	i2c@13870000 {
		pinctrl-names = "default";
		pinctrl-0 = <&i2c1_bus>;
		status = "okay";
		max98090: max98090@10 {
			compatible = "maxim,max98090";
			reg = <0x10>;
			interrupt-parent = <&gpx0>;
			interrupts = <0 0>;
419 420
			clocks = <&i2s0 CLK_I2S_CDCLK>;
			clock-names = "mclk";
421
			#sound-dai-cells = <0>;
422 423 424
		};
	};

425 426 427 428 429
	exynos-usbphy@125B0000 {
		status = "okay";
	};

	hsotg@12480000 {
430
		dr_mode = "peripheral";
431 432 433 434 435 436 437 438
		status = "okay";
		vusb_d-supply = <&ldo15_reg>;
		vusb_a-supply = <&ldo12_reg>;
	};

	ehci: ehci@12580000 {
		status = "okay";
	};
439 440 441 442 443

	tmu@100C0000 {
		vtmu-supply = <&ldo10_reg>;
		status = "okay";
	};
444 445 446 447 448 449 450 451 452 453 454 455 456 457 458

	thermal-zones {
		cpu_thermal: cpu-thermal {
			cooling-maps {
				map0 {
				     /* Corresponds to 800MHz at freq_table */
				     cooling-device = <&cpu0 7 7>;
				};
				map1 {
				     /* Corresponds to 200MHz at freq_table */
				     cooling-device = <&cpu0 13 13>;
			       };
		       };
		};
	};
459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483

	mixer: mixer@12C10000 {
		status = "okay";
	};

	hdmi@12D00000 {
		hpd-gpio = <&gpx3 7 0>;
		pinctrl-names = "default";
		pinctrl-0 = <&hdmi_hpd>;
		vdd-supply = <&ldo8_reg>;
		vdd_osc-supply = <&ldo10_reg>;
		vdd_pll-supply = <&ldo8_reg>;
		ddc = <&hdmi_ddc>;
		status = "okay";
	};

	hdmi_ddc: i2c@13880000 {
		status = "okay";
		pinctrl-names = "default";
		pinctrl-0 = <&i2c2_bus>;
	};

	i2c@138E0000 {
		status = "okay";
	};
484
};
485

486 487 488 489 490 491
/* RSTN signal for eMMC */
&sd1_cd {
	samsung,pin-pud = <0>;
	samsung,pin-drv = <0>;
};

492 493 494 495 496
&pinctrl_1 {
	gpio_power_key: power_key {
		samsung,pins = "gpx1-3";
		samsung,pin-pud = <0>;
	};
497 498 499 500 501 502 503

	max77686_irq: max77686-irq {
		samsung,pins = "gpx3-2";
		samsung,pin-function = <0>;
		samsung,pin-pud = <0>;
		samsung,pin-drv = <0>;
	};
504 505 506 507 508

	hdmi_hpd: hdmi-hpd {
		samsung,pins = "gpx3-7";
		samsung,pin-pud = <1>;
	};
509
};