Lines Matching +full:data +full:- +full:lanes
1 Samsung S5P/Exynos SoC series MIPI CSI-2 receiver (MIPI CSIS)
2 -------------------------------------------------------------
6 - compatible : "samsung,s5pv210-csis" for S5PV210 (S5PC110),
7 "samsung,exynos4210-csis" for Exynos4210 (S5PC210),
8 "samsung,exynos4212-csis" for Exynos4212/Exynos4412,
9 "samsung,exynos5250-csis" for Exynos5250;
10 - reg : offset and length of the register set for the device;
11 - interrupts : should contain MIPI CSIS interrupt; the format of the
13 - bus-width : maximum number of data lanes supported (SoC specific);
14 - vddio-supply : MIPI CSIS I/O and PLL voltage supply (e.g. 1.8V);
15 - vddcore-supply : MIPI CSIS Core voltage supply (e.g. 1.1V);
16 - clocks : list of clock specifiers, corresponding to entries in
17 clock-names property;
18 - clock-names : must contain "csis", "sclk_csis" entries, matching entries
23 - clock-frequency : The IP's main (system bus) clock frequency in Hz, default
25 - samsung,csis-wclk : CSI-2 wrapper clock selection. If this property is present
31 media/video-interfaces.txt. The following are properties specific to those nodes.
34 ---------
36 - reg : (required) must be 3 for camera C input (CSIS0) or 4 for
40 -------------
42 - data-lanes : (required) an array specifying active physical MIPI-CSI2
43 data input lanes and their mapping to logical lanes; the
46 - samsung,csis-hs-settle : (optional) differential receiver (HS-RX) settle time;
60 compatible = "samsung,exynos4210-csis";
63 #address-cells = <1>;
64 #size-cells = <0>;
70 clock-frequency = <166000000>;
71 vddio-supply = <®0>;
72 vddcore-supply = <®1>;
74 reg = <3>; /* 3 - CSIS0, 4 - CSIS1 */
76 remote-endpoint = <...>;
77 data-lanes = <1>, <2>;
78 samsung,csis-hs-settle = <12>;