mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /dts-v1/;
 | |
| 
 | |
| /include/ "WRTNODE2.dtsi"
 | |
| 
 | |
| / {
 | |
| 	compatible = "mediatek,wrtnode2r", "mediatek,mt7628an-soc";
 | |
| 	model = "WRTnode2R";
 | |
| 
 | |
| 	pinctrl {
 | |
| 		state_default: pinctrl0 {
 | |
| 			gpio {
 | |
| 				ralink,group = "i2c", "gpio", "wled_an";
 | |
| 				ralink,function = "gpio";
 | |
| 			};
 | |
| 		};
 | |
| 	};
 | |
| 
 | |
| 	gpio-leds {
 | |
| 		compatible = "gpio-leds";
 | |
| 
 | |
| 		indicator {
 | |
| 			label = "wrtnode:blue:indicator";
 | |
| 			gpios = <&gpio1 12 1>;
 | |
| 		};
 | |
| 	}; 
 | |
| };
 | |
| 
 |