mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
757658f2ab
The TP-Link Archer C20i/C20 v1/C50 v1 seem to be almost the same, so creating a common DTSI will reduce duplicate code. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
85 lines
1.5 KiB
Plaintext
85 lines
1.5 KiB
Plaintext
/dts-v1/;
|
|
|
|
#include "mt7620a_tplink_archer.dtsi"
|
|
|
|
/ {
|
|
compatible = "tplink,archer-c20-v1", "ralink,mt7620a-soc";
|
|
model = "TP-Link Archer C20 v1";
|
|
|
|
aliases {
|
|
led-boot = &led_power;
|
|
led-failsafe = &led_power;
|
|
led-running = &led_power;
|
|
led-upgrade = &led_power;
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
lan {
|
|
label = "archer-c20-v1:blue:lan";
|
|
gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
led_power: power {
|
|
label = "archer-c20-v1:blue:power";
|
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
|
default-state = "keep";
|
|
};
|
|
|
|
usb {
|
|
label = "archer-c20-v1:blue:usb";
|
|
gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
|
|
trigger-sources = <&ohci_port1>, <&ehci_port1>;
|
|
linux,default-trigger = "usbport";
|
|
};
|
|
|
|
wan {
|
|
label = "archer-c20-v1:blue:wan";
|
|
gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
wan_orange {
|
|
label = "archer-c20-v1:orange:wan";
|
|
gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
wlan5g {
|
|
label = "archer-c20-v1:blue:wlan5g";
|
|
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
wlan2g {
|
|
label = "archer-c20-v1:blue:wlan2g";
|
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
wps {
|
|
label = "archer-c20-v1:blue:wps";
|
|
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&pinctrl {
|
|
state_default: pinctrl0 {
|
|
gpio {
|
|
ralink,group = "i2c", "uartf", "wled", "ephy", "spi refclk", "wdt";
|
|
ralink,function = "gpio";
|
|
};
|
|
};
|
|
};
|
|
|
|
&wmac {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pa_pins>;
|
|
|
|
mtd-mac-address = <&rom 0xf100>;
|
|
mtd-mac-address-increment = <(-2)>;
|
|
};
|
|
|
|
&wifi {
|
|
mtd-mac-address = <&rom 0xf100>;
|
|
mtd-mac-address-increment = <(-1)>;
|
|
};
|