mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
Add remote debugger device configuration. The Remote Debugger driver allows a debugger running on a host PC to communicate with a remote stub running on peripheral subsystems. Change-Id: I82bf393d1d39687c73335c0f59e68a9e35c5e830
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
&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";
|
|
};
|
|
};
|