Lines Matching +full:blk +full:- +full:ctrl
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/nxp,imx8-isi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <[email protected]>
16 number and nature is SoC-dependent. They cover both capture interfaces (MIPI
17 CSI-2 RX, HDMI RX, ...) and display engine outputs for writeback support.
22 - fsl,imx8mn-isi
23 - fsl,imx8mp-isi
24 - fsl,imx8ulp-isi
25 - fsl,imx93-isi
32 - description: The AXI clock
33 - description: The APB clock
34 # TODO: Check if the per-channel ipg_proc_clk clocks need to be specified
38 clock-names:
40 - const: axi
41 - const: apb
43 fsl,blk-ctrl:
54 power-domains:
61 assignment are model-dependent. Each port shall have a single endpoint.
64 - compatible
65 - reg
66 - interrupts
67 - clocks
68 - clock-names
69 - fsl,blk-ctrl
70 - ports
73 - if:
78 - fsl,imx8mn-isi
79 - fsl,imx8ulp-isi
80 - fsl,imx93-isi
88 description: MIPI CSI-2 RX
91 - port@0
93 - if:
97 const: fsl,imx8mp-isi
105 description: MIPI CSI-2 RX 0
107 description: MIPI CSI-2 RX 1
109 - port@0
110 - port@1
115 - |
116 #include <dt-bindings/clock/imx8mn-clock.h>
117 #include <dt-bindings/interrupt-controller/arm-gic.h>
118 #include <dt-bindings/interrupt-controller/irq.h>
119 #include <dt-bindings/power/imx8mn-power.h>
122 compatible = "fsl,imx8mn-isi";
127 clock-names = "axi", "apb";
128 fsl,blk-ctrl = <&disp_blk_ctrl>;
129 power-domains = <&disp_blk_ctrl IMX8MN_DISPBLK_PD_ISI>;
132 #address-cells = <1>;
133 #size-cells = <0>;
138 remote-endpoint = <&mipi_csi_out>;
144 - |
145 #include <dt-bindings/clock/imx8mp-clock.h>
146 #include <dt-bindings/interrupt-controller/arm-gic.h>
147 #include <dt-bindings/interrupt-controller/irq.h>
150 compatible = "fsl,imx8mp-isi";
156 clock-names = "axi", "apb";
157 fsl,blk-ctrl = <&media_blk_ctrl>;
158 power-domains = <&mediamix_pd>;
161 #address-cells = <1>;
162 #size-cells = <0>;
167 remote-endpoint = <&mipi_csi_0_out>;
174 remote-endpoint = <&mipi_csi_1_out>;