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

Commit 066900d3 authored by Prakruthi Deepak Heragu's avatar Prakruthi Deepak Heragu
Browse files

ARM: dts: msm: Add IPCC test nodes for end to end verification

Add ping test nodes for APSS inorder to test the IPCC infrastructure.

Change-Id: I8445b4d31ef4b210c1dc24b87a04b16091bbc0db
parent 113a2a89
Loading
Loading
Loading
Loading

qcom/ipcc-test.dtsi

0 → 100644
+10 −0
Original line number Diff line number Diff line
#include <dt-bindings/soc/qcom,ipcc.h>

&soc {
	ipcc_self_ping_apss: ipcc-self-ping-apss {
		compatible = "qcom,ipcc-self-ping";
		interrupts-extended = <&ipcc_mproc IPCC_CLIENT_APSS
			IPCC_MPROC_SIGNAL_SMP2P IRQ_TYPE_LEVEL_HIGH>;
		mboxes = <&ipcc_mproc IPCC_CLIENT_APSS IPCC_MPROC_SIGNAL_SMP2P>;
	};
};