hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
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
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#include "../../../../drivers/soc/rockchip/rk_camera_sensor_info.h"
/{
   cif_sensor: cif_sensor {
       compatible = "rockchip,sensor";
       status = "disabled";
 
       gc2145_b {
           is_front = <0>;
           powerdown-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
           pwdn_active = <gc2145_PWRDN_ACTIVE>;
           mir = <0>;
           flash_attach = <0>;
           resolution = <gc2145_FULL_RESOLUTION>;
           powerup_sequence = <gc2145_PWRSEQ>;
           orientation = <0>;
           i2c_add = <gc2145_I2C_ADDR>;
           i2c_chl = <0>;
           cif_chl = <0>;
           mclk_rate = <24>;
       };
 
       gc0329_f {
           is_front = <1>;
           powerdown-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
           pwdn_active = <gc0329_PWRDN_ACTIVE>;
           mir = <0>;
           flash_attach = <0>;
           resolution = <gc0329_FULL_RESOLUTION>;
           powerup_sequence = <gc0329_PWRSEQ>;
           orientation = <0>;
           i2c_add = <gc0329_I2C_ADDR>;
           i2c_chl = <0>;
           cif_chl = <0>;
           mclk_rate = <24>;
       };
   };
};