mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	- A4001N/A4001N1: fix swapped green and red LEDs - CVG834G: add missing LED - RTA1320: reorder LEDs by GPIO# - V2500V: add missing LEDs and buttons - WAP-5813n: fix WPS button (GPIO 35) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44577
		
			
				
	
	
		
			54 lines
		
	
	
		
			893 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			893 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /dts-v1/;
 | |
| 
 | |
| /include/ "bcm6328.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "ADB P.DG A4001N";
 | |
| 	compatible = "adb,a4001n", "brcm,bcm6328";
 | |
| 
 | |
| 	gpio-keys-polled {
 | |
| 		compatible = "gpio-keys-polled";
 | |
| 		#address-cells = <1>;
 | |
| 		#size-cells = <0>;
 | |
| 		poll-interval = <20>;
 | |
| 		debounce-interval = <60>;
 | |
| 
 | |
| 		reset {
 | |
| 			label = "reset";
 | |
| 			gpios = <&gpio0 23 1>;
 | |
| 			linux,code = <0x198>;
 | |
| 		};
 | |
| 		wps {
 | |
| 			label = "wps";
 | |
| 			gpios = <&gpio0 24 1>;
 | |
| 			linux,code = <0x211>;
 | |
| 		};
 | |
| 	};
 | |
| 
 | |
| 	gpio-leds {
 | |
| 		compatible = "gpio-leds";
 | |
| 
 | |
| 		inet_red {
 | |
| 			label = "A4001N:red:inet";
 | |
| 			gpios = <&gpio0 1 0>;
 | |
| 		};
 | |
| 		power_green {
 | |
| 			label = "A4001N:green:power";
 | |
| 			gpios = <&gpio0 4 0>;
 | |
| 			default-state = "on";
 | |
| 		};
 | |
| 		power_red {
 | |
| 			label = "A4001N:red:power";
 | |
| 			gpios = <&gpio0 8 0>;
 | |
| 		};
 | |
| 		usb_green {
 | |
| 			label = "A4001N:green:usb";
 | |
| 			gpios = <&gpio0 10 1>;
 | |
| 		};
 | |
| 		dsl_green {
 | |
| 			label = "A4001N:green:dsl";
 | |
| 			gpios = <&gpio0 11 1>;
 | |
| 		};
 | |
| 	};
 | |
| };
 |