Lines Matching +full:dovdd +full:- +full:supply
1 * Omnivision OV2685 MIPI CSI-2 sensor
4 - compatible: shall be "ovti,ov2685"
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.8 volts
10 - reset-gpios: Low active reset gpio
15 Documentation/devicetree/bindings/media/video-interfaces.txt.
16 The endpoint optional property 'data-lanes' shall be "<1>".
20 ov2685: camera-sensor@3c {
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 = <&pp1800>;
32 reset-gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
36 remote-endpoint = <&mipi_in_ucam>;
37 data-lanes = <1>;