ARM: dts: rk3288-evb: Add lvds device node on rk3288-evb board
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-evb.dtsi
1 /*
2  * This file is dual-licensed: you can use it either under the terms
3  * of the GPL or the X11 license, at your option. Note that this dual
4  * licensing only applies to this file, and not this project as a
5  * whole.
6  *
7  *  a) This file is free software; you can redistribute it and/or
8  *     modify it under the terms of the GNU General Public License as
9  *     published by the Free Software Foundation; either version 2 of the
10  *     License, or (at your option) any later version.
11  *
12  *     This file is distributed in the hope that it will be useful,
13  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
14  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  *     GNU General Public License for more details.
16  *
17  * Or, alternatively,
18  *
19  *  b) Permission is hereby granted, free of charge, to any person
20  *     obtaining a copy of this software and associated documentation
21  *     files (the "Software"), to deal in the Software without
22  *     restriction, including without limitation the rights to use,
23  *     copy, modify, merge, publish, distribute, sublicense, and/or
24  *     sell copies of the Software, and to permit persons to whom the
25  *     Software is furnished to do so, subject to the following
26  *     conditions:
27  *
28  *     The above copyright notice and this permission notice shall be
29  *     included in all copies or substantial portions of the Software.
30  *
31  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
32  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
33  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
34  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
35  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
36  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
38  *     OTHER DEALINGS IN THE SOFTWARE.
39  */
40
41 #include <dt-bindings/pwm/pwm.h>
42 #include "rk3288.dtsi"
43
44 / {
45         memory {
46                 device_type = "memory";
47                 reg = <0x0 0x80000000>;
48         };
49
50         backlight: backlight {
51                 compatible = "pwm-backlight";
52                 brightness-levels = <
53                           0   1   2   3   4   5   6   7
54                           8   9  10  11  12  13  14  15
55                          16  17  18  19  20  21  22  23
56                          24  25  26  27  28  29  30  31
57                          32  33  34  35  36  37  38  39
58                          40  41  42  43  44  45  46  47
59                          48  49  50  51  52  53  54  55
60                          56  57  58  59  60  61  62  63
61                          64  65  66  67  68  69  70  71
62                          72  73  74  75  76  77  78  79
63                          80  81  82  83  84  85  86  87
64                          88  89  90  91  92  93  94  95
65                          96  97  98  99 100 101 102 103
66                         104 105 106 107 108 109 110 111
67                         112 113 114 115 116 117 118 119
68                         120 121 122 123 124 125 126 127
69                         128 129 130 131 132 133 134 135
70                         136 137 138 139 140 141 142 143
71                         144 145 146 147 148 149 150 151
72                         152 153 154 155 156 157 158 159
73                         160 161 162 163 164 165 166 167
74                         168 169 170 171 172 173 174 175
75                         176 177 178 179 180 181 182 183
76                         184 185 186 187 188 189 190 191
77                         192 193 194 195 196 197 198 199
78                         200 201 202 203 204 205 206 207
79                         208 209 210 211 212 213 214 215
80                         216 217 218 219 220 221 222 223
81                         224 225 226 227 228 229 230 231
82                         232 233 234 235 236 237 238 239
83                         240 241 242 243 244 245 246 247
84                         248 249 250 251 252 253 254 255>;
85                 default-brightness-level = <128>;
86                 enable-gpios = <&gpio7 2 GPIO_ACTIVE_HIGH>;
87                 pinctrl-names = "default";
88                 pinctrl-0 = <&bl_en>;
89                 pwms = <&pwm0 0 1000000 PWM_POLARITY_INVERTED>;
90         };
91
92         panel: panel {
93                 compatible ="lg,lp079qx1-sp0v", "simple-panel";
94                 backlight = <&backlight>;
95                 enable-gpios = <&gpio7 4 GPIO_ACTIVE_HIGH>;
96                 pinctrl-0 = <&lcd_cs>;
97                 ports {
98                         panel_in: port {
99                                 panel_in_edp: endpoint {
100                                         remote-endpoint = <&edp_out_panel>;
101                                 };
102                         };
103                 };
104         };
105
106         lvds_panel: lvds_panel {
107                 compatible ="auo,b101ew05","simple-panel";
108                 backlight = <&backlight>;
109                 enable-gpios = <&gpio7 4 GPIO_ACTIVE_HIGH>;
110                 pinctrl-0 = <&lcd_cs>;
111                 status = "disabled";
112         };
113
114         gpio-keys {
115                 compatible = "gpio-keys";
116                 #address-cells = <1>;
117                 #size-cells = <0>;
118                 autorepeat;
119
120                 pinctrl-names = "default";
121                 pinctrl-0 = <&pwrbtn>;
122
123                 button@0 {
124                         gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
125                         linux,code = <116>;
126                         label = "GPIO Key Power";
127                         linux,input-type = <1>;
128                         gpio-key,wakeup = <1>;
129                         debounce-interval = <100>;
130                 };
131         };
132
133         /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
134         vcc_host: vcc-host-regulator {
135                 compatible = "regulator-fixed";
136                 enable-active-high;
137                 gpio = <&gpio0 14 GPIO_ACTIVE_HIGH>;
138                 pinctrl-names = "default";
139                 pinctrl-0 = <&host_vbus_drv>;
140                 regulator-name = "vcc_host";
141                 regulator-always-on;
142                 regulator-boot-on;
143         };
144
145         vcc_phy: vcc-phy-regulator {
146                 compatible = "regulator-fixed";
147                 enable-active-high;
148                 gpio = <&gpio0 6 GPIO_ACTIVE_HIGH>;
149                 pinctrl-names = "default";
150                 pinctrl-0 = <&eth_phy_pwr>;
151                 regulator-name = "vcc_phy";
152                 regulator-min-microvolt = <3300000>;
153                 regulator-max-microvolt = <3300000>;
154                 regulator-always-on;
155                 regulator-boot-on;
156         };
157
158         vcc_sys: vsys-regulator {
159                 compatible = "regulator-fixed";
160                 regulator-name = "vcc_sys";
161                 regulator-min-microvolt = <5000000>;
162                 regulator-max-microvolt = <5000000>;
163                 regulator-always-on;
164                 regulator-boot-on;
165         };
166
167         /*
168          * NOTE: vcc_sd isn't hooked up on v1.0 boards where power comes from
169          * vcc_io directly.  Those boards won't be able to power cycle SD cards
170          * but it shouldn't hurt to toggle this pin there anyway.
171          */
172         vcc_sd: sdmmc-regulator {
173                 compatible = "regulator-fixed";
174                 gpio = <&gpio7 11 GPIO_ACTIVE_LOW>;
175                 pinctrl-names = "default";
176                 pinctrl-0 = <&sdmmc_pwr>;
177                 regulator-name = "vcc_sd";
178                 regulator-min-microvolt = <3300000>;
179                 regulator-max-microvolt = <3300000>;
180                 startup-delay-us = <100000>;
181                 vin-supply = <&vcc_io>;
182         };
183 };
184
185 &emmc {
186         bus-width = <8>;
187         cap-mmc-highspeed;
188         disable-wp;
189         non-removable;
190         num-slots = <1>;
191         pinctrl-names = "default";
192         pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>;
193         status = "okay";
194 };
195
196 &hdmi {
197         ddc-i2c-bus = <&i2c5>;
198         status = "okay";
199 };
200
201 &sdmmc {
202         bus-width = <4>;
203         cap-mmc-highspeed;
204         cap-sd-highspeed;
205         card-detect-delay = <200>;
206         disable-wp;                     /* wp not hooked up */
207         num-slots = <1>;
208         pinctrl-names = "default";
209         pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
210         status = "okay";
211         vmmc-supply = <&vcc_sd>;
212         vqmmc-supply = <&vccio_sd>;
213 };
214
215 &edp_phy {
216         status = "okay";
217 };
218
219 &edp {
220         force-hpd;
221         status = "okay";
222
223         ports {
224                 edp_out: port@1 {
225                         reg = <1>;
226                         #address-cells = <1>;
227                         #size-cells = <0>;
228                         edp_out_panel: endpoint {
229                                 reg = <0>;
230                                 remote-endpoint = <&panel_in_edp>;
231                         };
232                 };
233         };
234 };
235
236 &i2c0 {
237         status = "okay";
238 };
239
240 &i2c5 {
241         status = "okay";
242 };
243
244 &wdt {
245         status = "okay";
246 };
247
248 &pwm0 {
249         status = "okay";
250 };
251
252 &uart0 {
253         status = "okay";
254 };
255
256 &uart1 {
257         status = "okay";
258 };
259
260 &uart2 {
261         status = "okay";
262 };
263
264 &uart3 {
265         status = "okay";
266 };
267
268 &uart4 {
269         status = "okay";
270 };
271
272 &vpu {
273         status = "okay";
274 };
275
276 &tsadc {
277         rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
278         rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
279         status = "okay";
280 };
281
282 &pinctrl {
283         pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma {
284                 drive-strength = <8>;
285         };
286
287         pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma {
288                 bias-pull-up;
289                 drive-strength = <8>;
290         };
291
292         backlight {
293                 bl_en: bl-en {
294                         rockchip,pins = <7 2 RK_FUNC_GPIO &pcfg_pull_none>;
295                 };
296         };
297
298         buttons {
299                 pwrbtn: pwrbtn {
300                         rockchip,pins = <0 5 RK_FUNC_GPIO &pcfg_pull_up>;
301                 };
302         };
303
304         pmic {
305                 pmic_int: pmic-int {
306                         rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;
307                 };
308         };
309
310         sdmmc {
311                 /*
312                  * Default drive strength isn't enough to achieve even
313                  * high-speed mode on EVB board so bump up to 8ma.
314                  */
315                 sdmmc_bus4: sdmmc-bus4 {
316                         rockchip,pins = <6 16 RK_FUNC_1 &pcfg_pull_up_drv_8ma>,
317                                         <6 17 RK_FUNC_1 &pcfg_pull_up_drv_8ma>,
318                                         <6 18 RK_FUNC_1 &pcfg_pull_up_drv_8ma>,
319                                         <6 19 RK_FUNC_1 &pcfg_pull_up_drv_8ma>;
320                 };
321
322                 sdmmc_clk: sdmmc-clk {
323                         rockchip,pins = <6 20 RK_FUNC_1 &pcfg_pull_none_drv_8ma>;
324                 };
325
326                 sdmmc_cmd: sdmmc-cmd {
327                         rockchip,pins = <6 21 RK_FUNC_1 &pcfg_pull_up_drv_8ma>;
328                 };
329
330                 sdmmc_pwr: sdmmc-pwr {
331                         rockchip,pins = <7 11 RK_FUNC_GPIO &pcfg_pull_none>;
332                 };
333         };
334
335         usb {
336                 host_vbus_drv: host-vbus-drv {
337                         rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>;
338                 };
339         };
340
341         eth_phy {
342                 eth_phy_pwr: eth-phy-pwr {
343                         rockchip,pins = <0 6 RK_FUNC_GPIO &pcfg_pull_none>;
344                 };
345         };
346
347         lcd {
348                 lcd_cs: lcd-cs {
349                         rockchip,pins = <7 4 RK_FUNC_GPIO &pcfg_pull_none>;
350                 };
351         };
352 };
353
354 &usbphy {
355         status = "okay";
356 };
357
358 &usb_host0_ehci {
359         status = "okay";
360 };
361
362 &usb_host1 {
363         status = "okay";
364 };
365
366 &lvds {
367         rockchip,data-mapping = "jeida";
368         rockchip,data-width = <24>;
369         rockchip,output = "lvds";
370         rockchip,panel = <&lvds_panel>;
371         status = "disabled";
372 };
373
374 &vopb {
375         status = "okay";
376 };
377
378 &vopb_mmu {
379         status = "okay";
380 };
381
382 &vopl {
383         status = "okay";
384 };
385
386 &vopl_mmu {
387         status = "okay";
388 };