Lines Matching +full:usb +full:- +full:nop +full:- +full:xceiv
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:
30 power-domains:
33 reset-gpios:
36 vbus-detect-gpio:
40 vbus-supply:
43 GPIO line, this should be modeled as a regulator-fixed and
46 wakeup-source:
48 Specify if the USB phy can detect the remote wakeup signal
52 - compatible
53 - '#phy-cells'
58 - |
59 #include <dt-bindings/gpio/gpio.h>
62 compatible = "usb-nop-xceiv";
63 clock-frequency = <19200000>;
65 clock-names = "main_clk";
66 vcc-supply = <&hsusb1_vcc_regulator>;
67 reset-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
68 vbus-detect-gpio = <&gpio2 13 GPIO_ACTIVE_HIGH>;
69 vbus-supply = <&vbus_regulator>;
70 #phy-cells = <0>;