Searched +full:chn +full:- +full:vbus (Results 1 – 2 of 2) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.04 description: Nuvoton NuMaker USB Type-C port controller6 compatible: "nuvoton,numaker-tcpc"8 include: [base.yaml, reset-device.yaml, pinctrl-device.yaml]23 vconn-overcurrent-event-polarity:28 - "low-active"29 - "high-active"31 vconn-discharge-polarity:36 - "low-active"37 - "high-active"[all …]
1 /* SPDX-License-Identifier: Apache-2.0 */3 #include <dt-bindings/usb-c/pd.h>7 usbc-port0 = &port0;11 #address-cells = <1>;12 #size-cells = <0>;14 port0: usbc-port@0 {15 compatible = "usb-c-connector";18 vbus = <&vbus0>;20 power-role = "sink";21 sink-pdos = <PDO_FIXED(5000, 100, 0)>;[all …]