aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts')
-rw-r--r--target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts15
1 files changed, 9 insertions, 6 deletions
diff --git a/target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts b/target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts
index 0d8c4defa8..9b222904e1 100644
--- a/target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts
+++ b/target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts
@@ -12,10 +12,10 @@
aliases {
serial0 = &uart;
- led-boot = &system;
- led-failsafe = &system;
- led-running = &system;
- led-upgrade = &system;
+ led-boot = &led_wps;
+ led-failsafe = &led_wps;
+ led-running = &led_wps;
+ led-upgrade = &led_wps;
label-mac-device = &eth0;
};
@@ -33,7 +33,7 @@
gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
};
- system: wps {
+ led_wps: wps {
label = "tp-link:green:wps";
gpios = <&gpio 26 GPIO_ACTIVE_LOW>;
};
@@ -113,9 +113,10 @@
};
&spi {
- num-chipselects = <1>;
status = "okay";
+ num-chipselects = <1>;
+
/* Spansion S25FL032PIF SPI flash */
flash@0 {
compatible = "jedec,spi-nor";
@@ -168,11 +169,13 @@
&eth1 {
status = "okay";
+
compatible = "syscon", "simple-mfd";
};
&wmac {
status = "okay";
+
mtd-cal-data = <&art 0x1000>;
mtd-mac-address = <&uboot 0x1fc00>;
};