arm64: dts: rk3399: use timing from dts
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-android-next.dtsi
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 #include <dt-bindings/display/drm_mipi_dsi.h>
44
45 / {
46         compatible = "rockchip,android", "rockchip,rk3399";
47
48         chosen {
49                 bootargs = "earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1";
50         };
51
52         ramoops_mem: ramoops_mem {
53                 reg = <0x0 0x100000 0x0 0x100000>;
54                 reg-names = "ramoops_mem";
55         };
56
57         ramoops {
58                 compatible = "ramoops";
59                 record-size = <0x0 0x20000>;
60                 console-size = <0x0 0x80000>;
61                 ftrace-size = <0x0 0x10000>;
62                 pmsg-size = <0x0 0x50000>;
63                 memory-region = <&ramoops_mem>;
64         };
65
66         fiq_debugger: fiq-debugger {
67                 compatible = "rockchip,fiq-debugger";
68                 rockchip,serial-id = <2>;
69                 rockchip,signal-irq = <182>;
70                 rockchip,wake-irq = <0>;
71                 rockchip,irq-mode-enable = <1>;  /* If enable uart uses irq instead of fiq */
72                 rockchip,baudrate = <1500000>;  /* Only 115200 and 1500000 */
73                 pinctrl-names = "default";
74                 pinctrl-0 = <&uart2c_xfer>;
75         };
76
77         reserved-memory {
78                 #address-cells = <2>;
79                 #size-cells = <2>;
80                 ranges;
81         };
82
83         rk_key: rockchip-key {
84                 compatible = "rockchip,key";
85                 status = "okay";
86
87                 io-channels = <&saradc 1>;
88
89                 vol-up-key {
90                         linux,code = <115>;
91                         label = "volume up";
92                         rockchip,adc_value = <1>;
93                 };
94
95                 vol-down-key {
96                         linux,code = <114>;
97                         label = "volume down";
98                         rockchip,adc_value = <170>;
99                 };
100
101                 power-key {
102                         gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
103                         linux,code = <116>;
104                         label = "power";
105                         gpio-key,wakeup;
106                 };
107
108                 menu-key {
109                         linux,code = <59>;
110                         label = "menu";
111                         rockchip,adc_value = <746>;
112                 };
113
114                 home-key {
115                         linux,code = <102>;
116                         label = "home";
117                         rockchip,adc_value = <355>;
118                 };
119
120                 back-key {
121                         linux,code = <158>;
122                         label = "back";
123                         rockchip,adc_value = <560>;
124                 };
125
126                 camera-key {
127                         linux,code = <212>;
128                         label = "camera";
129                         rockchip,adc_value = <450>;
130                 };
131         };
132 };
133
134 &mipi_dsi {
135         status = "okay";
136         panel {
137                 compatible ="simple-panel-dsi";
138                 reg = <0>;
139                 backlight = <&backlight>;
140                 enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
141                 dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
142                                 MIPI_DSI_MODE_VIDEO_SYNC_PULSE)>;
143                 dsi,format = <MIPI_DSI_FMT_RGB888>;
144                 dsi,lanes = <4>;
145                 status = "okay";
146
147                 display-timings {
148                         native-mode = <&timing0>;
149                         timing0: timing0 {
150                                 clock-frequency = <160000000>;
151                                 hactive = <1200>;
152                                 vactive = <1920>;
153                                 hback-porch = <21>;
154                                 hfront-porch = <120>;
155                                 vback-porch = <18>;
156                                 vfront-porch = <21>;
157                                 hsync-len = <20>;
158                                 vsync-len = <3>;
159                                 hsync-active = <0>;
160                                 vsync-active = <0>;
161                                 de-active = <0>;
162                                 pixelclk-active = <0>;
163                         };
164                 };
165         };
166 };
167
168 &vopb {
169         status = "okay";
170 };
171
172 &vopb_mmu {
173         status = "okay";
174 };
175
176 &vopl {
177         status = "okay";
178 };
179
180 &vopl_mmu {
181         status = "okay";
182 };
183
184 &display_subsystem {
185         status = "okay";
186 };
187
188 &i2s2 {
189         #sound-dai-cells = <0>;
190 };
191
192 &usbdrd_dwc3_0 {
193         dr_mode = "peripheral";
194 };