mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
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:
committed by
John Crispin
parent
3eb6360054
commit
73cfef1203
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user