generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts
index e13b58b600f93d70e1f0e8baafb4e3429df240d1..74cf1315b659b6bcde9389fe139b962cb646f25a 100644 (file)
@@ -4,7 +4,7 @@
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca9557.dtsi"
+#include "qca955x.dtsi"
 
 / {
        compatible = "mikrotik,routerboard-wap-g-5hact2hnd", "qca,qca9556";
@@ -53,7 +53,7 @@
 &eth1 {
        status = "okay";
 
-       mtd-mac-address = <&art 0x10>;
+       mtd-mac-address = <&hard_config 0x10>;
 
        pll-data = <0x03000101 0x80000101 0x80001313>;
        phy-handle = <&phy0>;
@@ -73,7 +73,7 @@
        flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <104000000>;
+               spi-max-frequency = <40000000>;
 
                partitions {
                        compatible = "fixed-partitions";
                        #size-cells = <1>;
 
                        partition@0 {
-                               label = "routerboot";
-                               reg = <0x000000 0x00e000>;
+                               label = "RouterBoot";
+                               reg = <0x0 0x20000>;
                                read-only;
-                       };
-
-                       art: partition@e000 {
-                               label = "art";
-                               reg = <0x000e000 0x001000>;
-                               read-only;
-                       };
-
-                       partition@f000 {
-                               label = "bios";
-                               reg = <0x000f000 0x001000>;
-                               read-only;
-                       };
-
-                       partition@10000 {
-                               label = "routerboot2";
-                               reg = <0x010000 0x00f000>;
-                               read-only;
-                       };
-
-                       partition@1f000 {
-                               label = "soft_config";
-                               reg = <0x001f000 0x001000>;
+                               compatible = "fixed-partitions";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+
+                               partition@0 {
+                                       label = "bootloader1";
+                                       reg = <0x0 0xe000>;
+                                       read-only;
+                               };
+
+                               hard_config: partition@e000 {
+                                       label = "hard_config";
+                                       reg = <0xe000 0x1000>;
+                                       read-only;
+                               };
+
+                               partition@f000 {
+                                       label = "bios";
+                                       reg = <0xf000 0x1000>;
+                                       read-only;
+                               };
+
+                               partition@10000 {
+                                       label = "bootloader2";
+                                       reg = <0x10000 0xf000>;
+                                       read-only;
+                               };
+
+                               partition@1f000 {
+                                       label = "soft_config";
+                                       reg = <0x1f000 0x1000>;
+                               };
                        };
 
                        partition@20000 {