ARM: dts: msm: Add snapshot of pineapple device tree
Add snapshot of pineapple device tree files as of devicetree/qcom-6.1 commit 8bc1219b2b23 ("Merge "ARM: dts: msm: update memlat tables for pineapple""). Change-Id: If62ee45b1f3e7e8a5744f25b8c67a9768950c960 Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
This commit is contained in:
36
qcom/ipcc-test.dtsi
Normal file
36
qcom/ipcc-test.dtsi
Normal file
@@ -0,0 +1,36 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#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>;
|
||||
};
|
||||
|
||||
ipcc_self_ping_cdsp: ipcc-self-ping-cdsp {
|
||||
compatible = "qcom,ipcc-self-ping";
|
||||
interrupts-extended = <&ipcc_mproc IPCC_CLIENT_CDSP
|
||||
IPCC_MPROC_SIGNAL_PING IRQ_TYPE_LEVEL_HIGH>;
|
||||
mboxes = <&ipcc_mproc IPCC_CLIENT_CDSP IPCC_MPROC_SIGNAL_PING>;
|
||||
};
|
||||
|
||||
ipcc_self_ping_adsp: ipcc-self-ping-adsp {
|
||||
compatible = "qcom,ipcc-self-ping";
|
||||
interrupts-extended = <&ipcc_mproc IPCC_CLIENT_LPASS
|
||||
IPCC_MPROC_SIGNAL_PING IRQ_TYPE_LEVEL_HIGH>;
|
||||
mboxes = <&ipcc_mproc IPCC_CLIENT_LPASS IPCC_MPROC_SIGNAL_PING>;
|
||||
};
|
||||
|
||||
ipcc_self_ping_slpi: ipcc-self-ping-slpi {
|
||||
compatible = "qcom,ipcc-self-ping";
|
||||
interrupts-extended = <&ipcc_mproc IPCC_CLIENT_SLPI
|
||||
IPCC_MPROC_SIGNAL_PING IRQ_TYPE_LEVEL_HIGH>;
|
||||
mboxes = <&ipcc_mproc IPCC_CLIENT_SLPI IPCC_MPROC_SIGNAL_PING>;
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user