03afa71e3a45249f8ba86187495305ea4c182394
[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 = "okay";
58         };
59 };
60
61 &backlight {
62         status = "okay";
63 };
64
65 &cdn_dp_fb {
66         status = "okay";
67         extcon = <&fusb0>;
68         dp_vop_sel = <DISPLAY_SOURCE_LCDC1>;
69 };
70
71 &cdn_dp_sound {
72         status = "okay";
73 };
74
75 &edp_rk_fb {
76         status = "okay";
77 };
78
79 &hdmi_rk_fb {
80         status = "okay";
81         rockchip,hdmi_video_source = <DISPLAY_SOURCE_LCDC1>;
82 };
83
84 &hdmi_sound {
85         status = "okay";
86 };
87
88 &pcie_phy {
89         status = "okay";
90 };
91
92 &pcie0 {
93         ep-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>;
94         num-lanes = <4>;
95         pinctrl-names = "default";
96         pinctrl-0 = <&pcie_clkreqn>;
97         status = "okay";
98 };
99
100 &rt5651 {
101         status = "okay";
102 };
103
104 &i2c0 {
105         status = "okay";
106 };
107
108 &i2c1 {
109         status = "okay";
110
111         gsl3673: gsl3673@40 {
112                 compatible = "GSL,GSL3673";
113                 reg = <0x40>;
114                 screen_max_x = <1536>;
115                 screen_max_y = <2048>;
116                 irq_gpio_number = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
117                 rst_gpio_number = <&gpio4 22 GPIO_ACTIVE_HIGH>;
118         };
119
120         tc358749x: tc358749x@0f {
121                 compatible = "toshiba,tc358749x";
122                 reg = <0x0f>;
123                 power-gpios = <&gpio2 6 GPIO_ACTIVE_HIGH>;
124                 power18-gpios = <&gpio2 9 GPIO_ACTIVE_HIGH>;
125                 power33-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
126                 csi-ctl-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
127                 stanby-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>;
128                 reset-gpios = <&gpio2 7 GPIO_ACTIVE_HIGH>;
129                 int-gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>;
130                 pinctrl-names = "default";
131                 pinctrl-0 = <&hdmiin_gpios>;
132                 status = "okay";
133         };
134 };
135
136 &pwm0 {
137         status = "okay";
138 };
139
140 &pwm3 {
141         status = "okay";
142         interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH 0>;
143         compatible = "rockchip,remotectl-pwm";
144         remote_pwm_id = <3>;
145         handle_cpu_id = <1>;
146
147         ir_key1 {
148                 rockchip,usercode = <0x4040>;
149                 rockchip,key_table =
150                         <0xf2   KEY_REPLY>,
151                         <0xba   KEY_BACK>,
152                         <0xf4   KEY_UP>,
153                         <0xf1   KEY_DOWN>,
154                         <0xef   KEY_LEFT>,
155                         <0xee   KEY_RIGHT>,
156                         <0xbd   KEY_HOME>,
157                         <0xea   KEY_VOLUMEUP>,
158                         <0xe3   KEY_VOLUMEDOWN>,
159                         <0xe2   KEY_SEARCH>,
160                         <0xb2   KEY_POWER>,
161                         <0xbc   KEY_MUTE>,
162                         <0xec   KEY_MENU>,
163                         <0xbf   0x190>,
164                         <0xe0   0x191>,
165                         <0xe1   0x192>,
166                         <0xe9   183>,
167                         <0xe6   248>,
168                         <0xe8   185>,
169                         <0xe7   186>,
170                         <0xf0   388>,
171                         <0xbe   0x175>;
172         };
173
174         ir_key2 {
175                 rockchip,usercode = <0xff00>;
176                 rockchip,key_table =
177                         <0xf9   KEY_HOME>,
178                         <0xbf   KEY_BACK>,
179                         <0xfb   KEY_MENU>,
180                         <0xaa   KEY_REPLY>,
181                         <0xb9   KEY_UP>,
182                         <0xe9   KEY_DOWN>,
183                         <0xb8   KEY_LEFT>,
184                         <0xea   KEY_RIGHT>,
185                         <0xeb   KEY_VOLUMEDOWN>,
186                         <0xef   KEY_VOLUMEUP>,
187                         <0xf7   KEY_MUTE>,
188                         <0xe7   KEY_POWER>,
189                         <0xfc   KEY_POWER>,
190                         <0xa9   KEY_VOLUMEDOWN>,
191                         <0xa8   KEY_VOLUMEDOWN>,
192                         <0xe0   KEY_VOLUMEDOWN>,
193                         <0xa5   KEY_VOLUMEDOWN>,
194                         <0xab   183>,
195                         <0xb7   388>,
196                         <0xf8   184>,
197                         <0xaf   185>,
198                         <0xed   KEY_VOLUMEDOWN>,
199                         <0xee   186>,
200                         <0xb3   KEY_VOLUMEDOWN>,
201                         <0xf1   KEY_VOLUMEDOWN>,
202                         <0xf2   KEY_VOLUMEDOWN>,
203                         <0xf3   KEY_SEARCH>,
204                         <0xb4   KEY_VOLUMEDOWN>,
205                         <0xbe   KEY_SEARCH>;
206         };
207
208         ir_key3 {
209                 rockchip,usercode = <0x1dcc>;
210                 rockchip,key_table =
211                         <0xee   KEY_REPLY>,
212                         <0xf0   KEY_BACK>,
213                         <0xf8   KEY_UP>,
214                         <0xbb   KEY_DOWN>,
215                         <0xef   KEY_LEFT>,
216                         <0xed   KEY_RIGHT>,
217                         <0xfc   KEY_HOME>,
218                         <0xf1   KEY_VOLUMEUP>,
219                         <0xfd   KEY_VOLUMEDOWN>,
220                         <0xb7   KEY_SEARCH>,
221                         <0xff   KEY_POWER>,
222                         <0xf3   KEY_MUTE>,
223                         <0xbf   KEY_MENU>,
224                         <0xf9   0x191>,
225                         <0xf5   0x192>,
226                         <0xb3   388>,
227                         <0xbe   KEY_1>,
228                         <0xba   KEY_2>,
229                         <0xb2   KEY_3>,
230                         <0xbd   KEY_4>,
231                         <0xf9   KEY_5>,
232                         <0xb1   KEY_6>,
233                         <0xfc   KEY_7>,
234                         <0xf8   KEY_8>,
235                         <0xb0   KEY_9>,
236                         <0xb6   KEY_0>,
237                         <0xb5   KEY_BACKSPACE>;
238         };
239 };
240
241 &pinctrl {
242         status = "okay";
243
244         hdmiin {
245                 hdmiin_gpios: hdmiin_gpios {
246                         rockchip,pins =
247                                 <2 5 RK_FUNC_GPIO &pcfg_pull_none>,
248                                 <2 6 RK_FUNC_GPIO &pcfg_pull_none>,
249                                 <2 7 RK_FUNC_GPIO &pcfg_pull_none>,
250                                 <2 8 RK_FUNC_GPIO &pcfg_pull_none>,
251                                 <2 9 RK_FUNC_GPIO &pcfg_pull_none>,
252                                 <2 12 RK_FUNC_GPIO &pcfg_pull_none>;
253                 };
254         };
255 };
256
257 &rk_screen {
258         #include <dt-bindings/display/screen-timing/lcd-F402.dtsi>
259 };
260
261 &vopb_rk_fb {
262         status = "okay";
263         power_ctr: power_ctr {
264                 rockchip,debug = <0>;
265                 lcd_en: lcd-en {
266                         rockchip,power_type = <GPIO>;
267                         gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
268                         rockchip,delay = <10>;
269                 };
270
271                 /*
272                 lcd_cs: lcd-cs {
273                         rockchip,power_type = <GPIO>;
274                         gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
275                         rockchip,delay = <10>;
276                 };
277                 */
278
279                 lcd_rst: lcd-rst {
280                         rockchip,power_type = <GPIO>;
281                         gpios = <&gpio4 30 GPIO_ACTIVE_HIGH>;
282                         rockchip,delay = <5>;
283                 };
284         };
285 };
286
287 &vopl_rk_fb {
288         status = "okay";
289 };