Lines Matching +full:video +full:- +full:reset +full:- +full:gpios
1 * Omnivision OV5695 MIPI CSI-2 sensor
4 - compatible: shall be "ovti,ov5695"
5 - clocks: reference to the xvclk input clock
6 - clock-names: shall be "xvclk"
7 - avdd-supply: Analog voltage supply, 2.8 volts
8 - dovdd-supply: Digital I/O voltage supply, 1.8 volts
9 - dvdd-supply: Digital core voltage supply, 1.2 volts
10 - reset-gpios: Low active reset gpio
13 'endpoint' subnode for its digital output video port,
14 in accordance with the video interface bindings defined in
15 Documentation/devicetree/bindings/media/video-interfaces.txt.
16 The endpoint optional property 'data-lanes' shall be "<1 2>".
20 ov5695: camera-sensor@36 {
23 pinctrl-names = "default";
24 pinctrl-0 = <&clk_24m_cam>;
27 clock-names = "xvclk";
29 avdd-supply = <&pp2800_cam>;
30 dovdd-supply = <&pp1800>;
31 dvdd-supply = <&pp1250_cam>;
32 reset-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;
36 remote-endpoint = <&mipi_in_wcam>;
37 data-lanes = <1 2>;