aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9132_tplink_tl-wa901nd-v2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9132_tplink_tl-wa901nd-v2.dts')
-rw-r--r--target/linux/ath79/dts/ar9132_tplink_tl-wa901nd-v2.dts12
1 files changed, 7 insertions, 5 deletions
diff --git a/target/linux/ath79/dts/ar9132_tplink_tl-wa901nd-v2.dts b/target/linux/ath79/dts/ar9132_tplink_tl-wa901nd-v2.dts
index 2fff08195b..804b71170e 100644
--- a/target/linux/ath79/dts/ar9132_tplink_tl-wa901nd-v2.dts
+++ b/target/linux/ath79/dts/ar9132_tplink_tl-wa901nd-v2.dts
@@ -11,10 +11,10 @@
model = "TP-Link TL-WA901ND v2";
aliases {
- led-boot = &system;
- led-failsafe = &system;
- led-running = &system;
- led-upgrade = &system;
+ led-boot = &led_system;
+ led-failsafe = &led_system;
+ led-running = &led_system;
+ led-upgrade = &led_system;
label-mac-device = &eth0;
};
@@ -45,7 +45,7 @@
leds {
compatible = "gpio-leds";
- system: system {
+ led_system: system {
label = "tp-link:green:system";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
};
@@ -73,6 +73,7 @@
&spi {
status = "okay";
+
num-cs = <1>;
flash@0 {
@@ -126,6 +127,7 @@
&wmac {
status = "okay";
+
mtd-cal-data = <&art 0x1000>;
mtd-mac-address = <&uboot 0x1fc00>;
};