From 7f1d028e465f3ed60b01ed1576c47335637b31f5 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 12 Mar 2024 18:27:00 +0100 Subject: [PATCH] cape-pinctrl: Add thor uart pins Change-Id: Ia2444c43381ff9ec29e656dad21dac7bebc6ce5f --- qcom/cape-pinctrl.dtsi | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/qcom/cape-pinctrl.dtsi b/qcom/cape-pinctrl.dtsi index 7fc04cda..585fb4e9 100644 --- a/qcom/cape-pinctrl.dtsi +++ b/qcom/cape-pinctrl.dtsi @@ -2786,4 +2786,31 @@ }; }; + + sbu_uart_en_ctrl { + sbu_uart_en_idle_th: uart_audio_en_idle_th { + mux { + pins = "gpio42"; + function = "gpio"; + }; + config { + pins = "gpio42"; + drive-strength = <2>; + bias-pull-down; + output-low; + }; + }; + sbu_uart_en_active_th: uart_audio_en_active_th { + mux { + pins = "gpio42"; + function = "gpio"; + }; + config { + pins = "gpio42"; + drive-strength = <2>; + bias-disable; + output-high; + }; + }; + }; };