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

Commit feb2bf44 authored by Harish Bandi's avatar Harish Bandi
Browse files

ARM: dts: msm: Add bluetooth node for 2wcn support for SDM429w



- Bluetooth functionality is provided by wcn3980.
- Add device tree entry having voltage regulators
- Add device tree entry having gpio to enable wcn3980.
- Add uart node for bt.

Change-Id: Iebd3aa61afc93a05657f5c1781fd185e565190b3
Signed-off-by: default avatarHarish Bandi <hbandi@codeaurora.org>
parent 14b284e7
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -1262,6 +1262,21 @@
		qcom,has-vsys-adc-channel;
	};

	bluetooth: bt_wcn3990 {
		compatible = "qca,wcn3990";
		qca,bt-3P3-en-gpio = <&tlmm 47 0>; /* WCN3980_3P3_EN_*/
		qca,bt-1P3-en-gpio = <&tlmm 57 0>; /* WCN3980_1P3_EN */

		qca,bt-vdd-xtal-supply = <&pm660_l12>;
		qca,bt-vdd-io-supply = <&pm660_l13>;

		qca,bt-vdd-xtal-voltage-level = <1800000 1900000>;
		qca,bt-vdd-io-voltage-level = <1800000 1900000>;

		qca,bt-vdd-xtal-current-level = <80000>;
		qca,bt-vdd-io-current-level = <10000>;
	};

	qcom,bam_dmux@4044000 {
		compatible = "qcom,bam_dmux";
		reg = <0x4044000 0x19000>;
@@ -1375,3 +1390,8 @@
	clocks = <&gcc GCC_OXILI_GFX3D_CLK>;
	status = "okay";
};

&blsp2_uart2_hs {
	status = "okay";
};