openwrt/target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts
Adrian Schmutzler 556ff09875 ramips/mt762x: convert devices to interrupt-driven gpio-keys
This converts all remaining devices to use interrupt-driven
gpio-keys compatible instead of gpio-keys-polled.
The poll-interval is removed.

While at it, add/remove newlines in keys and leds node where
necessary.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2019-10-21 14:19:32 +02:00

62 lines
1.1 KiB
Plaintext

/dts-v1/;
#include "mt7628an_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;
};
keys {
compatible = "gpio-keys";
reset {
label = "reset";
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};
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";
};
};
};