DT snapshot from branch msm-5.15.c2 commit 8ae5ffe89e0f ("ARM: dts: msm: Add mdsp heap for mDSP compute"). Change-Id: If3e807289b6d981865430c4e1a45dabf236fa345 Signed-off-by: Naresh Kumar Lingagalla <quic_nlingaga@quicinc.com>
21 lines
510 B
Plaintext
21 lines
510 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&soc {
|
|
/* smp2p information */
|
|
qcom,smp2p_interrupt_rdbg_2_out {
|
|
compatible = "qcom,smp2p-interrupt-rdbg-2-out";
|
|
qcom,smem-states = <&smp2p_rdbg2_out 0>;
|
|
qcom,smem-state-names = "rdbg-smp2p-out";
|
|
};
|
|
|
|
qcom,smp2p_interrupt_rdbg_2_in {
|
|
compatible = "qcom,smp2p-interrupt-rdbg-2-in";
|
|
interrupts-extended = <&smp2p_rdbg2_in 0 0>;
|
|
interrupt-names = "rdbg-smp2p-in";
|
|
};
|
|
|
|
};
|