Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8f7785e authored by xiaowang's avatar xiaowang Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add bluetooth node and BT_EN for kona



Add bluetooth node and BT_EN for kona support.

CRs-fixed: 2407030
Change-Id: I7058c9f815c20909637939b848bc396996f19dfc
Signed-off-by: default avatarxiaowang <xiaowang@codeaurora.org>
parent 890e2109
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -477,3 +477,20 @@
	status = "ok";
};

&vendor {
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_en_sleep>;
		qca,bt-reset-gpio = <&tlmm 21 0>; /* BT_EN */
		qca,bt-vdd-aon-supply = <&pm8150_s6>;
		qca,bt-vdd-dig-supply = <&pm8009_s2>;
		qca,bt-vdd-rfa1-supply = <&pm8150_s5>;
		qca,bt-vdd-rfa2-supply = <&pm8150a_s8>;

		qca,bt-vdd-aon-voltage-level = <950000 950000>;
		qca,bt-vdd-dig-voltage-level = <950000 952000>;
		qca,bt-vdd-rfa1-voltage-level = <1900000 1900000>;
		qca,bt-vdd-rfa2-voltage-level = <1350000 1350000>;
	};
};