Lines Matching +full:peer +full:- +full:hub
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include "meson-sm1-odroid.dtsi"
11 compatible = "hardkernel,odroid-c4", "amlogic,sm1";
12 model = "Hardkernel ODROID-C4";
15 compatible = "gpio-leds";
17 led-blue {
21 linux,default-trigger = "heartbeat";
22 panic-indicator;
27 model = "ODROID-C4";
30 /* USB hub supports both USB 2.0 and USB 3.0 root hub */
31 usb-hub {
33 #address-cells = <1>;
34 #size-cells = <0>;
36 /* 2.0 hub on port 1 */
37 hub_2_0: hub@1 {
40 peer-hub = <&hub_3_0>;
41 reset-gpios = <&gpio GPIOH_4 GPIO_ACTIVE_LOW>;
42 vdd-supply = <&vcc_5v>;
45 /* 3.1 hub on port 4 */
46 hub_3_0: hub@2 {
49 peer-hub = <&hub_2_0>;
50 reset-gpios = <&gpio GPIOH_4 GPIO_ACTIVE_LOW>;
51 vdd-supply = <&vcc_5v>;
57 linux,rc-map-name = "rc-odroid";