exynos4210-origen.dts 7.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
 * Samsung's Exynos4210 based Origen board device tree source
 *
 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
 *		http://www.samsung.com
 * Copyright (c) 2010-2011 Linaro Ltd.
 *		www.linaro.org
 *
 * Device tree source file for Insignal's Origen board which is based on
 * Samsung's Exynos4210 SoC.
 *
 * 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.
*/

/dts-v1/;
18
#include "exynos4210.dtsi"
19
#include <dt-bindings/input/input.h>
20 21 22

/ {
	model = "Insignal Origen evaluation board based on Exynos4210";
23
	compatible = "insignal,origen", "samsung,exynos4210", "samsung,exynos4";
24 25

	memory {
26 27 28 29
		reg = <0x40000000 0x10000000
		       0x50000000 0x10000000
		       0x60000000 0x10000000
		       0x70000000 0x10000000>;
30 31 32 33
	};

	chosen {
		bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
34
		stdout-path = &serial_2;
35 36
	};

37 38 39 40 41 42 43 44 45 46 47 48 49 50
	regulators {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <0>;

		mmc_reg: regulator@0 {
			compatible = "regulator-fixed";
			reg = <0>;
			regulator-name = "VMEM_VDD_2.8V";
			regulator-min-microvolt = <2800000>;
			regulator-max-microvolt = <2800000>;
			gpio = <&gpx1 1 0>;
			enable-active-high;
		};
51 52
	};

53 54 55 56 57 58 59 60
	watchdog@10060000 {
		status = "okay";
	};

	rtc@10070000 {
		status = "okay";
	};

61 62 63 64
	tmu@100C0000 {
		status = "okay";
	};

65
	sdhci@12530000 {
66
		bus-width = <4>;
67 68
		pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
		pinctrl-names = "default";
69
		vmmc-supply = <&mmc_reg>;
70
		status = "okay";
71 72 73
	};

	sdhci@12510000 {
74
		bus-width = <4>;
75 76
		pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_cd>;
		pinctrl-names = "default";
77
		vmmc-supply = <&mmc_reg>;
78
		status = "okay";
79 80
	};

81 82 83 84
	g2d@12800000 {
		status = "okay";
	};

85 86 87 88 89 90
	codec@13400000 {
		samsung,mfc-r = <0x43000000 0x800000>;
		samsung,mfc-l = <0x51000000 0x800000>;
		status = "okay";
	};

91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
	serial@13800000 {
		status = "okay";
	};

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

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

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

107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 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 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
	i2c@13860000 {
		status = "okay";
		samsung,i2c-sda-delay = <100>;
		samsung,i2c-max-bus-freq = <20000>;
		pinctrl-0 = <&i2c0_bus>;
		pinctrl-names = "default";

		max8997_pmic@66 {
			compatible = "maxim,max8997-pmic";
			reg = <0x66>;
			interrupt-parent = <&gpx0>;
			interrupts = <4 0>, <3 0>;

			max8997,pmic-buck1-dvs-voltage = <1350000>;
			max8997,pmic-buck2-dvs-voltage = <1100000>;
			max8997,pmic-buck5-dvs-voltage = <1200000>;

			regulators {
				ldo1_reg: LDO1 {
					regulator-name = "VDD_ABB_3.3V";
					regulator-min-microvolt = <3300000>;
					regulator-max-microvolt = <3300000>;
				};

				ldo2_reg: LDO2 {
					regulator-name = "VDD_ALIVE_1.1V";
					regulator-min-microvolt = <1100000>;
					regulator-max-microvolt = <1100000>;
					regulator-always-on;
				};

				ldo3_reg: LDO3 {
					regulator-name = "VMIPI_1.1V";
					regulator-min-microvolt = <1100000>;
					regulator-max-microvolt = <1100000>;
				};

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

				ldo6_reg: LDO6 {
					regulator-name = "VMIPI_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt	= <1800000>;
					regulator-always-on;
				};

				ldo7_reg: LDO7 {
					regulator-name = "VDD_AUD_1.8V";
					regulator-min-microvolt = <1800000>;
					regulator-max-microvolt	= <1800000>;
				};

				ldo8_reg: LDO8 {
					regulator-name = "VADC_3.3V";
					regulator-min-microvolt = <3300000>;
					regulator-max-microvolt	= <3300000>;
				};

				ldo9_reg: LDO9 {
					regulator-name = "DVDD_SWB_2.8V";
					regulator-min-microvolt = <2800000>;
					regulator-max-microvolt	= <2800000>;
					regulator-always-on;
				};

				ldo10_reg: LDO10 {
					regulator-name = "VDD_PLL_1.1V";
					regulator-min-microvolt = <1100000>;
					regulator-max-microvolt	= <1100000>;
					regulator-always-on;
				};

				ldo11_reg: LDO11 {
					regulator-name = "VDD_AUD_3V";
					regulator-min-microvolt = <3000000>;
					regulator-max-microvolt	= <3000000>;
				};

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

				ldo17_reg: LDO17 {
					regulator-name = "VDD_SWB_3.3V";
					regulator-min-microvolt = <3300000>;
					regulator-max-microvolt	= <3300000>;
					regulator-always-on;
				};

				ldo21_reg: LDO21 {
					regulator-name = "VDD_MIF_1.2V";
					regulator-min-microvolt = <1200000>;
					regulator-max-microvolt	= <1200000>;
					regulator-always-on;
				};

				buck1_reg: BUCK1 {
212 213 214 215 216 217
					/*
					* HACK: The real name is VDD_ARM_1.2V,
					* but exynos-cpufreq does not support
					* DT-based regulator lookup yet.
					*/
					regulator-name = "vdd_arm";
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
					regulator-min-microvolt = <950000>;
					regulator-max-microvolt	= <1350000>;
					regulator-always-on;
					regulator-boot-on;
				};

				buck2_reg: BUCK2 {
					regulator-name = "VDD_INT_1.1V";
					regulator-min-microvolt = <900000>;
					regulator-max-microvolt	= <1100000>;
					regulator-always-on;
					regulator-boot-on;
				};

				buck3_reg: BUCK3 {
					regulator-name = "VDD_G3D_1.1V";
					regulator-min-microvolt = <900000>;
					regulator-max-microvolt = <1100000>;
				};

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

				buck7_reg: BUCK7 {
					regulator-name = "VDD_LCD_3.3V";
					regulator-min-microvolt = <3300000>;
					regulator-max-microvolt = <3300000>;
					regulator-boot-on;
250
					regulator-always-on;
251 252 253 254 255
				};
			};
		};
	};

256 257 258 259 260 261 262
	gpio_keys {
		compatible = "gpio-keys";
		#address-cells = <1>;
		#size-cells = <0>;

		up {
			label = "Up";
263
			gpios = <&gpx2 0 1>;
264
			linux,code = <KEY_UP>;
265
			gpio-key,wakeup;
266 267 268 269
		};

		down {
			label = "Down";
270
			gpios = <&gpx2 1 1>;
271
			linux,code = <KEY_DOWN>;
272
			gpio-key,wakeup;
273 274 275 276
		};

		back {
			label = "Back";
277
			gpios = <&gpx1 7 1>;
278
			linux,code = <KEY_BACK>;
279
			gpio-key,wakeup;
280 281 282 283
		};

		home {
			label = "Home";
284
			gpios = <&gpx1 6 1>;
285
			linux,code = <KEY_HOME>;
286
			gpio-key,wakeup;
287 288 289 290
		};

		menu {
			label = "Menu";
291
			gpios = <&gpx1 5 1>;
292
			linux,code = <KEY_MENU>;
293
			gpio-key,wakeup;
294 295 296
		};
	};

297 298 299
	leds {
		compatible = "gpio-leds";
		status {
300
			gpios = <&gpx1 3 1>;
301 302 303
			linux,default-trigger = "heartbeat";
		};
	};
304 305 306 307 308 309 310 311 312 313 314 315

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

		xusbxti {
			compatible = "samsung,clock-xusbxti";
			clock-frequency = <24000000>;
		};
	};
316 317 318 319 320 321 322 323 324 325

	fimd@11c00000 {
		pinctrl-0 = <&lcd_en &lcd_clk &lcd_data24 &pwm0_out>;
		pinctrl-names = "default";
		status = "okay";
	};

	display-timings {
		native-mode = <&timing0>;
		timing0: timing {
326
			clock-frequency = <47500000>;
327 328 329 330 331 332 333 334 335 336
			hactive = <1024>;
			vactive = <600>;
			hfront-porch = <64>;
			hback-porch = <16>;
			hsync-len = <48>;
			vback-porch = <64>;
			vfront-porch = <16>;
			vsync-len = <3>;
		};
	};
337
};