Back to home page

OSCL-LXR

 
 

    


0001 TPD12S015 HDMI level shifter and ESD protection chip
0002 ====================================================
0003 
0004 Required properties:
0005 - compatible: "ti,tpd12s015"
0006 
0007 Optional properties:
0008 - gpios: CT CP HPD, LS OE and HPD gpios
0009 
0010 Required nodes:
0011 - Video port 0 for HDMI input
0012 - Video port 1 for HDMI output
0013 
0014 Example
0015 -------
0016 
0017 tpd12s015: encoder@1 {
0018         compatible = "ti,tpd12s015";
0019 
0020         gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>,   /* 60, CT CP HPD */
0021                 <&gpio2 9 GPIO_ACTIVE_HIGH>,    /* 41, LS OE */
0022                 <&gpio2 31 GPIO_ACTIVE_HIGH>;   /* 63, HPD */
0023 
0024         ports {
0025                 #address-cells = <1>;
0026                 #size-cells = <0>;
0027 
0028                 port@0 {
0029                         reg = <0>;
0030 
0031                         tpd12s015_in: endpoint@0 {
0032                                 remote-endpoint = <&hdmi_out>;
0033                         };
0034                 };
0035 
0036                 port@1 {
0037                         reg = <1>;
0038 
0039                         tpd12s015_out: endpoint@0 {
0040                                 remote-endpoint = <&hdmi_connector_in>;
0041                         };
0042                 };
0043         };
0044 };