Lines Matching +full:4 +full:- +full:inch
1 * Omnivision 1/4-Inch 5Mp CMOS Digital Image Sensor
3 The Omnivision OV5645 is a 1/4-Inch CMOS active pixel digital image sensor with
8 - compatible: Value should be "ovti,ov5645".
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 - reset-gpios: Chip reset GPIO. Polarity is GPIO_ACTIVE_LOW. This corresponds to
16 - vdddo-supply: Chip digital IO regulator.
17 - vdda-supply: Chip analog regulator.
18 - vddd-supply: Chip digital core regulator.
22 Documentation/devicetree/bindings/media/video-interfaces.txt.
33 enable-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
34 reset-gpios = <&gpio5 20 GPIO_ACTIVE_LOW>;
35 pinctrl-names = "default";
36 pinctrl-0 = <&camera_rear_default>;
39 clock-names = "xclk";
40 clock-frequency = <24000000>;
42 vdddo-supply = <&camera_dovdd_1v8>;
43 vdda-supply = <&camera_avdd_2v8>;
44 vddd-supply = <&camera_dvdd_1v2>;
48 clock-lanes = <1>;
49 data-lanes = <0 2>;
50 remote-endpoint = <&csi0_ep>;