X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2Fmt7628an_asus_rt-n11p-b1.dts;fp=target%2Flinux%2Framips%2Fdts%2Fmt7628an_asus_rt-n11p-b1.dts;h=46f199f390a722e04e911ede88d16a7f2c3404fa;hb=c3dc52e39ac83704b7a376d8d5610bdb91807e3f;hp=0000000000000000000000000000000000000000;hpb=a765b063ee3e1dd6519f6a4a9e4d4f72214b33b8;p=openwrt%2Fstaging%2Fstintel.git diff --git a/target/linux/ramips/dts/mt7628an_asus_rt-n11p-b1.dts b/target/linux/ramips/dts/mt7628an_asus_rt-n11p-b1.dts new file mode 100644 index 0000000000..46f199f390 --- /dev/null +++ b/target/linux/ramips/dts/mt7628an_asus_rt-n11p-b1.dts @@ -0,0 +1,34 @@ +// SPDX-License-Identifier: GPL-2.0+ +/dts-v1/; + +#include "mt7628an_asus_rt-n1x.dtsi" + +/ { + compatible = "asus,rt-n11p-b1", "mediatek,mt7628an-soc"; + model = "Asus RT-N11P B1"; + + leds { + compatible = "gpio-leds"; + + led_power: power { + label = "rt-n11p-b1:green:power"; + gpios = <&gpio 37 GPIO_ACTIVE_LOW>; + }; + + wlan { + label = "rt-n11p-b1:green:wlan"; + gpios = <&gpio 44 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy0tpt"; + }; + + wan { + label = "rt-n11p-b1:green:wan"; + gpios = <&gpio 43 GPIO_ACTIVE_LOW>; + }; + + lan { + label = "rt-n11p-b1:green:lan"; + gpios = <&gpio 42 GPIO_ACTIVE_LOW>; + }; + }; +};