Files
kernel_xiaomi_sm8450-device…/qcom/ipcc-test.dtsi
Prakruthi Deepak Heragu 066900d396 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
2019-07-29 11:20:36 -07:00

11 lines
306 B
Plaintext

#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>;
};
};