Lines Matching +full:hdcp +full:- +full:bus
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
43 - const: hdcp
44 - const: hrv
50 clock-names:
52 - const: apb
53 - const: axi
54 - const: ref_266m
55 - const: ref_24m
56 - const: fdcc
61 interconnect-names:
63 - const: hrv
64 - const: lcdif-hdmi
65 - const: hdcp
68 - compatible
69 - reg
70 - power-domains
71 - power-domain-names
72 - clocks
73 - clock-names
78 - |
79 #include <dt-bindings/clock/imx8mp-clock.h>
80 #include <dt-bindings/power/imx8mp-power.h>
82 blk-ctrl@32fc0000 {
83 compatible = "fsl,imx8mp-hdmi-blk-ctrl", "syscon";
90 clock-names = "apb", "axi", "ref_266m", "ref_24m", "fdcc";
91 power-domains = <&pgc_hdmimix>, <&pgc_hdmimix>, <&pgc_hdmimix>,
95 power-domain-names = "bus", "irqsteer", "lcdif", "pai", "pvi", "trng",
96 "hdmi-tx", "hdmi-tx-phy",
97 "hdcp", "hrv";
98 #power-domain-cells = <1>;