ARM64: dts: rk3399: add dts files for evb rev2
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-evb2-android.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 #include "rk3399-evb.dtsi"
45 #include "rk3399-fb.dtsi"
46
47 / {
48         model = "Rockchip RK3399 Evaluation Board v2 (Android)";
49         compatible = "rockchip,android", "rockchip,rk3399-evb2", "rockchip,rk3399";
50
51         chosen {
52                 bootargs = "console=uart,mmio32,0xff1a0000";
53         };
54
55         ramoops_mem: ramoops_mem {
56                 reg = <0x0 0x100000 0x0 0x100000>;
57                 reg-names = "ramoops_mem";
58         };
59
60         ramoops {
61                 compatible = "ramoops";
62                 record-size = <0x0 0x20000>;
63                 console-size = <0x0 0x80000>;
64                 ftrace-size = <0x0 0x10000>;
65                 pmsg-size = <0x0 0x50000>;
66                 memory-region = <&ramoops_mem>;
67         };
68
69         reserved-memory {
70                 #address-cells = <2>;
71                 #size-cells = <2>;
72                 ranges;
73
74                 /* global autoconfigured region for contiguous allocations */
75                 linux,cma {
76                         compatible = "shared-dma-pool";
77                         reusable;
78                         size = <0x0 0x8000000>;
79                         linux,cma-default;
80                 };
81         };
82
83         ion {
84                 compatible = "rockchip,ion";
85                 #address-cells = <1>;
86                 #size-cells = <0>;
87
88                 cma-heap {
89                         reg = <0x00000000 0x02000000>;
90                 };
91
92                 system-heap {
93                 };
94         };
95
96         rk_key: rockchip-key {
97                 compatible = "rockchip,key";
98                 status = "okay";
99
100                 io-channels = <&saradc 1>;
101
102                 vol-up-key {
103                         linux,code = <115>;
104                         label = "volume up";
105                         rockchip,adc_value = <1>;
106                 };
107
108                 vol-down-key {
109                         linux,code = <114>;
110                         label = "volume down";
111                         rockchip,adc_value = <170>;
112                 };
113
114                 power-key {
115                         gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
116                         linux,code = <116>;
117                         label = "power";
118                         gpio-key,wakeup;
119                 };
120
121                 menu-key {
122                         linux,code = <59>;
123                         label = "menu";
124                         rockchip,adc_value = <746>;
125                 };
126
127                 home-key {
128                         linux,code = <102>;
129                         label = "home";
130                         rockchip,adc_value = <355>;
131                 };
132
133                 back-key {
134                         linux,code = <158>;
135                         label = "back";
136                         rockchip,adc_value = <560>;
137                 };
138
139                 camera-key {
140                         linux,code = <212>;
141                         label = "camera";
142                         rockchip,adc_value = <450>;
143                 };
144         };
145 };
146
147 &vdd_log {
148         rockchip,pwm_id= <2>;
149         rockchip,pwm_voltage = <900000>;
150 };
151
152 &vdd_center {
153         rockchip,pwm_id= <3>;
154         rockchip,pwm_voltage = <900000>;
155 };
156
157 &fb {
158         status = "okay";
159 };
160
161 &rk_screen {
162         status = "okay";
163         #include <dt-bindings/display/screen-timing/lcd-tv080wum-nl0-mipi.dtsi>
164 };
165
166 &vopl_rk_fb {
167         status = "okay";
168 };
169
170 &vopb_rk_fb {
171         status = "okay";
172 };
173
174 &hdmi_rk_fb {
175         status = "disabled";
176 };
177
178 &mipi0_rk_fb {
179         status = "okay";
180 };
181
182 &mipi1_rk_fb{
183         status = "disabled";
184 };
185
186 &saradc {
187         status = "okay";
188 };
189
190 &usbdrd_dwc3_0 {
191         dr_mode = "peripheral";
192 };
193
194 &vpu {
195         status = "okay";
196 };
197
198 &rkvdec {
199         status = "okay";
200 };
201
202 &vpu_mmu {
203         status = "okay";
204 };
205
206 &vdec_mmu {
207         status = "okay";
208 };
209
210 &iep {
211         status = "okay";
212 };
213
214 &iep_mmu {
215         status = "okay";
216 };