| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: i.MX7 and i.MX8 CSI bridge (CMOS Sensor Interface) |
| - Rui Miguel Silva <rmfrfs@gmail.com> |
| This is device node for the CMOS Sensor Interface (CSI) which enables the |
| chip to connect directly to external CMOS image sensors. |
| $ref: /schemas/graph.yaml#/properties/port |
| additionalProperties: false |
| #include <dt-bindings/clock/imx7d-clock.h> |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| #include <dt-bindings/interrupt-controller/irq.h> |
| compatible = "fsl,imx7-csi"; |
| reg = <0x30710000 0x10000>; |
| interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; |
| clocks = <&clks IMX7D_CSI_MCLK_ROOT_CLK>; |
| csi_from_csi_mux: endpoint { |
| remote-endpoint = <&csi_mux_to_csi>; |