aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts')
-rw-r--r--target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts24
1 files changed, 14 insertions, 10 deletions
diff --git a/target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts b/target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts
index 794ac24ed8..351e37519d 100644
--- a/target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts
+++ b/target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts
@@ -14,6 +14,14 @@
bootargs = "console=ttyS0,115200n8";
};
+ aliases {
+ led-boot = &led_power;
+ led-failsafe = &led_power;
+ led-running = &led_power;
+ led-upgrade = &led_power;
+ label-mac-device = &eth0;
+ };
+
led_spi {
compatible = "spi-gpio";
#address-cells = <1>;
@@ -50,18 +58,10 @@
};
};
- aliases {
- led-boot = &power;
- led-failsafe = &power;
- led-running = &power;
- led-upgrade = &power;
- label-mac-device = &eth0;
- };
-
leds {
compatible = "gpio-leds";
- power: power {
+ led_power: power {
label = "tp-link:green:power";
gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
default-state = "on";
@@ -118,6 +118,7 @@
&spi {
status = "okay";
+
num-cs = <1>;
flash@0 {
@@ -178,21 +179,24 @@
};
&eth0 {
+ status = "okay";
+
phy-mode = "mii";
phy-handle = <&swphy4>;
- status = "okay";
mtd-mac-address = <&info 0x8>;
};
&eth1 {
status = "okay";
+
mtd-mac-address = <&info 0x8>;
mtd-mac-address-increment = <1>;
};
&wmac {
status = "okay";
+
mtd-cal-data = <&art 0x1000>;
mtd-mac-address = <&info 0x8>;
};