Lines Matching +full:meson +full:- +full:gxbb +full:- +full:usb2 +full:- +full:phy
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/amlogic,meson8b-usb2-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amlogic Meson8, Meson8b, Meson8m2 and GXBB USB2 PHY
10 - Martin Blumenstingl <martin.blumenstingl@googlemail.com>
15 - items:
16 - enum:
17 - amlogic,meson8-usb2-phy
18 - amlogic,meson8b-usb2-phy
19 - amlogic,meson8m2-usb2-phy
20 - const: amlogic,meson-mx-usb2-phy
21 - const: amlogic,meson-gxbb-usb2-phy
29 clock-names:
31 - const: usb_general
32 - const: usb
37 "#phy-cells":
40 phy-supply:
42 Phandle to a regulator that provides power to the PHY. This
43 regulator will be managed during the PHY power on/off sequence.
46 - compatible
47 - reg
48 - clocks
49 - clock-names
50 - "#phy-cells"
55 - |
56 usb-phy@c0000000 {
57 compatible = "amlogic,meson-gxbb-usb2-phy";
61 clock-names = "usb_general", "usb";
62 phy-supply = <&usb_vbus>;
63 #phy-cells = <0>;