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

Commit 602e84fc authored by Balakrishna Godavarthi's avatar Balakrishna Godavarthi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add support for BT in scuba platform

This patch adds support for BT Soc in scuba platform.

Change-Id: I711005d51a6a5f51b663f519505199787a6db4f3
parent 383bbdba
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1327,6 +1327,24 @@
		cell-index = <0>;
	};

	bluetooth: bt_wcn3990 {
		compatible = "qca,wcn3990";
		qca,bt-vdd-io-supply =   <&L15A>; /* IO */
		qca,bt-vdd-core-supply = <&L10A>; /* RFA */
		qca,bt-vdd-pa-supply =   <&L22A>; /* CH0 */
		qca,bt-vdd-xtal-supply = <&L13A>; /* XO */

		qca,bt-vdd-io-voltage-level = <1700000 1900000>;
		qca,bt-vdd-core-voltage-level = <1304000 1304000>;
		qca,bt-vdd-pa-voltage-level = <3000000 3312000>;
		qca,bt-vdd-xtal-voltage-level = <1700000 1900000>;

		qca,bt-vdd-io-current-level = <1>; /* LPM/PFM */
		qca,bt-vdd-core-current-level = <1>; /* LPM/PFM */
		qca,bt-vdd-pa-current-level = <1>; /* LPM/PFM */
		qca,bt-vdd-xtal-current-level = <1>; /* LPM/PFM */
	};

	icnss: qcom,icnss@C800000 {
		status = "disabled";
		compatible = "qcom,icnss";
@@ -1598,4 +1616,8 @@
	status = "ok";
};

&qupv3_se3_4uart {
	status = "ok";
};

#include "scuba-pm.dtsi"