From 1949f602bf425eb0cce3082bdd93e022ed04b363 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Mon, 15 Jan 2024 09:58:11 +0100 Subject: [PATCH] ipq807x: v5.4: wf196: add pin config for MCU reset This adds config for nRF52833 MCU reset pin on the CIG WF196. 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_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts b/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts index 5a42fc9c5..1dc3ea762 100644 --- a/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts +++ b/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts @@ -131,6 +131,17 @@ soc { pinctrl@1000000 { + pinctrl-0 = <&mcu_rst>; + pinctrl-names = "default"; + + mcu_rst: mcu_rst_pins { + pins = "gpio34"; + function = "gpio"; + drive-strength = <8>; + bias-disable; + output-low; + }; + mcu_uart: mcu_uart_pins { mux { pins = "gpio48", "gpio49";