Lines Matching +full:peer +full:- +full:hub
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Realtek RTS5411 USB 3.0 hub controller
10 - Matthias Kaehlcke <mka@chromium.org>
13 - $ref: usb-device.yaml#
18 - enum:
19 - usbbda,5411
20 - usbbda,411
24 '#address-cells':
27 '#size-cells':
30 vdd-supply:
32 phandle to the regulator that provides power to the hub.
34 peer-hub:
37 phandle to the peer hub on the controller.
64 '^.*@[1-4]$':
67 $ref: /schemas/usb/usb-device.yaml
71 - peer-hub
72 - compatible
73 - reg
78 - |
81 #address-cells = <1>;
82 #size-cells = <0>;
84 /* 2.0 hub on port 1 */
85 hub_2_0: hub@1 {
88 vdd-supply = <&pp3300_hub>;
89 peer-hub = <&hub_3_0>;
90 #address-cells = <1>;
91 #size-cells = <0>;
99 /* 3.0 hub on port 2 */
100 hub_3_0: hub@2 {
103 vdd-supply = <&pp3300_hub>;
104 peer-hub = <&hub_2_0>;
107 #address-cells = <1>;
108 #size-cells = <0>;
109 /* Type-A connector on port 4 */
113 remote-endpoint = <&usb_a0_ss>;