Lines Matching +full:usb +full:- +full:connector
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/usb/etek,et7303.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: Etek ET7303 Type-C Port controller DT bindings
10 - Wang Jie <dave.wang@rock-chips.com>
27 description: TCPC connected to USB controller to support dual-role switch.
30 - port@0
32 connector:
34 $ref: ../connector/usb-connector.yaml#
36 Properties for usb c connector that attached to the tcpci chip.
39 - compatible
40 - reg
41 - interrupts
42 - connector
47 - |
48 #include "dt-bindings/usb/pd.h"
53 interrupt-parent = <&gpio1>;
55 pinctrl-names = "default";
56 pinctrl-0 = <&et7303_int>;
57 vbus-supply = <&vcc5v0_typec>;
61 #address-cells = <1>;
62 #size-cells = <0>;
67 remote-endpoint = <&dwc3_0_role_switch>;
72 usb_con: connector {
73 compatible = "usb-c-connector";
74 label = "USB-C";
75 data-role = "dual";
76 power-role = "dual";
77 try-power-role = "sink";
78 op-sink-microwatt = <1000000>;
79 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM)>;
80 source-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
83 #address-cells = <1>;
84 #size-cells = <0>;
89 remote-endpoint = <&usbdp_phy0_orientation_switch>;