From 73cfef1203c1b60167fb9542644e59d1da77bf34 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 22 Nov 2022 12:10:43 +0100 Subject: [PATCH] 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 --- .../boot/dts/qcom/qcom-ipq807x-eap102.dts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-eap102.dts b/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-eap102.dts index 4b782768b..6579f614c 100644 --- a/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-eap102.dts +++ b/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-eap102.dts @@ -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";