mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	This commit: 1. Removes deprecated "label" property from the dts leds subnnodes; 2. Updates buttons and leds dts description according to kernel docs examples. Scope: devices well known to me. Run-tested: TP-Link ec330-g5u, WiFire S1500.nbn Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 | |
| 
 | |
| #include "mt7621_arcadyan_wg4xx223.dtsi"
 | |
| 
 | |
| / {
 | |
| 	compatible = "beeline,smartbox-flash", "mediatek,mt7621-soc";
 | |
| 	model = "Beeline SmartBox Flash";
 | |
| 
 | |
| 	leds {
 | |
| 		led-2 {
 | |
| 			color = <LED_COLOR_ID_BLUE>;
 | |
| 			function = LED_FUNCTION_WAN;
 | |
| 			gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
 | |
| 		};
 | |
| 	};
 | |
| };
 |