aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/RE350.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/RE350.dts')
-rw-r--r--target/linux/ramips/dts/RE350.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/RE350.dts b/target/linux/ramips/dts/RE350.dts
index 2f3bb1245c..8cf0b35110 100644
--- a/target/linux/ramips/dts/RE350.dts
+++ b/target/linux/ramips/dts/RE350.dts
@@ -9,6 +9,10 @@
compatible = "tplink,re350-v1", "mediatek,mt7621-soc";
model = "TP-LINK RE350 v1";
+ aliases {
+ led-status = &led_power;
+ };
+
memory@0 {
device_type = "memory";
reg = <0x0 0x4000000>;
@@ -21,7 +25,7 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ led_power: power {
label = "re350-v1:blue:power";
gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
};