dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7620n_ravpower_rp-wd03.dts
1 #include "mt7620n_sunvalley_filehub.dtsi"
2
3 / {
4 compatible = "ravpower,rp-wd03", "ralink,mt7620n-soc";
5 model = "RAVPower RP-WD03";
6
7 aliases {
8 led-boot = &led_wifi_blue;
9 led-failsafe = &led_wifi_blue;
10 led-running = &led_wifi_blue;
11 led-upgrade = &led_wifi_blue;
12 };
13
14 leds {
15 compatible = "gpio-leds";
16
17 wifi_green {
18 label = "green:wifi";
19 gpios = <&gpio2 0 GPIO_ACTIVE_HIGH>;
20 };
21
22 led_wifi_blue: wifi_blue {
23 label = "blue:wifi";
24 gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
25 };
26 };
27 };