From b61b3aa06fedf20a7f5067fdef9ba8bfdbf8ebbf Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 22 Nov 2022 12:10:43 +0100 Subject: [PATCH] ipq807x: wf196: add pin config for MCU reset This adds config for nRF52833 MCU reset pin on the CIG WF-196. Signed-off-by: Piotr Dymacz --- .../arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts b/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts index 799fdc916..3bdc27146 100644 --- a/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts +++ b/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts @@ -155,6 +155,17 @@ }; &tlmm { + pinctrl-0 = <&mcu_rst>; + pinctrl-names = "default"; + + mcu_rst: mcu_rst_pins { + pins = "gpio34"; + function = "gpio"; + drive-strength = <8>; + bias-disable; + output-high; + }; + mdio_pins: mdio_pinmux { mux_0 { pins = "gpio68";