mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
b756ea2a90
Upstream pinctrl driver in drivers/staging uses groups/function/ralink,num-gpios instead of ralink,group/ralink,function/ralink,nr-gpio Replace these properties in dts as well as the pinctrl driver in patches-4.14. This commit is created using: sed -i 's/ralink,group/groups/g' sed -i 's/ralink,function/function/g' sed -i 's/ralink,nr-gpio/ralink,num-gpios/g' Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
70 lines
1.2 KiB
Plaintext
70 lines
1.2 KiB
Plaintext
/dts-v1/;
|
|
|
|
#include "mt7628an_tplink_8m.dtsi"
|
|
|
|
/ {
|
|
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 = <&gpio 38 GPIO_ACTIVE_LOW>;
|
|
linux,code = <KEY_RESTART>;
|
|
};
|
|
|
|
wps {
|
|
label = "wps";
|
|
gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
|
|
linux,code = <KEY_WPS_BUTTON>;
|
|
};
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
led_power: power {
|
|
label = "tl-wa801nd-v5:green:power";
|
|
gpios = <&gpio 36 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
lan {
|
|
label = "tl-wa801nd-v5:green:lan";
|
|
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
wlan {
|
|
label = "tl-wa801nd-v5:green:wlan";
|
|
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
|
linux,default-trigger = "phy0tpt";
|
|
};
|
|
|
|
wps_red {
|
|
label = "tl-wa801nd-v5:red:wps";
|
|
gpios = <&gpio 43 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
wps_green {
|
|
label = "tl-wa801nd-v5:green:wps";
|
|
gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&state_default {
|
|
gpio {
|
|
groups = "p0led_an", "p1led_an", "perst", "refclk",
|
|
"uart1", "wdt", "wled_an";
|
|
function = "gpio";
|
|
};
|
|
};
|