Lines Matching +full:usb +full:- +full:detect
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:
24 usb-phy:
26 description: USB PHY the ISP1704 is connected to
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>;