aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/RBM11G.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/RBM11G.dts')
-rw-r--r--target/linux/ramips/dts/RBM11G.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/RBM11G.dts b/target/linux/ramips/dts/RBM11G.dts
index 9288e965bd..f312093a22 100644
--- a/target/linux/ramips/dts/RBM11G.dts
+++ b/target/linux/ramips/dts/RBM11G.dts
@@ -9,6 +9,10 @@
compatible = "mikrotik,rbm11g", "mediatek,mt7621-soc";
model = "MikroTik RBM11G";
+ aliases {
+ led-status = &led_usr;
+ };
+
memory@0 {
device_type = "memory";
reg = <0x0 0x10000000>;
@@ -21,7 +25,7 @@
gpio-leds {
compatible = "gpio-leds";
- usr {
+ led_usr: usr {
label = "rbm11g:green:usr";
gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
};