aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts')
-rw-r--r--target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts69
1 files changed, 0 insertions, 69 deletions
diff --git a/target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts b/target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts
index fdc5713fad..db2e38bbcb 100644
--- a/target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts
+++ b/target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts
@@ -1,63 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
-
#include "qca9561_tplink_archer-c5x.dtsi"
/ {
compatible = "tplink,archer-c58-v1", "qca,qca9560";
model = "TP-Link Archer C58 v1";
-
- aliases {
- led-boot = &power;
- led-failsafe = &power;
- led-running = &power;
- led-upgrade = &power;
- };
-
- leds {
- compatible = "gpio-leds";
-
- power: power {
- label = "tp-link:green:power";
- gpios = <&led_gpio 0 GPIO_ACTIVE_LOW>;
- default-state = "on";
- };
-
- wlan2g {
- label = "tp-link:green:wlan2g";
- gpios = <&led_gpio 1 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy1tpt";
- };
-
- wlan5g {
- label = "tp-link:green:wlan5g";
- gpios = <&led_gpio 2 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy0tpt";
- };
-
- wan_green {
- label = "tp-link:green:wan";
- gpios = <&led_gpio 4 GPIO_ACTIVE_LOW>;
- };
-
- wan_amber {
- label = "tp-link:amber:wan";
- gpios = <&led_gpio 5 GPIO_ACTIVE_LOW>;
- };
-
- lan {
- label = "tp-link:green:lan";
- gpios = <&led_gpio 3 GPIO_ACTIVE_LOW>;
- };
-
- wps {
- label = "tp-link:green:wps";
- gpios = <&led_gpio 6 GPIO_ACTIVE_LOW>;
- };
- };
};
&spi {
@@ -106,20 +54,3 @@
};
};
};
-
-&eth0 {
- status = "okay";
- mtd-mac-address = <&mac 0x8>;
- mtd-mac-address-increment = <1>;
-};
-
-&eth1 {
- status = "okay";
- mtd-mac-address = <&mac 0x8>;
-};
-
-&wmac {
- status = "okay";
- mtd-cal-data = <&art 0x1000>;
- mtd-mac-address = <&mac 0x8>;
-};