xref: /OK3568_Linux_fs/kernel/arch/arm/boot/dts/rk3126-m708-cif-sensor.dtsi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2#include "../../../../drivers/soc/rockchip/rk_camera_sensor_info.h"
3/{
4	cif_sensor: cif_sensor {
5		compatible = "rockchip,sensor";
6		status = "disabled";
7
8		gc2145_b {
9			is_front = <0>;
10			powerdown-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
11			pwdn_active = <gc2145_PWRDN_ACTIVE>;
12			mir = <0>;
13			flash_attach = <0>;
14			resolution = <gc2145_FULL_RESOLUTION>;
15			powerup_sequence = <gc2145_PWRSEQ>;
16			orientation = <0>;
17			i2c_add = <gc2145_I2C_ADDR>;
18			i2c_chl = <0>;
19			cif_chl = <0>;
20			mclk_rate = <24>;
21		};
22
23		gc0329_f {
24			is_front = <1>;
25			powerdown-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
26			pwdn_active = <gc0329_PWRDN_ACTIVE>;
27			mir = <0>;
28			flash_attach = <0>;
29			resolution = <gc0329_FULL_RESOLUTION>;
30			powerup_sequence = <gc0329_PWRSEQ>;
31			orientation = <0>;
32			i2c_add = <gc0329_I2C_ADDR>;
33			i2c_chl = <0>;
34			cif_chl = <0>;
35			mclk_rate = <24>;
36		};
37	};
38};
39
40