generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / ar9344_tplink_cpe_1port.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344_tplink_cpe.dtsi"
4
5 / {
6         aliases {
7                 led-boot = &led_system;
8                 led-failsafe = &led_system;
9                 led-running = &led_system;
10                 led-upgrade = &led_system;
11         };
12
13         leds {
14                 compatible = "gpio-leds";
15
16                 lan {
17                         label = "tp-link:green:lan";
18                         gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
19                 };
20
21                 link1 {
22                         label = "tp-link:green:link1";
23                         gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
24                 };
25
26                 link2 {
27                         label = "tp-link:green:link2";
28                         gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
29                 };
30
31                 link3 {
32                         label = "tp-link:green:link3";
33                         gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
34                 };
35
36                 led_system: link4 {
37                         label = "tp-link:green:link4";
38                         gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
39                 };
40         };
41 };
42
43 &eth1 {
44         status = "okay";
45
46         compatible = "syscon", "simple-mfd";
47 };