Lines Matching +full:data +full:- +full:lanes
5 --------------
7 This is the device node for the MIPI CSI-2 receiver core in i.MX7 SoC. It is
8 compatible with previous version of Samsung D-phy.
12 - compatible : "fsl,imx7-mipi-csi2";
13 - reg : base address and length of the register set for the device;
14 - interrupts : should contain MIPI CSIS interrupt;
15 - clocks : list of clock specifiers, see
16 Documentation/devicetree/bindings/clock/clock-bindings.txt for details;
17 - clock-names : must contain "pclk", "wrap" and "phy" entries, matching
19 - power-domains : a phandle to the power domain, see
21 - reset-names : should include following entry "mrst";
22 - resets : a list of phandle, should contain reset entry of
23 reset-names;
24 - phy-supply : from the generic phy bindings, a phandle to a regulator that
29 - clock-frequency : The IP's main (system bus) clock frequency in Hz, default
31 - fsl,csis-hs-settle : differential receiver (HS-RX) settle time;
35 Documentation/devicetree/bindings/ media/video-interfaces.txt.
39 ---------
41 - reg : (required) can take the values 0 or 1, where 0 shall be
46 -------------
48 - data-lanes : (required) an array specifying active physical MIPI-CSI2
49 data input lanes and their mapping to logical lanes; this
56 mipi_csi: mipi-csi@30750000 {
57 #address-cells = <1>;
58 #size-cells = <0>;
60 compatible = "fsl,imx7-mipi-csi2";
66 clock-names = "pclk", "wrap", "phy";
67 clock-frequency = <166000000>;
68 power-domains = <&pgc_mipi_phy>;
69 phy-supply = <®_1p0d>;
71 reset-names = "mrst";
72 fsl,csis-hs-settle = <3>;
78 remote-endpoint = <&ov2680_to_mipi>;
79 data-lanes = <1>;
87 remote-endpoint = <&csi_mux_from_mipi_vc0>;