1/*
2 * SAMSUNG SMDK5420 board device tree source
3 *
4 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
5 *		http://www.samsung.com
6 *
7 * SPDX-License-Identifier:	GPL-2.0+
8 */
9
10/dts-v1/;
11#include "exynos54xx.dtsi"
12
13/ {
14	model = "SAMSUNG SMDK5420 board based on EXYNOS5420";
15	compatible = "samsung,smdk5420", "samsung,exynos5";
16
17	config {
18		hwid = "smdk5420 TEST A-A 9382";
19	};
20
21	aliases {
22		serial0 = "/serial@12C30000";
23		console = "/serial@12C30000";
24	};
25
26	tmu@10060000 {
27		samsung,min-temp	= <25>;
28		samsung,max-temp	= <125>;
29		samsung,start-warning	= <95>;
30		samsung,start-tripping	= <105>;
31		samsung,hw-tripping	= <110>;
32		samsung,efuse-min-value	= <40>;
33		samsung,efuse-value	= <55>;
34		samsung,efuse-max-value	= <100>;
35		samsung,slope		= <274761730>;
36		samsung,dc-value	= <25>;
37	};
38
39	/* s2mps11 is on i2c bus 4 */
40	i2c@12ca0000 {
41		#address-cells = <1>;
42		#size-cells = <0>;
43		pmic@66 {
44			reg = <0x66>;
45			compatible = "samsung,s2mps11-pmic";
46		};
47	};
48
49	spi@12d20000 { /* spi0 */
50		spi-max-frequency = <50000000>;
51		firmware_storage_spi: flash@0 {
52			reg = <0>;
53		};
54	};
55
56	fimd@14400000 {
57		samsung,vl-freq = <60>;
58		samsung,vl-col = <2560>;
59		samsung,vl-row = <1600>;
60		samsung,vl-width = <2560>;
61		samsung,vl-height = <1600>;
62
63		samsung,vl-clkp;
64		samsung,vl-dp;
65		samsung,vl-bpix = <4>;
66
67		samsung,vl-hspw = <32>;
68		samsung,vl-hbpd = <80>;
69		samsung,vl-hfpd = <48>;
70		samsung,vl-vspw = <6>;
71		samsung,vl-vbpd = <37>;
72		samsung,vl-vfpd = <3>;
73		samsung,vl-cmd-allow-len = <0xf>;
74
75		samsung,winid = <3>;
76		samsung,interface-mode = <1>;
77		samsung,dp-enabled = <1>;
78		samsung,dual-lcd-enabled = <0>;
79	};
80
81	sound@3830000 {
82		samsung,codec-type = "wm8994";
83	};
84
85	i2c@12c70000 {
86		soundcodec@1a {
87			reg = <0x1a>;
88			compatible = "wolfson,wm8994-codec";
89		};
90	};
91
92	mmc@12200000 {
93		samsung,bus-width = <8>;
94		samsung,timing = <1 3 3>;
95		samsung,removable = <0>;
96		samsung,pre-init;
97	};
98
99	mmc@12210000 {
100		status = "disabled";
101	};
102
103	mmc@12220000 {
104		samsung,bus-width = <4>;
105		samsung,timing = <1 2 3>;
106		samsung,removable = <1>;
107	};
108
109	mmc@12230000 {
110		status = "disabled";
111	};
112
113	fimd@14400000 {
114		/* sysmmu is not used in U-Boot */
115		samsung,disable-sysmmu;
116	};
117
118	dp@145b0000 {
119		samsung,lt-status = <0>;
120
121		samsung,master-mode = <0>;
122		samsung,bist-mode = <0>;
123		samsung,bist-pattern = <0>;
124		samsung,h-sync-polarity = <0>;
125		samsung,v-sync-polarity = <0>;
126		samsung,interlaced = <0>;
127		samsung,color-space = <0>;
128		samsung,dynamic-range = <0>;
129		samsung,ycbcr-coeff = <0>;
130		samsung,color-depth = <1>;
131	};
132
133	dmc {
134		mem-type = "ddr3";
135	};
136
137	xhci1: xhci@12400000 {
138		compatible = "samsung,exynos5250-xhci";
139		reg = <0x12400000 0x10000>;
140		#address-cells = <1>;
141		#size-cells = <1>;
142
143		phy {
144			compatible = "samsung,exynos5250-usb3-phy";
145			reg = <0x12500000 0x100>;
146		};
147	};
148};
149