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

Commit 59b27b0e authored by Hongwei Ren's avatar Hongwei Ren Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable BT for Scuba

Add bluetooth node and enable se3 UART.

Change-Id: Ib9be0b0a0a3e7f984e66c7fe4e7f82cdc78469ea
parent 1312f720
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -337,6 +337,20 @@
		#interrupt-cells = <2>;
	};

	bluetooth: bt_wcn3990 {
		compatible = "qcom,wcn3990";
		qcom,bt-sw-ctrl-gpio = <&tlmm 87 0>; /* SW_CTRL */
		qcom,bt-vdd-io-supply =   <&L15A>;  /* IO */
		qcom,bt-vdd-core-supply = <&L10A>; /* RFA */
		qcom,bt-vdd-pa-supply =   <&L22A>; /* CH0 */
		qcom,bt-vdd-xtal-supply = <&L13A>; /* 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>;
	};

	timer {
		compatible = "arm,armv8-timer";
		interrupts = <1 1 0xf08>,
@@ -1562,3 +1576,7 @@
&qupv3_se4_2uart {
	status = "ok";
};

&qupv3_se3_4uart {
	status = "ok";
};