ipq807x: eap102: add pin configs for USB and MCU reset

This adds configuration for reset pins connected with nRF52840 MCU and
the GL850G USB HUB on the EdgeCore EAP102.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz
2022-11-22 12:10:43 +01:00
committed by John Crispin
parent 3eb6360054
commit 73cfef1203

View File

@@ -53,6 +53,25 @@
};
&tlmm {
pinctrl-0 = <&nrf52840_reset &usb_reset>;
pinctrl-names = "default";
nrf52840_reset: nrf52840_reset_pins {
pins = "gpio54";
function = "gpio";
drive-strength = <8>;
bias-disable;
output-high;
};
usb_reset: usb_reset_pins {
pins = "gpio55";
function = "gpio";
drive-strength = <8>;
bias-disable;
output-high;
};
mdio_pins: mdio_pinmux {
mux_0 {
pins = "gpio68";