diff --git a/qcom/montague-hsp.dtsi b/qcom/montague-hsp.dtsi index ff178df0..6bdc3b48 100644 --- a/qcom/montague-hsp.dtsi +++ b/qcom/montague-hsp.dtsi @@ -19,6 +19,10 @@ status = "ok"; }; +&bluetooth { + status = "disabled"; +}; + &bluetooth_qca6490 { status = "ok"; }; diff --git a/qcom/montague-moselle.dtsi b/qcom/montague-moselle.dtsi index 9ddcd225..f30dfe37 100644 --- a/qcom/montague-moselle.dtsi +++ b/qcom/montague-moselle.dtsi @@ -19,3 +19,15 @@ &cnss_wlan_mem { status = "disabled"; }; + +&bluetooth { + status = "disabled"; +}; + +&bluetooth_qca6490 { + status = "disabled"; +}; + +&bluetooth_wcn6750 { + status = "ok"; +}; diff --git a/qcom/ravelin-wcn6750.dtsi b/qcom/ravelin-wcn6750.dtsi index 5c9b5ad0..8a7ce1b2 100644 --- a/qcom/ravelin-wcn6750.dtsi +++ b/qcom/ravelin-wcn6750.dtsi @@ -107,5 +107,28 @@ interrupt-names = "qcom,smp2p-soc-wake-ack"; }; }; + + bluetooth_wcn6750: bt_wcn6750 { + compatible = "qcom,wcn6750-bt"; + pinctrl-names = "default"; + pinctrl-0 = <&bt_en_sleep>; + qcom,wl-reset-gpio = <&tlmm 43 0>; /* WL_CTRL */ + qcom,bt-reset-gpio = <&tlmm 39 0>; /* BT_EN */ + qcom,bt-sw-ctrl-gpio = <&tlmm 56 0>; /* SW_CTRL */ + + qcom,bt-vdd-io-supply = <&L21B>; /* IO */ + qcom,bt-vdd-aon-supply = <&S7B>; + qcom,bt-vdd-dig-supply = <&S7B>; /* BT_CX_MX */ + qcom,bt-vdd-rfa1-supply = <&S9B>; /* RFA 1p7 */ + qcom,bt-vdd-rfa2-supply = <&S8B>; /* RFA 1p2 */ + + /* Max Voltages are derived from the buck Max Voltage */ + qcom,bt-vdd-io-config = <1800000 1800000 0 1>; + qcom,bt-vdd-aon-config = <850000 1120000 0 1>; + qcom,bt-vdd-dig-config = <800000 1120000 0 1>; + qcom,bt-vdd-rfa1-config = <1856000 2040000 0 1>; + qcom,bt-vdd-rfa2-config = <1250000 1352000 0 1>; + status = "disabled"; + }; };