mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			410 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			410 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#include "qcom-ipq4018-rutx-shiftreg.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "RUTX08";
 | 
						|
 | 
						|
	soc {
 | 
						|
		gpio-export {
 | 
						|
			compatible = "gpio-export";
 | 
						|
			#size-cells = <0>;
 | 
						|
 | 
						|
			gpio_out_1 {
 | 
						|
				gpio-export,name = "gpio23";
 | 
						|
				gpio-export,output = <0>;
 | 
						|
				gpios = <&shift_io 0 GPIO_ACTIVE_HIGH>;
 | 
						|
			};
 | 
						|
 | 
						|
			gpio_in_1 {
 | 
						|
				gpio-export,name = "gpio24";
 | 
						|
				gpio-export,input = <0>;
 | 
						|
				gpios = <&tlmm 0 GPIO_ACTIVE_HIGH>;
 | 
						|
			};
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 |