Lines Matching +full:gpio +full:- +full:charger
1 # SPDX-License-Identifier: GPL-2.0
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: NXP ISP1704 USB Charger Detection
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
20 nxp,enable-gpio:
22 description: GPIO connected to the chip's enable pin
24 usb-phy:
29 - compatible
30 - nxp,enable-gpio
31 - usb-phy
36 - |
37 #include <dt-bindings/gpio/gpio.h>
38 charger-detect {
40 nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_LOW>;
41 usb-phy = <&usb2_phy>;