Lines Matching +full:camera +full:- +full:lens
1 * Sony 1/3.06-Inch 13.13Mp CMOS Digital Image Sensor
3 The Sony imx214 is a 1/3.06-inch CMOS active pixel digital image sensor with
6 Image data is sent through MIPI CSI-2, through 2 or 4 lanes at a maximum
11 - compatible: Shall be "sony,imx214".
12 - reg: I2C bus address of the device. Depending on how the sensor is wired,
14 - enable-gpios: GPIO descriptor for the enable pin.
15 - vdddo-supply: Chip digital IO regulator (1.8V).
16 - vdda-supply: Chip analog regulator (2.7V).
17 - vddd-supply: Chip digital core regulator (1.12V).
18 - clocks: Reference to the xclk clock.
19 - clock-frequency: Frequency of the xclk clock.
22 - flash-leds: See ../video-interfaces.txt
23 - lens-focus: See ../video-interfaces.txt
27 Documentation/devicetree/bindings/media/video-interfaces.txt.
30 - data-lanes: check ../video-interfaces.txt
31 - link-frequencies: check ../video-interfaces.txt
32 - remote-endpoint: check ../video-interfaces.txt
36 camera-sensor@1a {
39 vdddo-supply = <&pm8994_lvs1>;
40 vddd-supply = <&camera_vddd_1v12>;
41 vdda-supply = <&pm8994_l17>;
42 lens-focus = <&ad5820>;
43 enable-gpios = <&msmgpio 25 GPIO_ACTIVE_HIGH>;
45 clock-frequency = <24000000>;
48 data-lanes = <1 2 3 4>;
49 link-frequencies = /bits/ 64 <480000000>;
50 remote-endpoint = <&csiphy0_ep>;