Lines Matching +full:hdmi +full:- +full:mux +full:- +full:supply

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/rockchip/rockchip,dw-hdmi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rockchip DWC HDMI TX Encoder
10 - Mark Yao <markyao0591@gmail.com>
13 The HDMI transmitter is a Synopsys DesignWare HDMI 1.4 TX controller IP
17 - $ref: ../bridge/synopsys,dw-hdmi.yaml#
18 - $ref: /schemas/sound/dai-common.yaml#
23 - rockchip,rk3228-dw-hdmi
24 - rockchip,rk3288-dw-hdmi
25 - rockchip,rk3328-dw-hdmi
26 - rockchip,rk3399-dw-hdmi
27 - rockchip,rk3568-dw-hdmi
29 reg-io-width:
32 avdd-0v9-supply:
34 A 0.9V supply that powers up the SoC internal circuitry. The actual pin name
38 avdd-1v8-supply:
40 A 1.8V supply that powers up the SoC internal circuitry. The pin name on the
46 - {}
47 - {}
50 - description: The HDMI CEC controller main clock
51 - description: Power for GRF IO
52 - description: External clock for some HDMI PHY (old clock name, deprecated)
53 - description: External clock for some HDMI PHY (new name)
55 clock-names:
58 - {}
59 - {}
60 - enum:
61 - cec
62 - grf
63 - vpll
64 - ref
65 - enum:
66 - grf
67 - vpll
68 - ref
69 - enum:
70 - vpll
71 - ref
75 description: The HDMI PHY
77 phy-names:
78 const: hdmi
80 pinctrl-names:
87 - const: default
88 - const: unwedge
90 power-domains:
99 description: Input of the DWC HDMI TX
109 description: Output of the DWC HDMI TX
112 - port@0
113 - port@1
118 phandle to the GRF to mux vopl/vopb.
120 "#sound-dai-cells":
124 - compatible
125 - reg
126 - reg-io-width
127 - clocks
128 - clock-names
129 - interrupts
130 - ports
131 - rockchip,grf
136 - |
137 #include <dt-bindings/clock/rk3288-cru.h>
138 #include <dt-bindings/interrupt-controller/arm-gic.h>
139 #include <dt-bindings/interrupt-controller/irq.h>
140 #include <dt-bindings/power/rk3288-power.h>
142 hdmi: hdmi@ff980000 {
143 compatible = "rockchip,rk3288-dw-hdmi";
145 reg-io-width = <4>;
148 clock-names = "iahb", "isfr";
149 ddc-i2c-bus = <&i2c5>;
150 power-domains = <&power RK3288_PD_VIO>;
152 #sound-dai-cells = <0>;
155 #address-cells = <1>;
156 #size-cells = <0>;
160 #address-cells = <1>;
161 #size-cells = <0>;
165 remote-endpoint = <&vopb_out_hdmi>;
170 remote-endpoint = <&vopl_out_hdmi>;
178 remote-endpoint = <&hdmi_con_in>;