generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / tp9343_tplink_tl-wr940n-v6.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "tp9343_tplink_tl-wr94x.dtsi"
5
6 / {
7         compatible = "tplink,tl-wr940n-v6", "qca,tp9343";
8         model = "TP-Link TL-WR940N v6";
9
10         aliases {
11                 led-boot = &led_diag_orange;
12                 led-failsafe = &led_diag_orange;
13                 led-running = &led_diag_orange;
14                 led-upgrade = &led_diag_orange;
15         };
16
17         leds {
18                 compatible = "gpio-leds";
19
20                 wan_blue {
21                         label = "tp-link:blue:wan";
22                         gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
23                 };
24
25                 led_diag_orange: diag_orange {
26                         label = "tp-link:orange:diag";
27                         gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
28                         default-state = "on";
29                 };
30         };
31 };
32
33 &eth1 {
34         mtd-mac-address = <&uboot 0x1fc00>;
35 };