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 reset-gpios:
33 vbus-detect-gpio:
37 vbus-regulator:
43 - compatible
44 - '#phy-cells'
49 - |
50 #include <dt-bindings/gpio/gpio.h>
53 compatible = "usb-nop-xceiv";
54 clock-frequency = <19200000>;
56 clock-names = "main_clk";
57 vcc-supply = <&hsusb1_vcc_regulator>;
58 reset-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
59 vbus-detect-gpio = <&gpio2 13 GPIO_ACTIVE_HIGH>;
60 vbus-regulator = <&vbus_regulator>;
61 #phy-cells = <0>;