ARM64: dts: rk3368-android: enable vpu_combo default
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3368-android.dtsi
1 /*
2  * Copyright (c) 2017 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 / {
44         chosen {
45                 bootargs = "earlycon=uart8250,mmio32,0xff1b0000 swiotlb=1 firmware_class.path=/system/vendor/firmware";
46         };
47
48         fiq_debugger: fiq-debugger {
49                 compatible = "rockchip,fiq-debugger";
50                 rockchip,serial-id = <3>;
51                 rockchip,signal-irq = <186>;
52                 rockchip,wake-irq = <0>;
53                 rockchip,irq-mode-enable = <1>;  /* If enable uart uses irq instead of fiq */
54                 rockchip,baudrate = <115200>;  /* Only 115200 and 1500000 */
55                 pinctrl-names = "default";
56                 pinctrl-0 = <&uart3_xfer>;
57         };
58
59         reserved-memory {
60                 #address-cells = <2>;
61                 #size-cells = <2>;
62                 ranges;
63
64                 drm_logo: drm-logo@00000000 {
65                         compatible = "rockchip,drm-logo";
66                         reg = <0x0 0x0 0x0 0x0>;
67                 };
68
69                 /* global autoconfigured region for contiguous allocations */
70                 linux,cma {
71                         compatible = "shared-dma-pool";
72                         reusable;
73                         size = <0x0 0x8000000>;
74                         linux,cma-default;
75                 };
76         };
77
78         ion {
79                 compatible = "rockchip,ion";
80                 #address-cells = <1>;
81                 #size-cells = <0>;
82
83                 cma-heap {
84                         reg = <0x00000000 0x02000000>;
85                 };
86
87                 system-heap {
88                 };
89         };
90
91         rga@ff920000 {
92                 compatible = "rockchip,rga2";
93                 dev_mode = <1>;
94                 reg = <0x0 0xff920000 0x0 0x1000>;
95                 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
96                 clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
97                 clock-names = "aclk_rga", "hclk_rga", "clk_rga";
98                 dma-coherent;
99                 status = "okay";
100         };
101
102         hdmi: hdmi@ff980000 {
103                 compatible = "rockchip,rk3368-hdmi";
104                 reg = <0x0 0xff980000 0x0 0x20000>;
105                 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
106                 clocks = <&cru PCLK_HDMI_CTRL>,
107                          <&cru SCLK_HDMI_HDCP>,
108                          <&cru SCLK_HDMI_CEC>;
109                 clock-names = "pclk_hdmi", "hdcp_clk_hdmi", "cec_clk_hdmi";
110                 power-domains = <&power RK3368_PD_VIO>;
111                 resets = <&cru SRST_HDMI>;
112                 reset-names = "hdmi";
113                 pinctrl-names = "default", "gpio";
114                 pinctrl-0 = <&hdmii2c_xfer &hdmi_cec>;
115                 pinctrl-1 = <&i2c5_gpio>;
116                 status = "disabled";
117         };
118
119         dwc_control_usb: dwc-control-usb {
120                 compatible = "rockchip,rk3368-dwc-control-usb";
121                 status = "okay";
122
123                 rockchip,grf = <&grf>;
124                 grf-offset = <0x04bc>; /* GRF_SOC_STATUS for USB2.0 OTG */
125                 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>,
126                              <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>,
127                              <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>,
128                              <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
129                 interrupt-names = "otg_id", "otg_bvalid",
130                                   "otg_linestate", "host0_linestate";
131                 clocks = <&cru HCLK_USB_PERI>;
132                 clock-names = "hclk_usb_peri";
133
134                 otg_drv_gpio = <&gpio0 25 GPIO_ACTIVE_LOW>;
135                 rockchip,remote_wakeup;
136                 rockchip,usb_irq_wakeup;
137
138                 usb_bc {
139                         compatible = "inno,phy";
140                         regbase = &dwc_control_usb;
141                         rk_usb,bvalid     = <0x4bc 23 1>;
142                         rk_usb,iddig      = <0x4bc 26 1>;
143                         rk_usb,vdmsrcen   = <0x718 12 1>;
144                         rk_usb,vdpsrcen   = <0x718 11 1>;
145                         rk_usb,rdmpden    = <0x718 10 1>;
146                         rk_usb,idpsrcen   = <0x718  9 1>;
147                         rk_usb,idmsinken  = <0x718  8 1>;
148                         rk_usb,idpsinken  = <0x718  7 1>;
149                         rk_usb,dpattach   = <0x4b8 31 1>;
150                         rk_usb,cpdet      = <0x4b8 30 1>;
151                         rk_usb,dcpattach  = <0x4b8 29 1>;
152                 };
153         };
154 };
155
156 &display_subsystem {
157         status = "okay";
158
159         memory-region = <&drm_logo>;
160         route {
161                 route_mipi: route-mipi {
162                         status = "okay";
163                         logo,uboot = "logo.bmp";
164                         logo,kernel = "logo_kernel.bmp";
165                         logo,mode = "center";
166                         charge_logo,mode = "center";
167                         connect = <&vop_out_mipi>;
168                 };
169         };
170 };
171
172 &uart3 {
173         status = "okay";
174 };
175
176 &vpu_combo {
177         status = "okay";
178 };
179
180 &vpu_mmu {
181         status = "okay";
182 };
183
184 &hevc_mmu {
185         status = "okay";
186 };
187
188 &vop {
189         status = "okay";
190 };
191
192 &vop_mmu {
193         status = "okay";
194 };
195
196 &isp {
197         status = "okay";
198 };
199
200 &isp_mmu {
201         status = "okay";
202 };
203
204 &usb_otg {
205         status = "okay";
206         clocks = <&cru SCLK_OTGPHY0>, <&cru HCLK_OTG0>;
207         clock-names = "sclk_otgphy0", "otg";
208         resets = <&cru SRST_USBOTG_AHB>,
209                  <&cru SRST_USBOTG_PHY>,
210                  <&cru SRST_USBOTG_CON>;
211         reset-names = "otg_ahb", "otg_phy", "otg_controller";
212         /* 0 - Normal, 1 - Force Host, 2 - Force Device */
213         rockchip,usb-mode = <0>;
214 };
215
216 &pinctrl {
217         hdmi_i2c {
218                 hdmii2c_xfer: hdmii2c-xfer {
219                         rockchip,pins = <3 26 RK_FUNC_1 &pcfg_pull_none>,
220                                         <3 27 RK_FUNC_1 &pcfg_pull_none>;
221                 };
222         };
223
224         hdmi_pin {
225                 hdmi_cec: hdmi-cec {
226                         rockchip,pins = <3 23 RK_FUNC_1 &pcfg_pull_none>;
227                 };
228         };
229
230         i2c5 {
231                 i2c5_gpio: i2c5-gpio {
232                         rockchip,pins = <3 26 RK_FUNC_GPIO &pcfg_pull_none>,
233                                         <3 27 RK_FUNC_GPIO &pcfg_pull_none>;
234                 };
235         };
236
237         isp {
238                 cif_clkout: cif-clkout {
239                         rockchip,pins = <1 11 RK_FUNC_1 &pcfg_pull_none>;//cif_clkout
240                 };
241
242                 isp_dvp_d2d9: isp-dvp-d2d9 {
243                         rockchip,pins =
244                                         <1 0 RK_FUNC_1 &pcfg_pull_none>,//cif_data2
245                                         <1 1 RK_FUNC_1 &pcfg_pull_none>,//cif_data3
246                                         <1 2 RK_FUNC_1 &pcfg_pull_none>,//cif_data4
247                                         <1 3 RK_FUNC_1 &pcfg_pull_none>,//cif_data5
248                                         <1 4 RK_FUNC_1 &pcfg_pull_none>,//cif_data6
249                                         <1 5 RK_FUNC_1 &pcfg_pull_none>,//cif_data7
250                                         <1 6 RK_FUNC_1 &pcfg_pull_none>,//cif_data8
251                                         <1 7 RK_FUNC_1 &pcfg_pull_none>,//cif_data9
252                                         <1 8 RK_FUNC_1 &pcfg_pull_none>,//cif_sync
253                                         <1 9 RK_FUNC_1 &pcfg_pull_none>,//cif_href
254                                         <1 10 RK_FUNC_1 &pcfg_pull_none>,//cif_clkin
255                                         <1 11 RK_FUNC_1 &pcfg_pull_none>;//cif_clkout
256                 };
257
258                 isp_dvp_d0d1: isp-dvp-d0d1 {
259                         rockchip,pins =
260                                         <1 12 RK_FUNC_1 &pcfg_pull_none>,//cif_data0
261                                         <1 13 RK_FUNC_1 &pcfg_pull_none>;//cif_data1
262                 };
263
264                 isp_dvp_d10d11:isp_d10d11 {
265                         rockchip,pins =
266                                         <1 14 RK_FUNC_1 &pcfg_pull_none>,//cif_data10
267                                         <1 15 RK_FUNC_1 &pcfg_pull_none>;//cif_data11
268                 };
269
270                 isp_dvp_d0d7: isp-dvp-d0d7 {
271                         rockchip,pins =
272                                         <1 12 RK_FUNC_1 &pcfg_pull_none>,//cif_data0
273                                         <1 13 RK_FUNC_1 &pcfg_pull_none>,//cif_data1
274                                         <1 0 RK_FUNC_1 &pcfg_pull_none>,//cif_data2
275                                         <1 1 RK_FUNC_1 &pcfg_pull_none>,//cif_data3
276                                         <1 2 RK_FUNC_1 &pcfg_pull_none>,//cif_data4
277                                         <1 3 RK_FUNC_1 &pcfg_pull_none>,//cif_data5
278                                         <1 4 RK_FUNC_1 &pcfg_pull_none>,//cif_data6
279                                         <1 5 RK_FUNC_1 &pcfg_pull_none>;//cif_data7
280                 };
281
282                 isp_dvp_d4d11: isp-dvp-d4d11 {
283                         rockchip,pins =
284                                         <1 2 RK_FUNC_1 &pcfg_pull_none>,//cif_data4
285                                         <1 3 RK_FUNC_1 &pcfg_pull_none>,//cif_data5
286                                         <1 4 RK_FUNC_1 &pcfg_pull_none>,//cif_data6
287                                         <1 5 RK_FUNC_1 &pcfg_pull_none>,//cif_data7
288                                         <1 6 RK_FUNC_1 &pcfg_pull_none>,//cif_data8
289                                         <1 7 RK_FUNC_1 &pcfg_pull_none>,//cif_data9
290                                         <1 14 RK_FUNC_1 &pcfg_pull_none>,//cif_data10
291                                         <1 17 RK_FUNC_1 &pcfg_pull_none>;//cif_data11
292                 };
293
294                 isp_shutter: isp-shutter {
295                         rockchip,pins =
296                                         <3 19 RK_FUNC_2 &pcfg_pull_none>, //SHUTTEREN
297                                         <3 22 RK_FUNC_2 &pcfg_pull_none>;//SHUTTERTRIG
298                 };
299
300                 isp_flash_trigger: isp-flash-trigger {
301                         rockchip,pins = <3 20 RK_FUNC_2 &pcfg_pull_none>; //ISP_FLASHTRIGOU
302                 };
303
304                 isp_prelight: isp-prelight {
305                         rockchip,pins = <3 21 RK_FUNC_2 &pcfg_pull_none>;//ISP_PRELIGHTTRIG
306                 };
307
308                 isp_flash_trigger_as_gpio: isp_flash_trigger_as_gpio {
309                         rockchip,pins = <3 20 RK_FUNC_GPIO &pcfg_pull_none>;//ISP_FLASHTRIGOU
310                 };
311         };
312 };