Lines Matching +full:lcdif +full:- +full:axi
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Paul Elder <paul.elder@ideasonboard.com>
13 The i.MX8MP Media Block Control (MEDIA BLK_CTRL) is a top-level peripheral
20 - const: fsl,imx8mp-media-blk-ctrl
21 - const: syscon
26 '#power-domain-cells':
29 power-domains:
32 power-domain-names:
34 - const: bus
35 - const: mipi-dsi1
36 - const: mipi-csi1
37 - const: lcdif1
38 - const: isi
39 - const: mipi-csi2
40 - const: lcdif2
41 - const: isp
42 - const: dwe
43 - const: mipi-dsi2
47 - description: The APB clock
48 - description: The AXI clock
49 - description: The pixel clock for the first CSI2 receiver (aclk)
50 - description: The pixel clock for the second CSI2 receiver (aclk)
51 - description: The pixel clock for the first LCDIF (pix_clk)
52 - description: The pixel clock for the second LCDIF (pix_clk)
53 - description: The core clock for the ISP (clk)
54 - description: The MIPI-PHY reference clock used by DSI
56 clock-names:
58 - const: apb
59 - const: axi
60 - const: cam1
61 - const: cam2
62 - const: disp1
63 - const: disp2
64 - const: isp
65 - const: phy
70 interconnect-names:
72 - const: lcdif-rd
73 - const: lcdif-wr
74 - const: isi0
75 - const: isi1
76 - const: isi2
77 - const: isp0
78 - const: isp1
79 - const: dwe
82 - compatible
83 - reg
84 - '#power-domain-cells'
85 - power-domains
86 - power-domain-names
87 - clocks
88 - clock-names
93 - |
94 #include <dt-bindings/clock/imx8mp-clock.h>
95 #include <dt-bindings/power/imx8mp-power.h>
97 media_blk_ctl: blk-ctl@32ec0000 {
98 compatible = "fsl,imx8mp-media-blk-ctrl", "syscon";
100 power-domains = <&mediamix_pd>, <&mipi_phy1_pd>, <&mipi_phy1_pd>,
104 power-domain-names = "bus", "mipi-dsi1", "mipi-csi1", "lcdif1", "isi",
105 "mipi-csi2", "lcdif2", "isp", "dwe", "mipi-dsi2";
114 clock-names = "apb", "axi", "cam1", "cam2", "disp1", "disp2",
116 #power-domain-cells = <1>;