Lines Matching +full:vdddo +full:- +full:supply
1 * Omnivision 1/7.5-Inch B&W VGA CMOS Digital Image Sensor
3 The Omnivision OV7251 is a 1/7.5-Inch CMOS active pixel digital image sensor
8 - compatible: Value should be "ovti,ov7251".
9 - clocks: Reference to the xclk clock.
10 - clock-names: Should be "xclk".
11 - clock-frequency: Frequency of the xclk clock.
12 - enable-gpios: Chip enable GPIO. Polarity is GPIO_ACTIVE_HIGH. This corresponds
14 - vdddo-supply: Chip digital IO regulator.
15 - vdda-supply: Chip analog regulator.
16 - vddd-supply: Chip digital core regulator.
21 Documentation/devicetree/bindings/media/video-interfaces.txt.
28 ov7251: camera-sensor@60 {
32 enable-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
33 pinctrl-names = "default";
34 pinctrl-0 = <&camera_bw_default>;
37 clock-names = "xclk";
38 clock-frequency = <24000000>;
40 vdddo-supply = <&camera_dovdd_1v8>;
41 vdda-supply = <&camera_avdd_2v8>;
42 vddd-supply = <&camera_dvdd_1v2>;
46 clock-lanes = <1>;
47 data-lanes = <0>;
48 remote-endpoint = <&csi0_ep>;