ipq806x: fix USB port for Nokia AC400i

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>
This commit is contained in:
Sebastian Schaper
2026-06-14 11:45:33 +02:00
committed by Jonas Jelonek
parent cc4bf66710
commit 2442b131cd
@@ -170,6 +170,16 @@
input;
};
};
usb_pwr_en_pins: usb_pwr_en_pins {
mux {
pins = "gpio58";
function = "gpio";
drive-strength = <12>;
bias-pull-down;
output-high;
};
};
};
&gsbi2 {
@@ -247,12 +257,19 @@
};
};
&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 {