hc
2024-08-12 233ab1bd4c5697f5cdec94e60206e8c6ac609b4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd
 */
 
/dts-v1/;
#include "rk3368-808.dtsi"
 
/ {
   model = "Rockchip rk3368 808 evb board";
   compatible = "rockchip,rk3368-808-evb", "rockchip,rk3368";
};
 
&chosen {
   bootargs = "earlycon=uart8250,mmio32,0xff690000 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 androidboot.selinux=permissive init=/init kpti=0";
};
 
&fiq_debugger {
   status = "okay";
};
 
&cif {
   status = "disabled";
};
 
&cif_clkout {
   /* cif_clkout */
   rockchip,pins = <1 RK_PB3 1 &pcfg_pull_none_4ma>;
};
 
&dmc {
   vop-dclk-mode = <1>;
   status = "okay";
};
 
&isp_dvp_d2d9 {
   rockchip,pins =
           /* cif_data4 ... cif_data9 */
           <1 RK_PA2 1 &pcfg_pull_down>,
           <1 RK_PA3 1 &pcfg_pull_down>,
           <1 RK_PA4 1 &pcfg_pull_down>,
           <1 RK_PA5 1 &pcfg_pull_down>,
           <1 RK_PA6 1 &pcfg_pull_down>,
           <1 RK_PA7 1 &pcfg_pull_down>,
           /* cif_sync, cif_href */
           <1 RK_PB0 1 &pcfg_pull_down>,
           <1 RK_PB1 1 &pcfg_pull_down>,
           /* cif_clkin */
           <1 RK_PB2 1 &pcfg_pull_down>;
};
 
&isp_dvp_d10d11 {
   rockchip,pins =
           /* cif_data10, cif_data11 */
           <1 RK_PB6 1 &pcfg_pull_down>,
           <1 RK_PB7 1 &pcfg_pull_down>;
};
 
&i2c3 {
   status = "okay";
 
   gc2145: gc2145@3c {
       compatible = "galaxycore,gc2145";
       reg = <0x3c>;
       clocks = <&cru SCLK_VIP_OUT>;
       clock-names = "xvclk";
 
       pinctrl-names = "default";
       pinctrl-0 = <&isp_dvp_d2d9 &isp_dvp_d10d11 &cif_clkout>;
       power-gpio = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
       pwdn-gpios = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
       rockchip,camera-module-index = <1>;
       rockchip,camera-module-facing = "front";
       rockchip,camera-module-name = "CameraKing";
       rockchip,camera-module-lens-name = "Largan";
       port {
           gc2145_out: endpoint {
               remote-endpoint = <&isp_dvp_in>;
           };
       };
   };
 
   ov5695: ov5695@36 {
       compatible = "ovti,ov5695";
       reg = <0x36>;
       clocks = <&cru SCLK_VIP_OUT>;
       clock-names = "xvclk";
       pwdn-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
       pinctrl-names = "default";
       pinctrl-0 = <&cif_clkout>;
       rockchip,camera-module-index = <0>;
       rockchip,camera-module-facing = "back";
       rockchip,camera-module-name = "TongJu";
       rockchip,camera-module-lens-name = "CHT842-MD";
       port {
           ov5695_out: endpoint {
               remote-endpoint = <&mipi_in>;
               data-lanes = <1 2>;
           };
       };
   };
 
};
 
&isp {
   status = "disabled";
};
 
&isp_mmu {
   status = "okay";
};
 
&mipi_dphy_rx0 {
   status = "okay";
 
   ports {
       #address-cells = <1>;
       #size-cells = <0>;
 
       port@0 {
           reg = <0>;
           #address-cells = <1>;
           #size-cells = <0>;
 
           mipi_in: endpoint@1 {
               reg = <1>;
               remote-endpoint = <&ov5695_out>;
               data-lanes = <1 2>;
           };
       };
 
       port@1 {
           reg = <1>;
           #address-cells = <1>;
           #size-cells = <0>;
 
           dphy_rx_out: endpoint@0 {
               reg = <0>;
               remote-endpoint = <&isp_mipi_in>;
           };
       };
   };
};
 
&pinctrl {
   pcfg_pull_none_4ma: pcfg-pull-none-4ma {
       bias-disable;
       drive-strength = <4>;
   };
};
 
&rkisp1 {
   status = "okay";
   port {
       #address-cells = <1>;
       #size-cells = <0>;
 
       isp_dvp_in: endpoint@1 {
           reg = <1>;
           remote-endpoint = <&gc2145_out>;
       };
 
       isp_mipi_in: endpoint@0 {
           reg = <0>;
           remote-endpoint = <&dphy_rx_out>;
       };
 
   };
};
 
/*
 * In sleep mode, should be close vcca_33 and vcc_lan,
 * but due to small defects in hardware settings and
 * the system sleeps and wakes up, 4g module can not disconnect the network,
 * so system sleep mode cannot be turned off vcca_33 and vcc_lan.
 * This configuration will result in increased power consumption,
 * please configure according to the actual needs of the project.
 */
&vcca_33 {
   regulator-state-mem {
       regulator-on-in-suspend;
   };
};
 
&vcc_lan {
   regulator-state-mem {
       regulator-on-in-suspend;
   };
};