You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts

72 lines
1.2 KiB
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
#include "tp9343_tplink_tl-wr94x.dtsi"
/ {
compatible = "tplink,tl-wr940n-v4", "qca,tp9343";
model = "TP-Link TL-WR940N v4";
aliases {
led-boot = &led_system;
led-failsafe = &led_system;
led-running = &led_system;
led-upgrade = &led_system;
};
leds {
compatible = "gpio-leds";
led_system: system {
label = "tp-link:blue:system";
gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
default-state = "on";
};
qss {
label = "tp-link:blue:qss";
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
};
wlan {
label = "tp-link:blue:wlan";
gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};
wan_blue {
label = "tp-link:blue:wan";
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
};
wan_red {
label = "tp-link:red:wan";
gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
};
lan1 {
label = "tp-link:blue:lan1";
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
};
lan2 {
label = "tp-link:blue:lan2";
gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
};
lan3 {
label = "tp-link:blue:lan3";
gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
};
lan4 {
label = "tp-link:blue:lan4";
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
};
};
};
&eth1 {
mtd-mac-address = <&uboot 0x1fc00>;
};