drop usb3_0 node, enable usb3_1 PHYs, set gpio58 for power enable
Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
Link: https://github.com/openwrt/openwrt/pull/23740
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
input;
};
};
+
+ usb_pwr_en_pins: usb_pwr_en_pins {
+ mux {
+ pins = "gpio58";
+ function = "gpio";
+ drive-strength = <12>;
+ bias-pull-down;
+ output-high;
+ };
+ };
};
&gsbi2 {
};
};
-&usb3_0 {
+&hs_phy_1 {
+ status = "okay";
+};
+
+&ss_phy_1 {
status = "okay";
};
&usb3_1 {
status = "okay";
+
+ pinctrl-0 = <&usb_pwr_en_pins>;
+ pinctrl-names = "default";
};
&pcie0 {