generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_phicomm_k2t.dts
index 4ff9320d5cabb71160dbcc30f7e6e6b798afd27d..a6aa3a8ad3caf584ca7c98a39d394f1a6499fc48 100644 (file)
@@ -8,10 +8,13 @@
 
 / {
        model = "Phicomm K2T";
-       compatible = "phicomm,k2t";
+       compatible = "phicomm,k2t", "qca,qca9563";
 
        aliases {
-               led-status = &status_red;
+               led-boot = &led_status_red;
+               led-failsafe = &led_status_red;
+               led-running = &led_status_red;
+               led-upgrade = &led_status_red;
        };
 
        chosen {
                status_blue {
                        label = "phicomm:blue:status";
                        gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
-               status_red: status_red {
+               led_status_red: status_red {
                        label = "phicomm:red:status";
                        gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
-                       default-state = "off";
                };
 
                status_yellow {
                        label = "phicomm:yellow:status";
                        gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
        };
 
        keys {
-               compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               poll-interval = <20>;
+               compatible = "gpio-keys";
 
                reset {
                        linux,code = <KEY_RESTART>;
@@ -72,8 +69,6 @@
        status = "okay";
 
        flash@0 {
-               #address-cells = <1>;
-               #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <25000000>;
                        };
 
                        partition@90000 {
+                               compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x090000 0xf60000>;
                        };