Lines Matching +full:vconn +full:- +full:ctrl +full:- +full:gpios
2 # SPDX-License-Identifier: Apache-2.0
5 The Richtek RT1715 is a Type-C Port Controller (TCPC) chip.
10 #address-cells = <1>;
11 #size-cells = <0>;
12 port0: usbc-port@0 {
13 compatible = "usb-c-connector";
17 power-role = "sink";
18 sink-pdos = <PDO_FIXED(5000, 100, 0)>;
23 compatible = "zephyr,usb-c-vbus-adc";
25 io-channels = <&adc 2>;
26 output-ohms = <10000>;
27 full-ohms = <(100000 + 10000)>;
32 clock-frequency = <I2C_BITRATE_FAST_PLUS>;
36 irq-gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
43 include: [base.yaml, pinctrl-device.yaml]
49 irq-gpios:
50 type: phandle-array
55 transmit-retries:
62 vconn-ctrl-gpios:
63 type: phandle-array
65 GPIO pin for VCONN control. RT1715 does not have built-in VCONN power supply. If the
66 state of the VCONN power supply need to be toggled, this pin and a switchable power
69 vconn-disc-gpios:
70 type: phandle-array
72 GPIO pin for VCONN discharge control. RT1715 does not have VCONN discharge capability.
73 If VCONN discharge is not needed, this pin does not need to be defined in the device