Lines Matching +full:re +full:- +full:configured
2 --------------------------------------------------------------------
6 - compatible : "samsung,s5k5baf";
7 - reg : I2C slave address of the sensor;
8 - vdda-supply : analog power supply 2.8V (2.6V to 3.0V);
9 - vddreg-supply : regulator input power supply 1.8V (1.7V to 1.9V)
11 - vddio-supply : I/O power supply 1.8V (1.65V to 1.95V)
13 - stbyn-gpios : GPIO connected to STDBYN pin;
14 - rstn-gpios : GPIO connected to RSTN pin;
15 - clocks : list of phandle and clock specifier pairs
17 clocks described in clock-names;
18 - clock-names : should include "mclk" for the sensor's master clock;
22 - clock-frequency : the frequency at which the "mclk" clock should be
23 configured to operate, in Hz; if this property is not
28 media/video-interfaces.txt. The following are properties specific to those
32 -------------
34 - data-lanes : (optional) specifies MIPI CSI-2 data lanes as covered in
35 video-interfaces.txt. If present it should be <1> - the device
36 supports only one data lane without re-mapping.
43 vdda-supply = <&cam_io_en_reg>;
44 vddreg-supply = <&vt_core_15v_reg>;
45 vddio-supply = <&vtcam_reg>;
46 stbyn-gpios = <&gpl2 0 1>;
47 rstn-gpios = <&gpl2 1 1>;
48 clock-names = "mclk";
50 clock-frequency = <24000000>;
54 remote-endpoint = <&csis1_ep>;
55 data-lanes = <1>;