Lines Matching +full:data +full:- +full:lanes
1 * Omnivision OV2680 MIPI CSI-2 sensor
4 - compatible: should be "ovti,ov2680".
5 - clocks: reference to the xvclk input clock.
6 - clock-names: should be "xvclk".
7 - DOVDD-supply: Digital I/O voltage supply.
8 - DVDD-supply: Digital core voltage supply.
9 - AVDD-supply: Analog voltage supply.
12 - reset-gpios: reference to the GPIO connected to the powerdown/reset pin,
18 Documentation/devicetree/bindings/media/video-interfaces.txt.
20 Endpoint node required properties for CSI-2 connection are:
21 - remote-endpoint: a phandle to the bus receiver's endpoint node.
22 - clock-lanes: should be set to <0> (clock lane on hardware lane 0).
23 - data-lanes: should be set to <1> (one CSI-2 lane supported).
28 ov2680: camera-sensor@36 {
32 clock-names = "xvclk";
33 reset-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
34 DOVDD-supply = <&sw2_reg>;
35 DVDD-supply = <&sw2_reg>;
36 AVDD-supply = <®_peri_3p15v>;
40 remote-endpoint = <&mipi_from_sensor>;
41 clock-lanes = <0>;
42 data-lanes = <1>;