Files
rockchip-kernel/arch/arm/boot/dts/rockchip/rk3126-m88-cif-sensor.dtsi
Tao Huang ad57250f94 ARM: dts: rockchip: Move .dts files to rockchip subdirectory
According to commit 724ba67515 ("ARM: dts: Move .dts files to vendor sub-directories").

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I3a8da8240526c0f0d8114b591a5143d851ffac5b
2025-07-23 19:39:12 +08:00

42 lines
971 B
Plaintext

#include "../../../../drivers/soc/rockchip/rk_camera_sensor_info.h"
/{
cif_sensor: cif_sensor {
compatible = "rockchip,sensor";
status = "disabled";
gc2035_b {
is_front = <0>;
powerdown-gpios = <&rk816 0 GPIO_ACTIVE_HIGH>;
pwdn_active = <gc2035_PWRDN_ACTIVE>;
pwr_active = <PWR_ACTIVE_HIGH>;
mir = <0>;
flash_attach = <0>;
resolution = <gc2035_FULL_RESOLUTION>;
powerup_sequence = <gc2035_PWRSEQ>;
orientation = <0>;
i2c_add = <gc2035_I2C_ADDR>;
i2c_chl = <0>;
cif_chl = <0>;
mclk_rate = <24>;
};
gc0312_f {
is_front = <1>;
powerdown-gpios = <&gpio3 11 GPIO_ACTIVE_HIGH>;
pwdn_active = <gc0312_PWRDN_ACTIVE>;
pwr_active = <PWR_ACTIVE_HIGH>;
mir = <0>;
flash_attach = <0>;
resolution = <gc0312_FULL_RESOLUTION>;
powerup_sequence = <gc0312_PWRSEQ>;
orientation = <0>;
i2c_add = <gc0312_I2C_ADDR>;
i2c_rata = <200000>;
i2c_chl = <0>;
cif_chl = <0>;
mclk_rate = <24>;
};
};
};