Lines Matching +full:usb +full:- +full:port +full:- +full:id
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/usb/realtek,rts5411.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Realtek RTS5411 USB 3.0 hub controller
10 - Matthias Kaehlcke <[email protected]>
13 - $ref: usb-device.yaml#
18 - enum:
19 - usbbda,5411
20 - usbbda,411
24 '#address-cells':
27 '#size-cells':
30 vdd-supply:
34 peer-hub:
43 port@1:
44 $ref: /schemas/graph.yaml#/properties/port
46 1st downstream facing USB port
48 port@2:
49 $ref: /schemas/graph.yaml#/properties/port
51 2nd downstream facing USB port
53 port@3:
54 $ref: /schemas/graph.yaml#/properties/port
56 3rd downstream facing USB port
58 port@4:
59 $ref: /schemas/graph.yaml#/properties/port
61 4th downstream facing USB port
64 '^.*@[1-4]$':
65 description: The hard wired USB devices
67 $ref: /schemas/usb/usb-device.yaml
71 - peer-hub
72 - compatible
73 - reg
78 - |
79 usb {
81 #address-cells = <1>;
82 #size-cells = <0>;
84 /* 2.0 hub on port 1 */
88 vdd-supply = <&pp3300_hub>;
89 peer-hub = <&hub_3_0>;
90 #address-cells = <1>;
91 #size-cells = <0>;
92 /* USB 2.0 device on port 2 */
99 /* 3.0 hub on port 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 */
110 port@4 {
113 remote-endpoint = <&usb_a0_ss>;