aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_netgear_sercomm_ayx.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7621_netgear_sercomm_ayx.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7621_netgear_sercomm_ayx.dtsi13
1 files changed, 9 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/mt7621_netgear_sercomm_ayx.dtsi b/target/linux/ramips/dts/mt7621_netgear_sercomm_ayx.dtsi
index 0ec1a4fb3c..1a19cd048b 100644
--- a/target/linux/ramips/dts/mt7621_netgear_sercomm_ayx.dtsi
+++ b/target/linux/ramips/dts/mt7621_netgear_sercomm_ayx.dtsi
@@ -42,25 +42,30 @@
compatible = "gpio-leds";
led_power: power {
+ label = "green:power";
gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
};
- led_usb: usb {
+ usb {
+ label = "green:usb";
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>;
linux,default-trigger = "usbport";
};
- led_internet: internet {
+ internet {
+ label = "green:wan";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
};
- led_wifi: wifi {
+ wifi {
+ label = "green:wifi";
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};
- led_wps: wps {
+ wps {
+ label = "green:wps";
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
};
};