1 Silicon Image SiI9234 HDMI/MHL bridge bindings
4 - compatible : "sil,sii9234".
5 - reg : I2C address for TPI interface, use 0x39
6 - avcc33-supply : MHL/USB Switch Supply Voltage (3.3V)
7 - iovcc18-supply : I/O Supply Voltage (1.8V)
8 - avcc12-supply : TMDS Analog Supply Voltage (1.2V)
9 - cvcc12-supply : Digital Core Supply Voltage (1.2V)
10 - interrupts, interrupt-parent: interrupt specifier of INT pin
11 - reset-gpios: gpio specifier of RESET pin (active low)
12 - video interfaces: Device node can contain two video interface port
13 nodes for HDMI encoder and connector according to [1].
14 - port@0 - MHL to HDMI
15 - port@1 - MHL to connector
17 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
22 compatible = "sil,sii9234";
24 avcc33-supply = <&vcc33mhl>;
25 iovcc18-supply = <&vcc18mhl>;
26 avcc12-supply = <&vsil12>;
27 cvcc12-supply = <&vsil12>;
28 reset-gpios = <&gpf3 4 GPIO_ACTIVE_LOW>;
29 interrupt-parent = <&gpf3>;
30 interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
38 mhl_to_hdmi: endpoint {
39 remote-endpoint = <&hdmi_to_mhl>;
44 mhl_to_connector: endpoint {
45 remote-endpoint = <&connector_to_mhl>;