Lines Matching +full:csi +full:- +full:2
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: i.MX7 and i.MX8 CSI bridge (CMOS Sensor Interface)
10 - Rui Miguel Silva <rmfrfs@gmail.com>
13 This is device node for the CMOS Sensor Interface (CSI) which enables the
19 - enum:
20 - fsl,imx8mq-csi
21 - fsl,imx7-csi
22 - fsl,imx6ul-csi
23 - items:
24 - const: fsl,imx8mm-csi
25 - const: fsl,imx7-csi
36 clock-names:
38 - const: mclk
44 - compatible
45 - reg
46 - interrupts
47 - clocks
48 - clock-names
49 - port
54 - |
55 #include <dt-bindings/clock/imx7d-clock.h>
56 #include <dt-bindings/interrupt-controller/arm-gic.h>
57 #include <dt-bindings/interrupt-controller/irq.h>
59 csi: csi@30710000 {
60 compatible = "fsl,imx7-csi";
64 clock-names = "mclk";
68 remote-endpoint = <&csi_mux_to_csi>;