Lines Matching +full:usb +full:- +full:c +full:- +full:vbus +full:- +full:adc
1 # Copyright (c) 2024 Jianxiong Gu <jianxiong.gu@outlook.com>
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";
16 vbus = <&vbus0>;
17 power-role = "sink";
18 sink-pdos = <PDO_FIXED(5000, 100, 0)>;
22 vbus0: vbus {
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
69 vconn-disc-gpios:
70 type: phandle-array