Lines Matching +full:spi +full:- +full:samsung

1 Samsung S5C73M3 8Mp camera ISP
2 ------------------------------
4 The S5C73M3 camera ISP supports MIPI CSI-2 and parallel (ITU-R BT.656) video
5 data busses. The I2C bus is the main control bus and additionally the SPI bus
11 ---------------------
15 - compatible : "samsung,s5c73m3";
16 - reg : I2C slave address of the sensor;
17 - vdd-int-supply : digital power supply (1.2V);
18 - vdda-supply : analog power supply (1.2V);
19 - vdd-reg-supply : regulator input power supply (2.8V);
20 - vddio-host-supply : host I/O power supply (1.8V to 2.8V);
21 - vddio-cis-supply : CIS I/O power supply (1.2V to 1.8V);
22 - vdd-af-supply : lens power supply (2.8V);
23 - xshutdown-gpios : specifier of GPIO connected to the XSHUTDOWN pin;
24 - standby-gpios : specifier of GPIO connected to the STANDBY pin;
25 - clocks : should contain list of phandle and clock specifier pairs
27 in the clock-names property;
28 - clock-names : should contain "cis_extclk" entry for the CIS_EXTCLK clock;
32 - clock-frequency : the frequency at which the "cis_extclk" clock should be
36 The common video interfaces bindings (see video-interfaces.txt) should be used
46 ----------------
48 - data-lanes : (optional) specifies MIPI CSI-2 data lanes as covered in
49 video-interfaces.txt. This sensor doesn't support data lane remapping
53 SPI device node
54 ---------------
58 - compatible : "samsung,s5c73m3";
60 For more details see description of the SPI busses bindings
61 (../spi/spi-bus.txt) and bindings of a specific bus controller.
68 compatible = "samsung,s5c73m3";
70 vdd-int-supply = <&buck9_reg>;
71 vdda-supply = <&ldo17_reg>;
72 vdd-reg-supply = <&cam_io_reg>;
73 vddio-host-supply = <&ldo18_reg>;
74 vddio-cis-supply = <&ldo9_reg>;
75 vdd-af-supply = <&cam_af_reg>;
76 clock-frequency = <24000000>;
78 clock-names = "cis_extclk";
79 xshutdown-gpios = <&gpf1 3 1>;
80 standby-gpios = <&gpm0 1 1>;
83 remote-endpoint = <&csis0_ep>;
84 data-lanes = <1 2 3 4>;
90 spi@1392000 {
93 compatible = "samsung,s5c73m3";