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: TI USB8041 and USB8044 USB 3.0 hub controllers
10 - Alexander Stein <alexander.stein@ew.tq-group.com>
13 - $ref: usb-device.yaml#
18 - usb451,8140
19 - usb451,8142
20 - usb451,8440
21 - usb451,8442
25 reset-gpios:
27 - description: GPIO specifier for GRST# pin.
29 vdd-supply:
31 VDD power supply to the hub
33 peer-hub:
36 phandle to the peer hub on the controller.
39 - compatible
40 - reg
41 - peer-hub
46 - |
47 #include <dt-bindings/gpio/gpio.h>
51 #address-cells = <1>;
52 #size-cells = <0>;
54 /* 2.0 hub on port 1 */
55 hub_2_0: hub@1 {
58 peer-hub = <&hub_3_0>;
59 reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
62 /* 3.0 hub on port 2 */
63 hub_3_0: hub@2 {
66 peer-hub = <&hub_2_0>;
67 reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;