Lines Matching +full:usb +full:- +full:vbus +full:- +full:regulator
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/usb/usb-nop-xceiv.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: USB NOP PHY
10 - Rob Herring <robh@kernel.org>
14 const: usb-nop-xceiv
19 clock-names:
22 clock-frequency: true
24 '#phy-cells':
27 vcc-supply:
28 description: phandle to the regulator that provides power to the PHY.
30 power-domains:
33 reset-gpios:
36 vbus-detect-gpio:
37 description: Should specify the GPIO detecting a VBus insertion
40 vbus-regulator:
41 description: Should specify the regulator supplying current drawn from
42 the VBus line.
45 wakeup-source:
47 Specify if the USB phy can detect the remote wakeup signal
51 - compatible
52 - '#phy-cells'
57 - |
58 #include <dt-bindings/gpio/gpio.h>
61 compatible = "usb-nop-xceiv";
62 clock-frequency = <19200000>;
64 clock-names = "main_clk";
65 vcc-supply = <&hsusb1_vcc_regulator>;
66 reset-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
67 vbus-detect-gpio = <&gpio2 13 GPIO_ACTIVE_HIGH>;
68 vbus-regulator = <&vbus_regulator>;
69 #phy-cells = <0>;