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

Commit 10825528 authored by Dilip Kota's avatar Dilip Kota
Browse files

ARM: dts: msm: Add slimbus device for msmthorium



Slimbus is used by codec for various audio use
cases. Add the Slimbus for msmthorium.

Change-Id: Ib284aefccf07db92798ad03306c41d4592a0687c
Signed-off-by: default avatarDilip Kota <dkota@codeaurora.org>
parent ee630a97
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -194,6 +194,19 @@
		qcom,sensor-id = <0 1 2 3 4 5 6 7 8 9 10>;
	};

	slim_msm: slim@c140000{
		cell-index = <1>;
		compatible = "qcom,slim-ngd";
		reg = <0xc140000 0x2c000>,
		      <0xc104000 0x2a000>;
		reg-names = "slimbus_physical", "slimbus_bam_physical";
		interrupts = <0 163 0>, <0 180 0>;
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";
		qcom,apps-ch-pipes = <0x600000>;
		qcom,ea-pc = <0x230>;
		status = "disabled";
	};

	blsp1_uart2: serial@78b0000 {
		compatible = "qcom,msm-lsuart-v14";
		reg = <0x78b0000 0x200>;