1 Samsung micro-USB 11-pin connector
2 ==================================
4 Samsung micro-USB 11-pin connector is an extension of micro-USB connector.
5 It is present in multiple Samsung mobile devices.
6 It has additional pins to route MHL traffic simultanously with USB.
8 The bindings are superset of usb-connector bindings for micro-USB connector[1].
11 - compatible: must be: "samsung,usb-connector-11pin", "usb-b-connector",
12 - type: must be "micro".
15 - any data bus to the connector should be modeled using the OF graph bindings
16 specified in bindings/graph.txt, unless the bus is between parent node and
17 the connector. Since single connector can have multpile data buses every bus
18 has assigned OF graph port number as follows:
20 3: Mobile High-Definition Link (MHL), specific to 11-pin Samsung micro-USB.
22 [1]: bindings/connector/usb-connector.yaml
27 Micro-USB connector with HS lines routed via controller (MUIC) and MHL lines
28 connected to HDMI-MHL bridge (sii8620):
33 compatible = "samsung,usb-connector-11pin", "usb-b-connector";
43 usb_con_mhl: endpoint {
44 remote-endpoint = <&sii8620_mhl>;