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

Commit 111ced47 authored by Ravi Gummadidala's avatar Ravi Gummadidala
Browse files

ARM64: dts: msm: Add IPA node for plutonium



Add IPA device tree node for plutonium.

Change-Id: Ice03b5e61b4d1446b20d85e47269b85c34a9807c
Signed-off-by: default avatarRavi Gummadidala <rgummadi@codeaurora.org>
parent 219364c5
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -158,6 +158,21 @@
		clock-names = "dfab_clk", "dma_bam_pclk";
	};

	ipa_hw: qcom,ipa@fd4c0000 {
		compatible = "qcom,ipa";
		reg = <0xfd4c0000 0x29000>,
		      <0xfd4c4000 0x15820>;
		reg-names = "ipa-base", "bam-base";
		interrupts = <0 302 0>,
		             <0 303 0>;
		interrupt-names = "ipa-irq", "bam-irq";
		qcom,ipa-hw-ver = <3>; /* IPA core version = IPAv2.0 */
		qcom,ipa-hw-mode = <0>; /* IPA hw type = Normal */
		qcom,ee = <0>;
		clock-names = "core_clk";
		clocks = <&clock_rpm clk_ipa_clk>;
	};

	qcom,ipc-spinlock@fd484000 {
		compatible = "qcom,ipc-spinlock-sfpb";
		reg = <0xfd484000 0x400>;