From b97a99256fe54e81c8fc6c60183f46fbf731bbf8 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 3 Jul 2019 23:22:31 +0200 Subject: ramips/mt76x8: Name DTS files based on scheme Signed-off-by: Adrian Schmutzler --- .../ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts (limited to 'target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts') diff --git a/target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts b/target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts new file mode 100644 index 0000000000..684ce32de4 --- /dev/null +++ b/target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts @@ -0,0 +1,62 @@ +/dts-v1/; + +#include "mt7628an_tplink_8m.dtsi" + +#include +#include + +/ { + 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-polled"; + poll-interval = <20>; + + reset { + label = "reset"; + gpios = <&gpio1 6 GPIO_ACTIVE_LOW>; + linux,code = ; + }; + }; + + 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"; + }; + }; +}; -- cgit v1.2.3