aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WIZFI630A.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/WIZFI630A.dts')
-rw-r--r--target/linux/ramips/dts/WIZFI630A.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WIZFI630A.dts b/target/linux/ramips/dts/WIZFI630A.dts
index d12753650e..ac9729dc0d 100644
--- a/target/linux/ramips/dts/WIZFI630A.dts
+++ b/target/linux/ramips/dts/WIZFI630A.dts
@@ -9,6 +9,10 @@
compatible = "wiznet,wizfi630a", "ralink,rt5350-soc";
model = "WIZnet WizFi630A";
+ aliases {
+ led-status = &led_run;
+ };
+
chosen {
bootargs = "console=ttyS1,115200";
};
@@ -16,7 +20,7 @@
gpio-leds {
compatible = "gpio-leds";
- run {
+ led_run: run {
label = "wizfi630a::run";
gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
};