mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
Add ping test nodes for APSS inorder to test the IPCC infrastructure. Change-Id: I8445b4d31ef4b210c1dc24b87a04b16091bbc0db
11 lines
306 B
Plaintext
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>;
|
|
};
|
|
};
|