generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_yuncore_a782.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9563_yuncore_xd4200.dtsi"
5
6 / {
7         compatible = "yuncore,a782", "qca,qca9563";
8         model = "YunCore A782";
9
10         aliases {
11                 led-boot = &led_system;
12                 led-failsafe = &led_system;
13                 led-running = &led_system;
14                 led-upgrade = &led_system;
15         };
16
17         leds {
18                 compatible = "gpio-leds";
19
20                 led_system: system {
21                         label = "a782:red:system";
22                         gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
23                         default-state = "keep";
24                 };
25
26                 wlan2g {
27                         label = "a782:green:wlan2g";
28                         gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
29                         linux,default-trigger = "phy1tpt";
30                 };
31         };
32 };