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