ARM64: dts: rk3399-tb: add support for mp8865
[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 clk_ignore_unused";
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 &gt9xx {
134         status = "okay";
135 };
136
137 &fb {
138         status = "okay";
139 };
140
141 &rk_screen {
142         status = "okay";
143         #include <dt-bindings/display/screen-timing/lcd-tv080wum-nl0-mipi.dtsi>
144 };
145
146 &vopl_rk_fb {
147         status = "disabled";
148 };
149
150 &vopb_rk_fb {
151         status = "okay";
152 };
153
154 &hdmi_rk_fb {
155         status = "disabled";
156 };
157
158 &mipi0_rk_fb {
159         status = "okay";
160 };
161
162 &mipi1_rk_fb{
163         status = "disabled";
164 };
165
166 &saradc {
167         status = "okay";
168 };
169
170 &usbdrd_dwc3_0 {
171         dr_mode = "peripheral";
172 };
173