ARM: dts: msm: Add ipcc node for sdxpinn

Add ipcc node for sdxpinn to enable
inter processor communications.

Change-Id: I517420b1178b15bc979972d11ddbec05dad67a20
This commit is contained in:
Sayan Dey
2022-03-17 11:49:31 +05:30
parent c5272745a4
commit d53436e83b

View File

@@ -361,6 +361,15 @@
interrupt-controller;
#interrupt-cells = <2>;
};
ipcc_mproc: qcom,ipcc@408000 {
compatible = "qcom,ipcc";
reg = <0x408000 0x1000>;
interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller;
#interrupt-cells = <3>;
#mbox-cells = <2>;
};
};
#include "sdxpinn-regulators.dtsi"