mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			385 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			385 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #include "qcom-ipq4018-rutx-common.dtsi"
 | |
| #include "qcom-ipq4018-rutx-i2c.dtsi"
 | |
| 
 | |
| / {
 | |
| 	io_expander = "stm32";
 | |
| 
 | |
| 	soc {
 | |
| 		i2c_0: i2c@78b7000 {
 | |
| 			stm32_io: stm32@74 {
 | |
| 				#gpio-cells = <2>;
 | |
| 				compatible = "tlt,stm32v1";
 | |
| 				reg = <0x74>;
 | |
| 				gpio-controller;
 | |
| 				interrupt-parent = <&tlmm>;
 | |
| 				interrupts = <5 2>;
 | |
| 				interrupt-controller;
 | |
| 				#interrupt-cells = <2>;
 | |
| 			};
 | |
| 		};
 | |
| 	};
 | |
| };
 |