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

Commit a949b458 authored by Prudhvi Yarlagadda's avatar Prudhvi Yarlagadda
Browse files

ARM: dts: msm: Add slimbus dtsi node for scuba

Add slimbus dtsi node for scuba.

Change-Id: I0ea801a7ac0fb697d45a32c015aeb32036eee864
parent 8f4c1d00
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -750,6 +750,21 @@ dcc: dcc_v2@1be2000 {
			#interrupt-cells = <2>;
		};
	};

	slim_aud: slim@a5c0000 {
		cell-index = <1>;
		compatible = "qcom,slim-ngd";
		reg = <0xa5c0000 0x2c000>,
			<0xa584000 0x20000>, <0xa66e000 0x2000>;
		reg-names = "slimbus_physical",
			"slimbus_bam_physical","slimbus_lpass_mem";
		interrupts = <GIC_SPI 283 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 284 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";
		qcom,apps-ch-pipes = <0x0>;
		qcom,ea-pc = <0x360>;
		status = "ok";
	};
};

#include "pm2250.dtsi"