Merge branch 'lsk-v4.4-eas-v5.2' of git://git.linaro.org/arm/eas/kernel.git
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-android.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 #include <dt-bindings/display/rk_fb.h>
43 #include <dt-bindings/display/mipi_dsi.h>
44
45 / {
46         compatible = "rockchip,android", "rockchip,rk3399";
47
48         chosen {
49                 bootargs = "console=uart,mmio32,0xff1a0000";
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         reserved-memory {
67                 #address-cells = <2>;
68                 #size-cells = <2>;
69                 ranges;
70
71                 /* global autoconfigured region for contiguous allocations */
72                 linux,cma {
73                         compatible = "shared-dma-pool";
74                         reusable;
75                         size = <0x0 0x8000000>;
76                         linux,cma-default;
77                 };
78         };
79
80         ion {
81                 compatible = "rockchip,ion";
82                 #address-cells = <1>;
83                 #size-cells = <0>;
84
85                 cma-heap {
86                         reg = <0x00000000 0x02000000>;
87                 };
88
89                 system-heap {
90                 };
91         };
92
93         rk_key: rockchip-key {
94                 compatible = "rockchip,key";
95                 status = "okay";
96
97                 io-channels = <&saradc 1>;
98
99                 vol-up-key {
100                         linux,code = <115>;
101                         label = "volume up";
102                         rockchip,adc_value = <1>;
103                 };
104
105                 vol-down-key {
106                         linux,code = <114>;
107                         label = "volume down";
108                         rockchip,adc_value = <170>;
109                 };
110
111                 power-key {
112                         gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
113                         linux,code = <116>;
114                         label = "power";
115                         gpio-key,wakeup;
116                 };
117
118                 menu-key {
119                         linux,code = <59>;
120                         label = "menu";
121                         rockchip,adc_value = <746>;
122                 };
123
124                 home-key {
125                         linux,code = <102>;
126                         label = "home";
127                         rockchip,adc_value = <355>;
128                 };
129
130                 back-key {
131                         linux,code = <158>;
132                         label = "back";
133                         rockchip,adc_value = <560>;
134                 };
135
136                 camera-key {
137                         linux,code = <212>;
138                         label = "camera";
139                         rockchip,adc_value = <450>;
140                 };
141         };
142
143         vpu: vpu_service@ff650000 {
144                 compatible = "rockchip,vpu_service";
145                 rockchip,grf = <&grf>;
146                 iommu_enabled = <1>;
147                 reg = <0x0 0xff650000 0x0 0x800>;
148                 interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
149                         <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
150                 interrupt-names = "irq_dec", "irq_enc";
151                 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
152                 clock-names = "aclk_vcodec", "hclk_vcodec";
153                 resets = <&cru SRST_H_VCODEC>, <&cru SRST_A_VCODEC>;
154                 reset-names = "video_h", "video_a";
155                 power-domains = <&power RK3399_PD_VCODEC>;
156                 name = "vpu_service";
157                 dev_mode = <0>;
158         };
159
160         vpu_mmu: vpu_mmu {
161                 dbgname = "vpu";
162                 compatible = "rockchip,vpu_mmu";
163                 reg = <0x0 0xff650800 0x0 0x40>;
164                 interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
165                 interrupt-names = "vpu_mmu";
166         };
167
168         rkvdec: rkvdec@ff660000 {
169                 compatible = "rockchip,rkvdec";
170                 rockchip,grf = <&grf>;
171                 iommu_enabled = <1>;
172                 reg = <0x0 0xff660000 0x0 0x400>;
173                 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
174                 interrupt-names = "irq_dec";
175                 clocks = <&cru ACLK_VDU>, <&cru HCLK_VDU>,<&cru SCLK_VDU_CA>,<&cru SCLK_VDU_CORE>;
176                 clock-names = "aclk_vcodec", "hclk_vcodec", "clk_cabac", "clk_core";
177                 resets = <&cru SRST_H_VDU>, <&cru SRST_A_VDU>;
178                 reset-names = "video_h", "video_a";
179                 power-domains = <&power RK3399_PD_VDU>;
180                 dev_mode = <2>;
181                 name = "rkvdec";
182         };
183
184         vdec_mmu: vdec_mmu {
185                 dbgname = "vdec";
186                 compatible = "rockchip,vdec_mmu";
187                 reg = <0x0 0xff660480 0x0 0x40>,
188                       <0x0 0xff6604c0 0x0 0x40>;
189                 interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
190                 interrupt-names = "vdec_mmu";
191         };
192
193         iep: iep@ff670000 {
194                 compatible = "rockchip,iep";
195                 iommu_enabled = <1>;
196                 reg = <0x0 0xff670000 0x0 0x800>;
197                 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
198                 clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
199                 clock-names = "aclk_iep", "hclk_iep";
200                 version = <2>;
201         };
202
203         iep_mmu: iep-mmu {
204                 dbgname = "iep";
205                 compatible = "rockchip,iep_mmu";
206                 reg = <0x0 0xff670800 0x0 0x40>;
207                 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
208                 interrupt-names = "iep_mmu";
209         };
210
211         rga: rga@ff680000 {
212                 compatible = "rockchip,rga2";
213                 dev_mode = <1>;
214                 reg = <0x0 0xff680000 0x0 0x1000>;
215                 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
216                 clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>;
217                 clock-names = "aclk_rga", "hclk_rga", "clk_rga";
218                 power-domains = <&power RK3399_PD_RGA>;
219                 status = "okay";
220         };
221
222         fb: fb {
223                 status = "okay";
224                 compatible = "rockchip,rk-fb";
225                 rockchip,disp-mode = <DUAL>;
226         };
227
228         rk_screen: screen {
229                 status = "okay";
230                 compatible = "rockchip,screen";
231         };
232
233         vopb_rk_fb: vop-rk-fb@ff900000 {
234                 status = "disabled";
235                 compatible = "rockchip,rk3399-lcdc";
236                 rockchip,prop = <PRMRY>;
237                 reg = <0x0 0xff900000 0x0 0x3efc>;
238                 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
239                 clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>;
240                 clock-names = "aclk_lcdc", "dclk_lcdc", "hclk_lcdc";
241                 resets = <&cru SRST_A_VOP0>, <&cru SRST_H_VOP0>, <&cru SRST_D_VOP0>;
242                 reset-names = "axi", "ahb", "dclk";
243                 rockchip,grf = <&grf>;
244                 rockchip,pwr18 = <0>;
245                 rockchip,iommu-enabled = <1>;
246                 power-domains = <&power RK3399_PD_VOPB>;
247         };
248
249         vopb_mmu_rk_fb: vopb-mmu {
250                 status = "okay";
251                 dbgname = "vop";
252                 compatible = "rockchip,vopb_mmu";
253                 reg = <0x0 0xff903f00 0x0 0x100>;
254                 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
255                 interrupt-names = "vopb_mmu";
256         };
257
258         vopl_rk_fb: vop-rk-fb@ff8f0000 {
259                 status = "disabled";
260                 compatible = "rockchip,rk3399-lcdc";
261                 rockchip,prop = <EXTEND>;
262                 reg = <0x0 0xff8f0000 0x0 0x3efc>;
263                 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
264                 clocks = <&cru ACLK_VOP1>, <&cru DCLK_VOP1>, <&cru HCLK_VOP1>;
265                 clock-names = "aclk_lcdc", "dclk_lcdc", "hclk_lcdc";
266                 resets = <&cru SRST_A_VOP1>, <&cru SRST_H_VOP1>, <&cru SRST_D_VOP1>;
267                 reset-names = "axi", "ahb", "dclk";
268                 rockchip,grf = <&grf>;
269                 rockchip,pwr18 = <0>;
270                 rockchip,iommu-enabled = <1>;
271                 power-domains = <&power RK3399_PD_VOPL>;
272         };
273
274         vopl_mmu_rk_fb: vopl-mmu {
275                 status = "okay";
276                 dbgname = "vop";
277                 compatible = "rockchip,vopl_mmu";
278                 reg = <0x0 0xff8f3f00 0x0 0x100>;
279                 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
280                 interrupt-names = "vopl_mmu";
281         };
282
283         hdmi_rk_fb: hdmi-rk-fb@ff940000 {
284                 compatible = "rockchip,rk3399-hdmi";
285                 reg = <0x0 0xff940000 0x0 0x20000>;
286                 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>,
287                              <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
288                 clocks = <&cru PCLK_HDMI_CTRL>,
289                          <&cru SCLK_HDMI_SFR>,
290                          <&cru SCLK_HDMI_CEC>,
291                          <&cru PLL_VPLL>;
292                 clock-names = "pclk_hdmi",
293                               "hdcp_clk_hdmi",
294                               "cec_clk_hdmi",
295                               "dclk_hdmi_phy";
296                 resets = <&cru SRST_HDMI_CTRL>;
297                 reset-names = "hdmi";
298                 pinctrl-names = "default", "gpio";
299                 pinctrl-0 = <&hdmi_i2c_xfer &hdmi_cec>;
300                 pinctrl-1 = <&i2c3_gpio>;
301                 rockchip,grf = <&grf>;
302                 power-domains = <&power RK3399_PD_HDCP>;
303         };
304
305         mipi0_rk_fb: mipi-rk-fb@ff960000 {
306                 compatible = "rockchip,rk3399-dsi";
307                 rockchip,prop = <0>;
308                 rockchip,grf = <&grf>;
309                 reg = <0x0 0xff960000 0x0 0x8000>;
310                 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
311                 clocks = <&cru SCLK_MIPIDPHY_REF>, <&cru PCLK_MIPI_DSI0>, <&cru SCLK_MIPIDPHY_CFG>;
312                 clock-names = "clk_mipi_24m", "pclk_mipi_dsi", "mipi_dphy_cfg";
313                 power-domains = <&power RK3399_PD_VIO>;
314         };
315
316         mipi1_rk_fb: mipi-rk-fb@ff968000 {
317                 compatible = "rockchip,rk3399-dsi";
318                 rockchip,prop = <1>;
319                 rockchip,grf = <&grf>;
320                 reg = <0x0 0xff968000 0x0 0x8000>;
321                 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
322                 clocks = <&cru SCLK_MIPIDPHY_REF>, <&cru PCLK_MIPI_DSI1>, <&cru SCLK_MIPIDPHY_CFG>;
323                 clock-names = "clk_mipi_24m", "pclk_mipi_dsi", "mipi_dphy_cfg";
324                 power-domains = <&power RK3399_PD_VIO>;
325         };
326
327         hdmi-sound {
328                 compatible = "simple-audio-card";
329                 simple-audio-card,format = "i2s";
330                 simple-audio-card,mclk-fs = <256>;
331                 simple-audio-card,name = "rockchip,hdmi";
332                 simple-audio-card,cpu {
333                         sound-dai = <&i2s2>;
334                 };
335                 simple-audio-card,codec {
336                         sound-dai = <&dw_hdmi_audio>;
337                 };
338         };
339
340         dw_hdmi_audio: dw-hdmi-audio {
341                 compatible = "rockchip,dw-hdmi-audio";
342                 #sound-dai-cells = <0>;
343         };
344 };
345
346 &i2s2 {
347         status = "okay";
348         #sound-dai-cells = <0>;
349 };
350
351 &usbdrd_dwc3_0 {
352         dr_mode = "peripheral";
353 };