Lines Matching +full:vbus +full:- +full:gpio
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/extcon/extcon-ptn5150.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
13 PTN5150 is a small thin low power CC logic chip supporting the USB Type-C
21 int-gpios:
25 GPIO pin (input) connected to the PTN5150's INTB pin.
34 vbus-gpios:
37 GPIO pin (output) used to control VBUS. If skipped, no such control
46 - compatible
47 - interrupts
48 - reg
53 - |
54 #include <dt-bindings/gpio/gpio.h>
55 #include <dt-bindings/interrupt-controller/irq.h>
57 #address-cells = <1>;
58 #size-cells = <0>;
63 interrupt-parent = <&msmgpio>;
65 vbus-gpios = <&msmgpio 148 GPIO_ACTIVE_HIGH>;
69 remote-endpoint = <&usb1_drd_sw>;