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

Commit 5ed3fbe4 authored by Vipin Deep Kaur's avatar Vipin Deep Kaur
Browse files

ARM: dts: msm: Add slimbus instance for LITO

Add the SLIMbus instance that is used to enable BT/FM
functionality.

Change-Id: I31ccc8e519f817885db7533f6275d8717fa4375d
parent d2b4d028
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -544,6 +544,25 @@
	ranges = <0 0 0 0xffffffff>;
	compatible = "simple-bus";

	slim_aud: slim@3ac0000 {
		cell-index = <1>;
		compatible = "qcom,slim-ngd";
		reg = <0x3ac0000 0x2c000>,
			<0x3a84000 0x2c000>;
		reg-names = "slimbus_physical", "slimbus_bam_physical";
		interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";
		qcom,apps-ch-pipes = <0x700000>;
		qcom,ea-pc = <0x330>;
		iommus = <&apps_smmu 0x1426 0x0>,
			<&apps_smmu 0x142f 0x0>,
			<&apps_smmu 0x1430 0x1>;
		qcom,iommu-dma-addr-pool = <0x40000000 0xc0000000>;
		qcom,iommu-dma = "bypass";
		status = "ok";
	};

	thermal_zones: thermal-zones {
	};