generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / ar724x_ubnt_xm_outdoor.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 / {
4         aliases {
5                 led-boot = &led_link4;
6                 led-failsafe = &led_link4;
7                 label-mac-device = &wifi;
8         };
9
10         leds {
11                 compatible = "gpio-leds";
12
13                 link1 {
14                         label = "ubnt:red:link1";
15                         gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
16                 };
17
18                 link2 {
19                         label = "ubnt:orange:link2";
20                         gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
21                 };
22
23                 link3 {
24                         label = "ubnt:green:link3";
25                         gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
26                 };
27
28                 led_link4: link4 {
29                         label = "ubnt:green:link4";
30                         gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
31                 };
32         };
33 };