generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_dlink_dir-842-c3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9563_dlink_dir-842-c.dtsi"
5
6 / {
7         compatible = "dlink,dir-842-c3", "qca,qca9563";
8         model = "D-Link DIR-842 C3";
9
10         aliases {
11                 led-boot = &led_power;
12                 led-failsafe = &led_power;
13                 led-running = &led_power;
14                 led-upgrade = &led_power;
15         };
16
17         leds {
18                 compatible = "gpio-leds";
19
20                 wps {
21                         label = "dir-842-c3:green:wps";
22                         gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
23                 };
24
25                 led_power: power {
26                         label = "dir-842-c3:green:power";
27                         gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
28                 };
29
30                 internet {
31                         label = "dir-842-c3:green:internet";
32                         gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
33                 };
34
35                 wlan {
36                         label = "dir-842-c3:green:wlan";
37                         gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
38                         linux,default-trigger = "phy0tpt";
39                 };
40         };
41 };