aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_netgear_sercomm_chj.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7621_netgear_sercomm_chj.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7621_netgear_sercomm_chj.dtsi10
1 files changed, 7 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7621_netgear_sercomm_chj.dtsi b/target/linux/ramips/dts/mt7621_netgear_sercomm_chj.dtsi
index dc15d5f91f..7a15cd1f6c 100644
--- a/target/linux/ramips/dts/mt7621_netgear_sercomm_chj.dtsi
+++ b/target/linux/ramips/dts/mt7621_netgear_sercomm_chj.dtsi
@@ -20,20 +20,24 @@
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";
};