Lines Matching +full:image +full:- +full:sensor
1 * Omnivision OV7740 CMOS image sensor
3 The Omnivision OV7740 image sensor supports multiple output image
7 The common video interfaces bindings (see video-interfaces.txt) should
8 be used to specify link to the image data receiver. The OV7740 device
12 - compatible: "ovti,ov7740".
13 - reg: I2C slave address of the sensor.
14 - clocks: Reference to the xvclk input clock.
15 - clock-names: "xvclk".
18 - reset-gpios: Rreference to the GPIO connected to the reset_b pin,
19 if any. Active low with pull-ip resistor.
20 - powerdown-gpios: Reference to the GPIO connected to the pwdn pin,
21 if any. Active high with pull-down resistor.
24 - remote-endpoint: A phandle to the bus receiver's endpoint node.
32 pinctrl-names = "default";
33 pinctrl-0 = <&pinctrl_sensor_power &pinctrl_sensor_reset>;
35 clock-names = "xvclk";
36 assigned-clocks = <&isc>;
37 assigned-clock-rates = <24000000>;
38 reset-gpios = <&pioA 43 GPIO_ACTIVE_LOW>;
39 powerdown-gpios = <&pioA 44 GPIO_ACTIVE_HIGH>;
43 remote-endpoint = <&isc_0>;