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>
32 lines
862 B
Plaintext
32 lines
862 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2022-2023 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";
|
|
};
|
|
|
|
qcom,smp2p_interrupt_rdbg_5_out {
|
|
compatible = "qcom,smp2p-interrupt-rdbg-5-out";
|
|
qcom,smem-states = <&smp2p_rdbg5_out 0>;
|
|
qcom,smem-state-names = "rdbg-smp2p-out";
|
|
};
|
|
|
|
qcom,smp2p_interrupt_rdbg_5_in {
|
|
compatible = "qcom,smp2p-interrupt-rdbg-5-in";
|
|
interrupts-extended = <&smp2p_rdbg5_in 0 0>;
|
|
interrupt-names = "rdbg-smp2p-in";
|
|
};
|
|
};
|