Lines Matching +full:camera +full:- +full:lens
8 Documentation/devicetree/bindings/media/video-interfaces.txt .
12 Documentation/devicetree/bindings/media/video-interfaces.txt .
15 --------------------
17 - compatible: "nokia,smia"
18 - reg: I2C address (0x10, or an alternative address)
19 - vana-supply: Analogue voltage supply (VANA), typically 2,8 volts (sensor
21 - clocks: External clock to the sensor
22 - clock-frequency: Frequency of the external clock to the sensor
23 - link-frequencies: List of allowed data link frequencies. An array of
24 64-bit elements.
28 -------------------
30 - reset-gpios: XSHUTDOWN GPIO
31 - flash-leds: See ../video-interfaces.txt
32 - lens-focus: See ../video-interfaces.txt
33 - rotation: Integer property; valid values are 0 (sensor mounted upright)
35 ../video-interfaces.txt .
39 ----------------------------------
41 - data-lanes: <1..n>
45 -------
48 clock-frequency = <400000>;
50 camera-sensor@10 {
53 reset-gpios = <&gpio3 20 0>;
54 vana-supply = <&vaux3>;
56 clock-frequency = <9600000>;
57 nokia,nvm-size = <512>; /* 8 * 64 */
58 link-frequencies = /bits/ 64 <199200000 210000000 499200000>;
61 data-lanes = <1 2>;
62 remote-endpoint = <&csi2a_ep>;