generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9558_devolo_dvl1200e.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9558_devolo_dvl1xxx.dtsi"
5
6 / {
7         compatible = "devolo,dvl1200e", "qca,qca9558";
8         model = "devolo WiFi pro 1200e";
9
10         aliases {
11                 led-boot = &led_status_blue;
12                 led-failsafe = &led_status_red;
13                 led-running = &led_status_blue;
14                 led-upgrade = &led_status_red;
15         };
16
17         leds {
18                 compatible = "gpio-leds";
19
20                 led_status_blue: status_blue {
21                         label = "dvl1200e:blue:status";
22                         gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
23                         default-state = "on";
24                 };
25
26                 led_status_red: status_red {
27                         label = "dvl1200e:red:status";
28                         gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
29                 };
30         };
31
32         beeper {
33                 compatible = "gpio-beeper";
34                 gpios = <&gpio 4 GPIO_ACTIVE_HIGH>;
35         };
36 };
37
38 &mdio1 {
39         status = "okay";
40 };
41
42 &eth1 {
43         status = "okay";
44 };