Lines Matching +full:super +full:- +full:speed
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/socionext,uniphier-usb3ss-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Socionext UniPhier USB3 Super-Speed (SS) PHY
12 Although the controller includes High-Speed PHY and Super-Speed PHY,
13 this describes about Super-Speed PHY.
16 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
21 - socionext,uniphier-pro4-usb3-ssphy
22 - socionext,uniphier-pro5-usb3-ssphy
23 - socionext,uniphier-pxs2-usb3-ssphy
24 - socionext,uniphier-ld20-usb3-ssphy
25 - socionext,uniphier-pxs3-usb3-ssphy
30 "#phy-cells":
37 clock-names:
39 - items: # for Pro4, Pro5
40 - const: gio
41 - const: link
42 - items: # for PXs3 with phy-ext
43 - const: link
44 - const: phy
45 - const: phy-ext
46 - items: # for others
47 - const: link
48 - const: phy
53 reset-names:
55 - items: # for Pro4,Pro5
56 - const: gio
57 - const: link
58 - items: # for others
59 - const: link
60 - const: phy
62 vbus-supply:
66 - compatible
67 - reg
68 - "#phy-cells"
69 - clocks
70 - clock-names
71 - resets
72 - reset-names
73 - vbus-supply
78 - |
79 usb-glue@65b00000 {
80 compatible = "socionext,uniphier-ld20-dwc3-glue",
81 "simple-mfd";
82 #address-cells = <1>;
83 #size-cells = <1>;
86 usb_ssphy0: ss-phy@300 {
87 compatible = "socionext,uniphier-ld20-usb3-ssphy";
89 #phy-cells = <0>;
90 clock-names = "link", "phy";
92 reset-names = "link", "phy";
94 vbus-supply = <&usb_vbus0>;