ARM64: DTS: fix vdd_log's regulator bug
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-sapphire-excavator-edp-android-6.0.dts
1 /*
2  * Copyright (c) 2016 Fuzhou Rockchip Electronics Co., Ltd
3  *
4  * This file is dual-licensed: you can use it either under the terms
5  * of the GPL or the X11 license, at your option. Note that this dual
6  * licensing only applies to this file, and not this project as a
7  * whole.
8  *
9  *  a) This file is free software; you can redistribute it and/or
10  *     modify it under the terms of the GNU General Public License as
11  *     published by the Free Software Foundation; either version 2 of the
12  *     License, or (at your option) any later version.
13  *
14  *     This file is distributed in the hope that it will be useful,
15  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  *     GNU General Public License for more details.
18  *
19  * Or, alternatively,
20  *
21  *  b) Permission is hereby granted, free of charge, to any person
22  *     obtaining a copy of this software and associated documentation
23  *     files (the "Software"), to deal in the Software without
24  *     restriction, including without limitation the rights to use,
25  *     copy, modify, merge, publish, distribute, sublicense, and/or
26  *     sell copies of the Software, and to permit persons to whom the
27  *     Software is furnished to do so, subject to the following
28  *     conditions:
29  *
30  *     The above copyright notice and this permission notice shall be
31  *     included in all copies or substantial portions of the Software.
32  *
33  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40  *     OTHER DEALINGS IN THE SOFTWARE.
41  */
42
43 /dts-v1/;
44
45 #include <dt-bindings/input/input.h>
46 #include "rk3399-excavator-sapphire.dtsi"
47 #include "rk3399-android-6.0.dtsi"
48
49 / {
50         compatible = "rockchip,rk3399-excavator-edp", "rockchip,rk3399";
51
52         test-power {
53                 status = "okay";
54         };
55
56         rt5651-sound {
57                 status = "disabled";
58         };
59
60         hdmiin-sound {
61                 compatible = "rockchip,rockchip-rt5651-tc358749x-sound";
62                 rockchip,cpu = <&i2s0>;
63                 rockchip,codec = <&rt5651 &rt5651 &tc358749x>;
64                 status = "okay";
65         };
66 };
67
68 &backlight {
69         status = "okay";
70 };
71
72 &cdn_dp_fb {
73         status = "okay";
74         extcon = <&fusb0>;
75         dp_vop_sel = <DISPLAY_SOURCE_LCDC1>;
76 };
77
78 &cdn_dp_sound {
79         status = "okay";
80 };
81
82 &edp_rk_fb {
83         status = "okay";
84 };
85
86 &hdmi_rk_fb {
87         status = "okay";
88         rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC1>;
89 };
90
91 &hdmi_sound {
92         status = "okay";
93 };
94
95 &pcie_phy {
96         status = "okay";
97 };
98
99 &pcie0 {
100         ep-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>;
101         num-lanes = <4>;
102         pinctrl-names = "default";
103         pinctrl-0 = <&pcie_clkreqn>;
104         status = "okay";
105 };
106
107 &rt5651 {
108         status = "okay";
109 };
110
111 &i2c0 {
112         status = "okay";
113 };
114
115 &i2c1 {
116         status = "okay";
117
118         gsl3673: gsl3673@40 {
119                 compatible = "GSL,GSL3673";
120                 reg = <0x40>;
121                 screen_max_x = <1536>;
122                 screen_max_y = <2048>;
123                 irq_gpio_number = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
124                 rst_gpio_number = <&gpio4 22 GPIO_ACTIVE_HIGH>;
125         };
126
127         tc358749x: tc358749x@0f {
128                 compatible = "toshiba,tc358749x";
129                 reg = <0x0f>;
130                 power-gpios = <&gpio2 6 GPIO_ACTIVE_HIGH>;
131                 power18-gpios = <&gpio2 9 GPIO_ACTIVE_HIGH>;
132                 power33-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
133                 csi-ctl-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
134                 stanby-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>;
135                 reset-gpios = <&gpio2 7 GPIO_ACTIVE_HIGH>;
136                 int-gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>;
137                 pinctrl-names = "default";
138                 pinctrl-0 = <&hdmiin_gpios>;
139                 status = "okay";
140         };
141 };
142
143 &isp0 {
144         status = "okay";
145 };
146
147 &isp1 {
148         status = "okay";
149 };
150
151 &pwm0 {
152         status = "okay";
153 };
154
155 &pwm3 {
156         status = "okay";
157         interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH 0>;
158         compatible = "rockchip,remotectl-pwm";
159         remote_pwm_id = <3>;
160         handle_cpu_id = <1>;
161
162         ir_key1 {
163                 rockchip,usercode = <0x4040>;
164                 rockchip,key_table =
165                         <0xf2   KEY_REPLY>,
166                         <0xba   KEY_BACK>,
167                         <0xf4   KEY_UP>,
168                         <0xf1   KEY_DOWN>,
169                         <0xef   KEY_LEFT>,
170                         <0xee   KEY_RIGHT>,
171                         <0xbd   KEY_HOME>,
172                         <0xea   KEY_VOLUMEUP>,
173                         <0xe3   KEY_VOLUMEDOWN>,
174                         <0xe2   KEY_SEARCH>,
175                         <0xb2   KEY_POWER>,
176                         <0xbc   KEY_MUTE>,
177                         <0xec   KEY_MENU>,
178                         <0xbf   0x190>,
179                         <0xe0   0x191>,
180                         <0xe1   0x192>,
181                         <0xe9   183>,
182                         <0xe6   248>,
183                         <0xe8   185>,
184                         <0xe7   186>,
185                         <0xf0   388>,
186                         <0xbe   0x175>;
187         };
188
189         ir_key2 {
190                 rockchip,usercode = <0xff00>;
191                 rockchip,key_table =
192                         <0xf9   KEY_HOME>,
193                         <0xbf   KEY_BACK>,
194                         <0xfb   KEY_MENU>,
195                         <0xaa   KEY_REPLY>,
196                         <0xb9   KEY_UP>,
197                         <0xe9   KEY_DOWN>,
198                         <0xb8   KEY_LEFT>,
199                         <0xea   KEY_RIGHT>,
200                         <0xeb   KEY_VOLUMEDOWN>,
201                         <0xef   KEY_VOLUMEUP>,
202                         <0xf7   KEY_MUTE>,
203                         <0xe7   KEY_POWER>,
204                         <0xfc   KEY_POWER>,
205                         <0xa9   KEY_VOLUMEDOWN>,
206                         <0xa8   KEY_VOLUMEDOWN>,
207                         <0xe0   KEY_VOLUMEDOWN>,
208                         <0xa5   KEY_VOLUMEDOWN>,
209                         <0xab   183>,
210                         <0xb7   388>,
211                         <0xf8   184>,
212                         <0xaf   185>,
213                         <0xed   KEY_VOLUMEDOWN>,
214                         <0xee   186>,
215                         <0xb3   KEY_VOLUMEDOWN>,
216                         <0xf1   KEY_VOLUMEDOWN>,
217                         <0xf2   KEY_VOLUMEDOWN>,
218                         <0xf3   KEY_SEARCH>,
219                         <0xb4   KEY_VOLUMEDOWN>,
220                         <0xbe   KEY_SEARCH>;
221         };
222
223         ir_key3 {
224                 rockchip,usercode = <0x1dcc>;
225                 rockchip,key_table =
226                         <0xee   KEY_REPLY>,
227                         <0xf0   KEY_BACK>,
228                         <0xf8   KEY_UP>,
229                         <0xbb   KEY_DOWN>,
230                         <0xef   KEY_LEFT>,
231                         <0xed   KEY_RIGHT>,
232                         <0xfc   KEY_HOME>,
233                         <0xf1   KEY_VOLUMEUP>,
234                         <0xfd   KEY_VOLUMEDOWN>,
235                         <0xb7   KEY_SEARCH>,
236                         <0xff   KEY_POWER>,
237                         <0xf3   KEY_MUTE>,
238                         <0xbf   KEY_MENU>,
239                         <0xf9   0x191>,
240                         <0xf5   0x192>,
241                         <0xb3   388>,
242                         <0xbe   KEY_1>,
243                         <0xba   KEY_2>,
244                         <0xb2   KEY_3>,
245                         <0xbd   KEY_4>,
246                         <0xf9   KEY_5>,
247                         <0xb1   KEY_6>,
248                         <0xfc   KEY_7>,
249                         <0xf8   KEY_8>,
250                         <0xb0   KEY_9>,
251                         <0xb6   KEY_0>,
252                         <0xb5   KEY_BACKSPACE>;
253         };
254 };
255
256 &pinctrl {
257         status = "okay";
258
259         hdmiin {
260                 hdmiin_gpios: hdmiin_gpios {
261                         rockchip,pins =
262                                 <2 5 RK_FUNC_GPIO &pcfg_pull_none>,
263                                 <2 6 RK_FUNC_GPIO &pcfg_pull_none>,
264                                 <2 7 RK_FUNC_GPIO &pcfg_pull_none>,
265                                 <2 8 RK_FUNC_GPIO &pcfg_pull_none>,
266                                 <2 9 RK_FUNC_GPIO &pcfg_pull_none>,
267                                 <2 12 RK_FUNC_GPIO &pcfg_pull_none>;
268                 };
269         };
270 };
271
272 &rk_screen {
273         #include <dt-bindings/display/screen-timing/lcd-F402.dtsi>
274 };
275
276 &vopb_rk_fb {
277         status = "okay";
278         power_ctr: power_ctr {
279                 rockchip,debug = <0>;
280                 lcd_en: lcd-en {
281                         rockchip,power_type = <GPIO>;
282                         gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
283                         rockchip,delay = <10>;
284                 };
285
286                 /*
287                 lcd_cs: lcd-cs {
288                         rockchip,power_type = <GPIO>;
289                         gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
290                         rockchip,delay = <10>;
291                 };
292                 */
293
294                 lcd_rst: lcd-rst {
295                         rockchip,power_type = <GPIO>;
296                         gpios = <&gpio4 30 GPIO_ACTIVE_HIGH>;
297                         rockchip,delay = <5>;
298                 };
299         };
300 };
301
302 &vopl_rk_fb {
303         status = "okay";
304 };