1279377Simp/*
2279377Simp * Samsung's Exynos5250 based Arndale board device tree source
3279377Simp *
4279377Simp * Copyright (c) 2013 Samsung Electronics Co., Ltd.
5279377Simp *		http://www.samsung.com
6279377Simp *
7279377Simp * This program is free software; you can redistribute it and/or modify
8279377Simp * it under the terms of the GNU General Public License version 2 as
9279377Simp * published by the Free Software Foundation.
10279377Simp */
11279377Simp
12279377Simp/dts-v1/;
13279377Simp#include <dt-bindings/gpio/gpio.h>
14279377Simp#include <dt-bindings/interrupt-controller/irq.h>
15279377Simp#include <dt-bindings/input/input.h>
16279377Simp#include "exynos5250.dtsi"
17279377Simp
18279377Simp/ {
19279377Simp	model = "Insignal Arndale evaluation board based on EXYNOS5250";
20279377Simp	compatible = "insignal,arndale", "samsung,exynos5250", "samsung,exynos5";
21279377Simp
22279377Simp	memory {
23279377Simp		reg = <0x40000000 0x80000000>;
24279377Simp	};
25279377Simp
26279377Simp	chosen {
27279377Simp		bootargs = "console=ttySAC2,115200";
28279377Simp	};
29279377Simp
30279377Simp	gpio_keys {
31279377Simp		compatible = "gpio-keys";
32279377Simp
33279377Simp		menu {
34279377Simp			label = "SW-TACT2";
35279377Simp			gpios = <&gpx1 4 GPIO_ACTIVE_LOW>;
36279377Simp			linux,code = <KEY_MENU>;
37279377Simp			gpio-key,wakeup;
38279377Simp		};
39279377Simp
40279377Simp		home {
41279377Simp			label = "SW-TACT3";
42279377Simp			gpios = <&gpx1 5 GPIO_ACTIVE_LOW>;
43279377Simp			linux,code = <KEY_HOME>;
44279377Simp			gpio-key,wakeup;
45279377Simp		};
46279377Simp
47279377Simp		up {
48279377Simp			label = "SW-TACT4";
49279377Simp			gpios = <&gpx1 6 GPIO_ACTIVE_LOW>;
50279377Simp			linux,code = <KEY_UP>;
51279377Simp			gpio-key,wakeup;
52279377Simp		};
53279377Simp
54279377Simp		down {
55279377Simp			label = "SW-TACT5";
56279377Simp			gpios = <&gpx1 7 GPIO_ACTIVE_LOW>;
57279377Simp			linux,code = <KEY_DOWN>;
58279377Simp			gpio-key,wakeup;
59279377Simp		};
60279377Simp
61279377Simp		back {
62279377Simp			label = "SW-TACT6";
63279377Simp			gpios = <&gpx2 0 GPIO_ACTIVE_LOW>;
64279377Simp			linux,code = <KEY_BACK>;
65279377Simp			gpio-key,wakeup;
66279377Simp		};
67279377Simp
68279377Simp		wakeup {
69279377Simp			label = "SW-TACT7";
70279377Simp			gpios = <&gpx2 1 GPIO_ACTIVE_LOW>;
71279377Simp			linux,code = <KEY_WAKEUP>;
72279377Simp			gpio-key,wakeup;
73279377Simp		};
74279377Simp	};
75279377Simp
76279377Simp	regulators {
77279377Simp		compatible = "simple-bus";
78279377Simp		#address-cells = <1>;
79279377Simp		#size-cells = <0>;
80279377Simp
81279377Simp		main_dc_reg: regulator@0 {
82279377Simp			compatible = "regulator-fixed";
83279377Simp			reg = <0>;
84279377Simp			regulator-name = "MAIN_DC";
85279377Simp		};
86279377Simp
87279377Simp		mmc_reg: regulator@1 {
88279377Simp			compatible = "regulator-fixed";
89279377Simp			reg = <1>;
90279377Simp			regulator-name = "VDD_33ON_2.8V";
91279377Simp			regulator-min-microvolt = <2800000>;
92279377Simp			regulator-max-microvolt = <2800000>;
93279377Simp			gpio = <&gpx1 1 GPIO_ACTIVE_LOW>;
94279377Simp			enable-active-high;
95279377Simp		};
96279377Simp
97279377Simp		reg_hdmi_en: regulator@2 {
98279377Simp			compatible = "regulator-fixed";
99279377Simp			reg = <2>;
100279377Simp			regulator-name = "hdmi-en";
101279377Simp		};
102279377Simp	};
103279377Simp
104279377Simp	fixed-rate-clocks {
105279377Simp		xxti {
106279377Simp			compatible = "samsung,clock-xxti";
107279377Simp			clock-frequency = <24000000>;
108279377Simp		};
109279377Simp	};
110279377Simp
111279377Simp	// SMSC USB3503 connected in hardware only mode as a PHY
112279377Simp	usb_hub: usb-hub {
113279377Simp		compatible = "smsc,usb3503a";
114279377Simp
115279377Simp		reset-gpios = <&gpx3 5 GPIO_ACTIVE_LOW>;
116279377Simp		connect-gpios = <&gpd1 7 GPIO_ACTIVE_LOW>;
117279377Simp	};
118279377Simp};
119279377Simp
120295436Sandrew&cpu0 {
121295436Sandrew	cpu0-supply = <&buck2_reg>;
122295436Sandrew};
123295436Sandrew
124279377Simp&dp {
125279377Simp	status = "okay";
126279377Simp	samsung,color-space = <0>;
127279377Simp	samsung,dynamic-range = <0>;
128279377Simp	samsung,ycbcr-coeff = <0>;
129279377Simp	samsung,color-depth = <1>;
130279377Simp	samsung,link-rate = <0x0a>;
131279377Simp	samsung,lane-count = <4>;
132279377Simp
133279377Simp	display-timings {
134279377Simp		native-mode = <&timing0>;
135279377Simp
136279377Simp		timing0: timing@0 {
137279377Simp			/* 2560x1600 DP panel */
138279377Simp			clock-frequency = <50000>;
139279377Simp			hactive = <2560>;
140279377Simp			vactive = <1600>;
141279377Simp			hfront-porch = <48>;
142279377Simp			hback-porch = <80>;
143279377Simp			hsync-len = <32>;
144279377Simp			vback-porch = <16>;
145279377Simp			vfront-porch = <8>;
146279377Simp			vsync-len = <6>;
147279377Simp		};
148279377Simp	};
149279377Simp};
150279377Simp
151295436Sandrew&fimd {
152295436Sandrew	status = "okay";
153295436Sandrew};
154295436Sandrew
155279377Simp&hdmi {
156279377Simp	hpd-gpio = <&gpx3 7 GPIO_ACTIVE_LOW>;
157279377Simp	vdd_osc-supply = <&ldo10_reg>;
158279377Simp	vdd_pll-supply = <&ldo8_reg>;
159279377Simp	vdd-supply = <&ldo8_reg>;
160279377Simp};
161279377Simp
162279377Simp&i2c_0 {
163279377Simp	status = "okay";
164279377Simp	samsung,i2c-sda-delay = <100>;
165279377Simp	samsung,i2c-max-bus-freq = <20000>;
166279377Simp	samsung,i2c-slave-addr = <0x66>;
167279377Simp
168279377Simp	s5m8767_pmic@66 {
169279377Simp		compatible = "samsung,s5m8767-pmic";
170279377Simp		reg = <0x66>;
171279377Simp		interrupt-parent = <&gpx3>;
172279377Simp		interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
173279377Simp
174279377Simp		vinb1-supply = <&main_dc_reg>;
175279377Simp		vinb2-supply = <&main_dc_reg>;
176279377Simp		vinb3-supply = <&main_dc_reg>;
177279377Simp		vinb4-supply = <&main_dc_reg>;
178279377Simp		vinb5-supply = <&main_dc_reg>;
179279377Simp		vinb6-supply = <&main_dc_reg>;
180279377Simp		vinb7-supply = <&main_dc_reg>;
181279377Simp		vinb8-supply = <&main_dc_reg>;
182279377Simp		vinb9-supply = <&main_dc_reg>;
183279377Simp
184279377Simp		vinl1-supply = <&buck7_reg>;
185279377Simp		vinl2-supply = <&buck7_reg>;
186279377Simp		vinl3-supply = <&buck7_reg>;
187279377Simp		vinl4-supply = <&main_dc_reg>;
188279377Simp		vinl5-supply = <&main_dc_reg>;
189279377Simp		vinl6-supply = <&main_dc_reg>;
190279377Simp		vinl7-supply = <&main_dc_reg>;
191279377Simp		vinl8-supply = <&buck8_reg>;
192279377Simp		vinl9-supply = <&buck8_reg>;
193279377Simp
194279377Simp		s5m8767,pmic-buck2-dvs-voltage = <1300000>;
195279377Simp		s5m8767,pmic-buck3-dvs-voltage = <1100000>;
196279377Simp		s5m8767,pmic-buck4-dvs-voltage = <1200000>;
197279377Simp		s5m8767,pmic-buck-dvs-gpios = <&gpd1 0 GPIO_ACTIVE_HIGH>,
198279377Simp		                              <&gpd1 1 GPIO_ACTIVE_HIGH>,
199279377Simp		                              <&gpd1 2 GPIO_ACTIVE_HIGH>;
200279377Simp		s5m8767,pmic-buck-ds-gpios = <&gpx2 3 GPIO_ACTIVE_HIGH>,
201279377Simp		                             <&gpx2 4 GPIO_ACTIVE_HIGH>,
202279377Simp		                             <&gpx2 5 GPIO_ACTIVE_HIGH>;
203279377Simp
204279377Simp		regulators {
205279377Simp			ldo1_reg: LDO1 {
206279377Simp				regulator-name = "VDD_ALIVE_1.0V";
207279377Simp				regulator-min-microvolt = <1100000>;
208279377Simp				regulator-max-microvolt = <1100000>;
209279377Simp				regulator-always-on;
210279377Simp				regulator-boot-on;
211279377Simp				op_mode = <1>;
212279377Simp			};
213279377Simp
214279377Simp			ldo2_reg: LDO2 {
215279377Simp				regulator-name = "VDD_28IO_DP_1.35V";
216279377Simp				regulator-min-microvolt = <1200000>;
217279377Simp				regulator-max-microvolt = <1200000>;
218279377Simp				regulator-always-on;
219279377Simp				regulator-boot-on;
220279377Simp				op_mode = <1>;
221279377Simp			};
222279377Simp
223279377Simp			ldo3_reg: LDO3 {
224279377Simp				regulator-name = "VDD_COMMON1_1.8V";
225279377Simp				regulator-min-microvolt = <1800000>;
226279377Simp				regulator-max-microvolt = <1800000>;
227279377Simp				regulator-always-on;
228279377Simp				regulator-boot-on;
229279377Simp				op_mode = <1>;
230279377Simp			};
231279377Simp
232279377Simp			ldo4_reg: LDO4 {
233279377Simp				regulator-name = "VDD_IOPERI_1.8V";
234279377Simp				regulator-min-microvolt = <1800000>;
235279377Simp				regulator-max-microvolt = <1800000>;
236279377Simp				regulator-always-on;
237279377Simp				op_mode = <1>;
238279377Simp			};
239279377Simp
240279377Simp			ldo5_reg: LDO5 {
241279377Simp				regulator-name = "VDD_EXT_1.8V";
242279377Simp				regulator-min-microvolt = <1800000>;
243279377Simp				regulator-max-microvolt = <1800000>;
244279377Simp				regulator-always-on;
245279377Simp				regulator-boot-on;
246279377Simp				op_mode = <1>;
247279377Simp			};
248279377Simp
249279377Simp			ldo6_reg: LDO6 {
250279377Simp				regulator-name = "VDD_MPLL_1.1V";
251279377Simp				regulator-min-microvolt = <1100000>;
252279377Simp				regulator-max-microvolt = <1100000>;
253279377Simp				regulator-always-on;
254279377Simp				regulator-boot-on;
255279377Simp				op_mode = <1>;
256279377Simp			};
257279377Simp
258279377Simp			ldo7_reg: LDO7 {
259279377Simp				regulator-name = "VDD_XPLL_1.1V";
260279377Simp				regulator-min-microvolt = <1100000>;
261279377Simp				regulator-max-microvolt = <1100000>;
262279377Simp				regulator-always-on;
263279377Simp				regulator-boot-on;
264279377Simp				op_mode = <1>;
265279377Simp			};
266279377Simp
267279377Simp			ldo8_reg: LDO8 {
268279377Simp				regulator-name = "VDD_COMMON2_1.0V";
269279377Simp				regulator-min-microvolt = <1000000>;
270279377Simp				regulator-max-microvolt = <1000000>;
271279377Simp				regulator-always-on;
272279377Simp				regulator-boot-on;
273279377Simp				op_mode = <1>;
274279377Simp			};
275279377Simp
276279377Simp			ldo9_reg: LDO9 {
277279377Simp				regulator-name = "VDD_33ON_3.0V";
278279377Simp				regulator-min-microvolt = <3000000>;
279279377Simp				regulator-max-microvolt = <3000000>;
280279377Simp				op_mode = <1>;
281279377Simp			};
282279377Simp
283279377Simp			ldo10_reg: LDO10 {
284279377Simp				regulator-name = "VDD_COMMON3_1.8V";
285279377Simp				regulator-min-microvolt = <1800000>;
286279377Simp				regulator-max-microvolt = <1800000>;
287279377Simp				regulator-always-on;
288279377Simp				regulator-boot-on;
289279377Simp				op_mode = <1>;
290279377Simp			};
291279377Simp
292279377Simp			ldo11_reg: LDO11 {
293279377Simp				regulator-name = "VDD_ABB2_1.8V";
294279377Simp				regulator-min-microvolt = <1800000>;
295279377Simp				regulator-max-microvolt = <1800000>;
296279377Simp				regulator-always-on;
297279377Simp				regulator-boot-on;
298279377Simp				op_mode = <1>;
299279377Simp			};
300279377Simp
301279377Simp			ldo12_reg: LDO12 {
302279377Simp				regulator-name = "VDD_USB_3.0V";
303279377Simp				regulator-min-microvolt = <3000000>;
304279377Simp				regulator-max-microvolt = <3000000>;
305279377Simp				regulator-always-on;
306279377Simp				regulator-boot-on;
307279377Simp				op_mode = <1>;
308279377Simp			};
309279377Simp
310279377Simp			ldo13_reg: LDO13 {
311279377Simp				regulator-name = "VDDQ_C2C_W_1.8V";
312279377Simp				regulator-min-microvolt = <1800000>;
313279377Simp				regulator-max-microvolt = <1800000>;
314279377Simp				regulator-always-on;
315279377Simp				regulator-boot-on;
316279377Simp				op_mode = <1>;
317279377Simp			};
318279377Simp
319279377Simp			ldo14_reg: LDO14 {
320279377Simp				regulator-name = "VDD18_ABB0_3_1.8V";
321279377Simp				regulator-min-microvolt = <1800000>;
322279377Simp				regulator-max-microvolt = <1800000>;
323279377Simp				regulator-always-on;
324279377Simp				regulator-boot-on;
325279377Simp				op_mode = <1>;
326279377Simp			};
327279377Simp
328279377Simp			ldo15_reg: LDO15 {
329279377Simp				regulator-name = "VDD10_COMMON4_1.0V";
330279377Simp				regulator-min-microvolt = <1000000>;
331279377Simp				regulator-max-microvolt = <1000000>;
332279377Simp				regulator-always-on;
333279377Simp				regulator-boot-on;
334279377Simp				op_mode = <1>;
335279377Simp			};
336279377Simp
337279377Simp			ldo16_reg: LDO16 {
338279377Simp				regulator-name = "VDD18_HSIC_1.8V";
339279377Simp				regulator-min-microvolt = <1800000>;
340279377Simp				regulator-max-microvolt = <1800000>;
341279377Simp				regulator-always-on;
342279377Simp				regulator-boot-on;
343279377Simp				op_mode = <1>;
344279377Simp			};
345279377Simp
346279377Simp			ldo17_reg: LDO17 {
347279377Simp				regulator-name = "VDDQ_MMC2_3_2.8V";
348279377Simp				regulator-min-microvolt = <2800000>;
349279377Simp				regulator-max-microvolt = <2800000>;
350279377Simp				regulator-always-on;
351279377Simp				regulator-boot-on;
352279377Simp				op_mode = <1>;
353279377Simp			};
354279377Simp
355279377Simp			ldo18_reg: LDO18 {
356279377Simp				regulator-name = "VDD_33ON_2.8V";
357279377Simp				regulator-min-microvolt = <2800000>;
358279377Simp				regulator-max-microvolt = <2800000>;
359279377Simp				op_mode = <1>;
360279377Simp			};
361279377Simp
362279377Simp			ldo22_reg: LDO22 {
363279377Simp				regulator-name = "EXT_33_OFF";
364279377Simp				regulator-min-microvolt = <3300000>;
365279377Simp				regulator-max-microvolt = <3300000>;
366279377Simp				op_mode = <1>;
367279377Simp			};
368279377Simp
369279377Simp			ldo23_reg: LDO23 {
370279377Simp				regulator-name = "EXT_28_OFF";
371279377Simp				regulator-min-microvolt = <2800000>;
372279377Simp				regulator-max-microvolt = <2800000>;
373279377Simp				op_mode = <1>;
374279377Simp			};
375279377Simp
376279377Simp			ldo25_reg: LDO25 {
377279377Simp				regulator-name = "PVDD_LDO25";
378279377Simp				regulator-min-microvolt = <1200000>;
379279377Simp				regulator-max-microvolt = <1200000>;
380279377Simp				op_mode = <1>;
381279377Simp			};
382279377Simp
383279377Simp			ldo26_reg: LDO26 {
384279377Simp				regulator-name = "EXT_18_OFF";
385279377Simp				regulator-min-microvolt = <1800000>;
386279377Simp				regulator-max-microvolt = <1800000>;
387279377Simp				op_mode = <1>;
388279377Simp			};
389279377Simp
390279377Simp			buck1_reg: BUCK1 {
391279377Simp				regulator-name = "vdd_mif";
392279377Simp				regulator-min-microvolt = <950000>;
393279377Simp				regulator-max-microvolt = <1200000>;
394279377Simp				regulator-always-on;
395279377Simp				regulator-boot-on;
396279377Simp				op_mode = <1>;
397279377Simp			};
398279377Simp
399279377Simp			buck2_reg: BUCK2 {
400279377Simp				regulator-name = "vdd_arm";
401279377Simp				regulator-min-microvolt = <912500>;
402279377Simp				regulator-max-microvolt = <1300000>;
403279377Simp				regulator-always-on;
404279377Simp				regulator-boot-on;
405279377Simp				op_mode = <1>;
406279377Simp			};
407279377Simp
408279377Simp			buck3_reg: BUCK3 {
409279377Simp				regulator-name = "vdd_int";
410279377Simp				regulator-min-microvolt = <900000>;
411279377Simp				regulator-max-microvolt = <1200000>;
412279377Simp				regulator-always-on;
413279377Simp				regulator-boot-on;
414279377Simp				op_mode = <1>;
415279377Simp			};
416279377Simp
417279377Simp			buck4_reg: BUCK4 {
418279377Simp				regulator-name = "vdd_g3d";
419279377Simp				regulator-min-microvolt = <1000000>;
420279377Simp				regulator-max-microvolt = <1000000>;
421279377Simp				regulator-always-on;
422279377Simp				regulator-boot-on;
423279377Simp				op_mode = <1>;
424279377Simp			};
425279377Simp
426279377Simp			buck5_reg: BUCK5 {
427279377Simp				regulator-name = "VDD_MEM_1.35V";
428279377Simp				regulator-min-microvolt = <750000>;
429279377Simp				regulator-max-microvolt = <1355000>;
430279377Simp				regulator-always-on;
431279377Simp				regulator-boot-on;
432279377Simp				op_mode = <1>;
433279377Simp			};
434279377Simp
435279377Simp			buck7_reg: BUCK7 {
436279377Simp				regulator-name = "PVDD_BUCK7";
437279377Simp				regulator-always-on;
438279377Simp				op_mode = <1>;
439279377Simp			};
440279377Simp
441279377Simp			buck8_reg: BUCK8 {
442279377Simp				regulator-name = "PVDD_BUCK8";
443279377Simp				regulator-always-on;
444279377Simp				op_mode = <1>;
445279377Simp			};
446279377Simp
447279377Simp			buck9_reg: BUCK9 {
448279377Simp				regulator-name = "VDD_33_OFF_EXT1";
449279377Simp				regulator-min-microvolt = <750000>;
450279377Simp				regulator-max-microvolt = <3000000>;
451279377Simp				op_mode = <1>;
452279377Simp			};
453279377Simp		};
454279377Simp	};
455279377Simp};
456279377Simp
457279377Simp&i2c_2 {
458279377Simp	status = "okay";
459279377Simp
460279377Simp	samsung,i2c-sda-delay = <100>;
461279377Simp	samsung,i2c-max-bus-freq = <66000>;
462279377Simp	samsung,i2c-slave-addr = <0x50>;
463279377Simp
464279377Simp	hdmiddc@50 {
465279377Simp		compatible = "samsung,exynos4210-hdmiddc";
466279377Simp		reg = <0x50>;
467279377Simp	};
468279377Simp};
469279377Simp
470279377Simp&i2c_3 {
471279377Simp	status = "okay";
472279377Simp
473279377Simp	wm1811a@1a {
474279377Simp		compatible = "wlf,wm1811";
475279377Simp		reg = <0x1a>;
476279377Simp
477279377Simp		AVDD2-supply = <&main_dc_reg>;
478279377Simp		CPVDD-supply = <&main_dc_reg>;
479279377Simp		DBVDD1-supply = <&main_dc_reg>;
480279377Simp		DBVDD2-supply = <&main_dc_reg>;
481279377Simp		DBVDD3-supply = <&main_dc_reg>;
482279377Simp		LDO1VDD-supply = <&main_dc_reg>;
483279377Simp		SPKVDD1-supply = <&main_dc_reg>;
484279377Simp		SPKVDD2-supply = <&main_dc_reg>;
485279377Simp
486279377Simp		wlf,ldo1ena = <&gpb0 0 GPIO_ACTIVE_HIGH>;
487279377Simp		wlf,ldo2ena = <&gpb0 1 GPIO_ACTIVE_HIGH>;
488279377Simp	};
489279377Simp};
490279377Simp
491279377Simp&i2c_8 {
492279377Simp	status = "okay";
493279377Simp
494279377Simp	samsung,i2c-sda-delay = <100>;
495279377Simp	samsung,i2c-max-bus-freq = <66000>;
496279377Simp	samsung,i2c-slave-addr = <0x38>;
497279377Simp
498279377Simp	hdmiphy@38 {
499279377Simp		compatible = "samsung,exynos4212-hdmiphy";
500279377Simp		reg = <0x38>;
501279377Simp	};
502279377Simp};
503279377Simp
504279377Simp&i2c_9 {
505279377Simp	status = "okay";
506279377Simp	samsung,i2c-sda-delay = <100>;
507279377Simp	samsung,i2c-max-bus-freq = <40000>;
508279377Simp	samsung,i2c-slave-addr = <0x38>;
509279377Simp
510279377Simp	sata_phy_i2c:sata-phy@38 {
511279377Simp		compatible = "samsung,exynos-sataphy-i2c";
512279377Simp		reg = <0x38>;
513279377Simp	};
514279377Simp};
515279377Simp
516279377Simp&i2s0 {
517279377Simp	status = "okay";
518279377Simp};
519279377Simp
520279377Simp&mfc {
521279377Simp	samsung,mfc-r = <0x43000000 0x800000>;
522279377Simp	samsung,mfc-l = <0x51000000 0x800000>;
523279377Simp};
524279377Simp
525279377Simp&mmc_0 {
526279377Simp	status = "okay";
527279377Simp	num-slots = <1>;
528279377Simp	broken-cd;
529279377Simp	card-detect-delay = <200>;
530279377Simp	samsung,dw-mshc-ciu-div = <3>;
531279377Simp	samsung,dw-mshc-sdr-timing = <2 3>;
532279377Simp	samsung,dw-mshc-ddr-timing = <1 2>;
533279377Simp	vmmc-supply = <&mmc_reg>;
534279377Simp	pinctrl-names = "default";
535279377Simp	pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_bus8>;
536279377Simp	bus-width = <8>;
537279377Simp	cap-mmc-highspeed;
538279377Simp};
539279377Simp
540279377Simp&mmc_2 {
541279377Simp	status = "okay";
542279377Simp	num-slots = <1>;
543279377Simp	card-detect-delay = <200>;
544279377Simp	samsung,dw-mshc-ciu-div = <3>;
545279377Simp	samsung,dw-mshc-sdr-timing = <2 3>;
546279377Simp	samsung,dw-mshc-ddr-timing = <1 2>;
547279377Simp	vmmc-supply = <&mmc_reg>;
548279377Simp	pinctrl-names = "default";
549279377Simp	pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
550279377Simp	bus-width = <4>;
551279377Simp	disable-wp;
552279377Simp	cap-sd-highspeed;
553279377Simp};
554279377Simp
555279377Simp&rtc {
556279377Simp	status = "okay";
557279377Simp};
558279377Simp
559279377Simp&sata {
560279377Simp	status = "okay";
561279377Simp};
562279377Simp
563279377Simp&sata_phy {
564279377Simp	status = "okay";
565279377Simp	samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;
566279377Simp};
567