Lines Matching +full:cmos +full:- +full:compatible
1 Freescale i.MX7 CMOS Sensor Interface
5 --------
7 This is device node for the CMOS Sensor Interface (CSI) which enables the chip
8 to connect directly to external CMOS image sensors.
12 - compatible : "fsl,imx7-csi" or "fsl,imx6ul-csi";
13 - reg : base address and length of the register set for the device;
14 - interrupts : should contain CSI interrupt;
15 - clocks : list of clock specifiers, see
16 Documentation/devicetree/bindings/clock/clock-bindings.txt for details;
17 - clock-names : must contain "mclk";
21 Documentation/devicetree/bindings/media/video-interfaces.txt.
28 #address-cells = <1>;
29 #size-cells = <0>;
31 compatible = "fsl,imx7-csi";
35 clock-names = "mclk";
39 remote-endpoint = <&csi_mux_to_csi>;