generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9558_devolo_dvl1200e.dts
index 3bca23cc57a2592f411d1a7e7a33e2632b565b3c..74506c2a80c75134ab94d4302721ef660d4dfc16 100644 (file)
@@ -1,32 +1,29 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /dts-v1/;
 
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
-
 #include "qca9558_devolo_dvl1xxx.dtsi"
 
 / {
-       compatible = "devolo,dvl1200e", "qca,qca9557";
+       compatible = "devolo,dvl1200e", "qca,qca9558";
        model = "devolo WiFi pro 1200e";
 
        aliases {
-               led-boot = &status_blue;
-               led-failsafe = &status_red;
-               led-running = &status_blue;
-               led-upgrade = &status_red;
+               led-boot = &led_status_blue;
+               led-failsafe = &led_status_red;
+               led-running = &led_status_blue;
+               led-upgrade = &led_status_red;
        };
 
        leds {
                compatible = "gpio-leds";
 
-               status_blue: status_blue {
+               led_status_blue: status_blue {
                        label = "dvl1200e:blue:status";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
 
-               status_red: status_red {
+               led_status_red: status_red {
                        label = "dvl1200e:red:status";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                };