From 5c9d5ccbc061d68b82cdc16fb125d665e480d8fe Mon Sep 17 00:00:00 2001 From: Balakrishna Godavarthi Date: Sat, 14 May 2022 20:57:30 +0530 Subject: [PATCH] ARM: dts: msm: Add bluetooth node for parrot This change add wcn3990 bluetooth node for parrot. Change-Id: I9ac569aab5ab24cb91d93be699fb7020c234187a --- qcom/parrot-wcn3990.dtsi | 14 ++++++++++++++ qcom/parrot.dtsi | 4 ++++ 2 files changed, 18 insertions(+) diff --git a/qcom/parrot-wcn3990.dtsi b/qcom/parrot-wcn3990.dtsi index 3f330c68..4c61734f 100644 --- a/qcom/parrot-wcn3990.dtsi +++ b/qcom/parrot-wcn3990.dtsi @@ -54,4 +54,18 @@ }; }; + + bluetooth: bt_wcn3990 { + compatible = "qcom,wcn3990"; + qcom,bt-sw-ctrl-gpio = <&tlmm 61 GPIO_ACTIVE_HIGH>; + qcom,bt-vdd-io-supply = <&L22B>; /* IO */ + qcom,bt-vdd-core-supply = <&L14B>; /* RFA */ + qcom,bt-vdd-pa-supply = <&L10E>; /* CH0 */ + qcom,bt-vdd-xtal-supply = <&L1E>; /* XO */ + + qcom,bt-vdd-io-config = <1700000 1900000 1 0>; + qcom,bt-vdd-core-config = <1304000 1304000 1 0>; + qcom,bt-vdd-pa-config = <3000000 3312000 1 0>; + qcom,bt-vdd-xtal-config = <1700000 1900000 1 0>; + }; }; diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index a79810dd..593116cc 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -3014,6 +3014,10 @@ status = "ok"; }; +&qupv3_se11_4uart { + status = "ok"; +}; + &qupv3_se2_i2c { status = "ok";