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

Commit b4a9b3c6 authored by Sungjun Park's avatar Sungjun Park Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add WCN3990 slimbus device tree



Add WCN3990 slimbus slave device tree to support
bluetooth and FM audio.

Change-Id: I78321c1ee95affbd33f742742700b04e7f65d2cb
Signed-off-by: default avatarSungjun Park <sjpark@codeaurora.org>
parent e40d860d
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -1446,6 +1446,7 @@
	};
	};


	slim_qca: slim@17240000 {
	slim_qca: slim@17240000 {
		status = "ok";
		cell-index = <3>;
		cell-index = <3>;
		compatible = "qcom,slim-ngd";
		compatible = "qcom,slim-ngd";
		reg = <0x17240000 0x2c000>,
		reg = <0x17240000 0x2c000>,
@@ -1453,6 +1454,14 @@
		reg-names = "slimbus_physical", "slimbus_bam_physical";
		reg-names = "slimbus_physical", "slimbus_bam_physical";
		interrupts = <0 291 0>, <0 292 0>;
		interrupts = <0 291 0>, <0 292 0>;
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";

		/* Slimbus Slave DT for WCN3990 */
		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];
		};
	};
	};


	eud: qcom,msm-eud@88e0000 {
	eud: qcom,msm-eud@88e0000 {