1 Rockchip DWC HDMI TX Encoder
2 ============================
4 The HDMI transmitter is a Synopsys DesignWare HDMI 1.4 TX controller IP
5 with a companion PHY IP.
7 These DT bindings follow the Synopsys DWC HDMI TX bindings defined in
8 Documentation/devicetree/bindings/display/bridge/dw_hdmi.txt with the
9 following device-specific properties.
14 - compatible: should be one of the following:
15 "rockchip,rk3288-dw-hdmi"
16 "rockchip,rk3399-dw-hdmi"
17 - reg: See dw_hdmi.txt.
18 - reg-io-width: See dw_hdmi.txt. Shall be 4.
19 - interrupts: HDMI interrupt number
20 - clocks: See dw_hdmi.txt.
21 - clock-names: Shall contain "iahb" and "isfr" as defined in dw_hdmi.txt.
22 - ports: See dw_hdmi.txt. The DWC HDMI shall have a single port numbered 0
23 corresponding to the video input of the controller. The port shall have two
24 endpoints, numbered 0 and 1, connected respectively to the vopb and vopl.
25 - rockchip,grf: Shall reference the GRF to mux vopl/vopb.
29 - ddc-i2c-bus: The HDMI DDC bus can be connected to either a system I2C master
30 or the functionally-reduced I2C master contained in the DWC HDMI. When
31 connected to a system I2C master this property contains a phandle to that
32 I2C master controller.
33 - clock-names: See dw_hdmi.txt. The "cec" clock is optional.
34 - clock-names: May contain "cec" as defined in dw_hdmi.txt.
35 - clock-names: May contain "grf", power for grf io.
36 - clock-names: May contain "vpll", external clock for some hdmi phy.
41 compatible = "rockchip,rk3288-dw-hdmi";
42 reg = <0xff980000 0x20000>;
44 ddc-i2c-bus = <&i2c5>;
45 rockchip,grf = <&grf>;
46 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
47 clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>;
48 clock-names = "iahb", "isfr";
53 hdmi_in_vopb: endpoint@0 {
55 remote-endpoint = <&vopb_out_hdmi>;
57 hdmi_in_vopl: endpoint@1 {
59 remote-endpoint = <&vopl_out_hdmi>;