aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi')
-rw-r--r--target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi13
1 files changed, 8 insertions, 5 deletions
diff --git a/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi b/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
index c9be157cc9..4fb06494a4 100644
--- a/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
+++ b/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
@@ -12,10 +12,10 @@
aliases {
serial0 = &uart;
- 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 = &wmac;
};
@@ -39,6 +39,7 @@
leds {
compatible = "gpio-leds";
+
pinctrl-names = "default";
pinctrl-0 = <&switch_led_disable_pins>;
@@ -67,7 +68,7 @@
gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
};
- system: system {
+ led_system: system {
label = "tp-link:green:system";
gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
};
@@ -87,6 +88,7 @@
&spi {
status = "okay";
+
num-cs = <1>;
flash@0 {
@@ -151,6 +153,7 @@
&wmac {
status = "okay";
+
mtd-cal-data = <&art 0x1000>;
mtd-mac-address = <&uboot 0x1fc00>;
};