Lines Matching +full:dw +full:- +full:hdmi
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/renesas,dw-hdmi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car DWC HDMI TX Encoder
10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
13 The HDMI transmitter is a Synopsys DesignWare HDMI 1.4 TX controller IP
17 - $ref: synopsys,dw-hdmi.yaml#
22 - enum:
23 - renesas,r8a774a1-hdmi # for RZ/G2M compatible HDMI TX
24 - renesas,r8a774b1-hdmi # for RZ/G2N compatible HDMI TX
25 - renesas,r8a774e1-hdmi # for RZ/G2H compatible HDMI TX
26 - renesas,r8a7795-hdmi # for R-Car H3 compatible HDMI TX
27 - renesas,r8a7796-hdmi # for R-Car M3-W compatible HDMI TX
28 - renesas,r8a77961-hdmi # for R-Car M3-W+ compatible HDMI TX
29 - renesas,r8a77965-hdmi # for R-Car M3-N compatible HDMI TX
30 - const: renesas,rcar-gen3-hdmi
32 reg-io-width:
38 clock-names:
54 description: HDMI output port
61 - port@0
62 - port@1
63 - port@2
65 power-domains:
69 - compatible
70 - reg
71 - clocks
72 - clock-names
73 - resets
74 - interrupts
75 - ports
80 - |
81 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>
82 #include <dt-bindings/interrupt-controller/irq.h>
83 #include <dt-bindings/power/r8a7795-sysc.h>
85 hdmi@fead0000 {
86 compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi";
90 clock-names = "iahb", "isfr";
91 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
95 #address-cells = <1>;
96 #size-cells = <0>;
100 remote-endpoint = <&du_out_hdmi0>;
106 remote-endpoint = <&hdmi0_con>;
112 remote-endpoint = <&hdmi_sound_out>;
118 hdmi0-out {
119 compatible = "hdmi-connector";
125 remote-endpoint = <&rcar_dw_hdmi0_out>;