Lines Matching +full:top +full:- +full:ctrl
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP i.MX8MP HDMI blk-ctrl
10 - Lucas Stach <l.stach@pengutronix.de>
13 The i.MX8MP HDMMI blk-ctrl is a top-level peripheral providing access to
20 - const: fsl,imx8mp-hdmi-blk-ctrl
21 - const: syscon
26 '#power-domain-cells':
29 power-domains:
33 power-domain-names:
35 - const: bus
36 - const: irqsteer
37 - const: lcdif
38 - const: pai
39 - const: pvi
40 - const: trng
41 - const: hdmi-tx
42 - const: hdmi-tx-phy
48 clock-names:
50 - const: apb
51 - const: axi
52 - const: ref_266m
53 - const: ref_24m
58 interconnect-names:
60 - const: hrv
61 - const: lcdif-hdmi
62 - const: hdcp
65 - compatible
66 - reg
67 - power-domains
68 - power-domain-names
69 - clocks
70 - clock-names
75 - |
76 #include <dt-bindings/clock/imx8mp-clock.h>
77 #include <dt-bindings/power/imx8mp-power.h>
79 blk-ctrl@32fc0000 {
80 compatible = "fsl,imx8mp-hdmi-blk-ctrl", "syscon";
86 clock-names = "apb", "axi", "ref_266m", "ref_24m";
87 power-domains = <&pgc_hdmimix>, <&pgc_hdmimix>, <&pgc_hdmimix>,
90 power-domain-names = "bus", "irqsteer", "lcdif", "pai", "pvi", "trng",
91 "hdmi-tx", "hdmi-tx-phy";
92 #power-domain-cells = <1>;