openwrtv4/target/linux/ramips/dts/TL-WA801NDV5.dts
Mathias Kresin 8f4dfadd5a ramips: add support for indicating the boot state using multiple leds
Use diag.sh version used for other targets supporting different leds
for the different boot states.

The existing led sequences should be the same as before.

Signed-off-by: Mathias Kresin <dev@kresin.me>
2018-10-07 11:34:18 +02:00

62 lines
1.1 KiB
Text

/dts-v1/;
#include "TPLINK-8M.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
compatible = "tplink,tl-wa801nd-v5", "mediatek,mt7628an-soc";
model = "TP-Link TL-WA801ND v5";
aliases {
led-boot = &led_power;
led-failsafe = &led_power;
led-running = &led_power;
led-upgrade = &led_power;
};
gpio-keys-polled {
compatible = "gpio-keys-polled";
poll-interval = <20>;
reset {
label = "reset";
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};
gpio-leds {
compatible = "gpio-leds";
led_power: power {
label = "tl-wa801nd-v5:green:power";
gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
};
lan {
label = "tl-wa801nd-v5:green:lan";
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
};
wlan {
label = "tl-wa801nd-v5:green:wlan";
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
};
wps {
label = "tl-wa801nd-v5:orange:wps";
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
};
};
};
&pinctrl {
state_default: pinctrl0 {
gpio {
ralink,group = "p0led_an", "perst", "refclk", "wdt", "wled_an";
ralink,function = "gpio";
};
};
};