1 TPD12S015 HDMI level shifter and ESD protection chip
2 ====================================================
5 - compatible: "ti,tpd12s015"
8 - gpios: CT CP HPD, LS OE and HPD gpios
11 - Video port 0 for HDMI input
12 - Video port 1 for HDMI output
17 tpd12s015: encoder@1 {
18 compatible = "ti,tpd12s015";
20 gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */
21 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
22 <&gpio2 31 GPIO_ACTIVE_HIGH>; /* 63, HPD */
31 tpd12s015_in: endpoint@0 {
32 remote-endpoint = <&hdmi_out>;
39 tpd12s015_out: endpoint@0 {
40 remote-endpoint = <&hdmi_connector_in>;