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: If059c713e4cc48eb32f9bfee8a5303c61854e022
		
			
				
	
	
		
			27 lines
		
	
	
		
			733 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			733 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";
 | 
						|
	};
 | 
						|
 | 
						|
	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";
 | 
						|
	};
 | 
						|
};
 |