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

Commit a821137f 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 atoll platform



This patch adds support of BT Soc in atoll platform and
enables HSUART node.

Change-Id: I0377e250a7c50a618ff3379fecaec8f8b10e7943
Signed-off-by: default avatarBalakrishna Godavarthi <bgodavar@codeaurora.org>
parent 35fd0366
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -2537,6 +2537,31 @@
				<&apps_smmu 0x102f 0x0>,
				<&apps_smmu 0x1030 0x1>;
		};

		btfmslim_codec: wcn3990 {
			compatible = "qcom,btfmslim_slave";
			elemental-addr = [00 01 20 02 17 02];
			qcom,btfm-slim-ifd = "btfmslim_slave_ifd";
			qcom,btfm-slim-ifd-elemental-addr = [00 00 20 02 17 02];
		};
	};

	bluetooth: bt_wcn3990 {
		compatible = "qca,wcn3990";
		qca,bt-vdd-io-supply = <&pm6150_l10>; /* IO */
		qca,bt-vdd-core-supply = <&pm6150l_l2>; /* RFA */
		qca,bt-vdd-pa-supply = <&pm6150l_l10>;  /* CH0 */
		qca,bt-vdd-xtal-supply = <&pm6150l_l1>;/* X0 */

		qca,bt-vdd-io-voltage-level = <1721000 1829000>;
		qca,bt-vdd-core-voltage-level = <1200000 1350000>;
		qca,bt-vdd-pa-voltage-level = <3300000 3400000>;
		qca,bt-vdd-xtal-voltage-level = <1620000 1980000>;

		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 */
	};

	llcc_bw_opp_table: llcc-bw-opp-table {
@@ -2938,6 +2963,10 @@
	status = "ok";
};

&qupv3_se3_4uart {
	status = "ok";
};

#include "pm6150.dtsi"
#include "pm6150l.dtsi"
#include "atoll-pinctrl.dtsi"