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: Cypress HX3 USB 3.0 hub controller family
10 - Benjamin Bara <benjamin.bara@skidata.com>
13 - $ref: usb-device.yaml#
18 - usb4b4,6504
19 - usb4b4,6506
23 reset-gpios:
25 - description: GPIO specifier for RESETN pin.
27 vdd-supply:
31 vdd2-supply:
35 peer-hub:
38 phandle to the peer hub on the controller.
41 - compatible
42 - reg
43 - peer-hub
44 - vdd-supply
45 - vdd2-supply
50 - |
51 #include <dt-bindings/gpio/gpio.h>
54 #address-cells = <1>;
55 #size-cells = <0>;
57 /* 2.0 hub on port 1 */
58 hub_2_0: hub@1 {
61 peer-hub = <&hub_3_0>;
62 reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
63 vdd-supply = <®_1v2_usb>;
64 vdd2-supply = <®_3v3_usb>;
67 /* 3.0 hub on port 2 */
68 hub_3_0: hub@2 {
71 peer-hub = <&hub_2_0>;
72 reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
73 vdd-supply = <®_1v2_usb>;
74 vdd2-supply = <®_3v3_usb>;