ath79: improve support for D-Link DIR-8x9 A1 series
[openwrt/staging/ldir.git] / target / linux / ath79 / dts / qca9563_dlink_dir-8x9-a1.dtsi
index 556ba604a6b1de19d9bc8181c8ef57ed223f8e0c..754fcd415d9789dc5fba7a45e5dbdf49b006aafe 100644 (file)
@@ -6,17 +6,18 @@
 #include <dt-bindings/input/input.h>
 
 / {
-
        keys {
                compatible = "gpio-keys";
 
                wps {
+                       label = "wps";
                        linux,code = <KEY_WPS_BUTTON>;
                        gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
                        debounce-interval = <60>;
                };
 
                reset {
+                       label = "reset";
                        linux,code = <KEY_RESTART>;
                        gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
                        debounce-interval = <60>;
@@ -42,7 +43,7 @@
        flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <50000000>;
+               spi-max-frequency = <25000000>;
 
                partitions {
                        compatible = "fixed-partitions";
 
                        partition@0 {
                                label = "bootloader";
-                               reg = <0x000000 0x40000>;
+                               reg = <0x000000 0x040000>;
                                read-only;
                        };
 
                        partition@40000 {
+                               compatible = "u-boot,env";
                                label = "bdcfg";
-                               reg = <0x040000 0x10000>;
-                               read-only;
+                               reg = <0x040000 0x010000>;
                        };
 
                        partition@50000 {
                                label = "devdata";
-                               reg = <0x050000 0x10000>;
+                               reg = <0x050000 0x010000>;
                                read-only;
 
                                compatible = "nvmem-cells";
@@ -81,7 +82,7 @@
 
                        partition@60000 {
                                label = "devconf";
-                               reg = <0x060000 0x10000>;
+                               reg = <0x060000 0x010000>;
                                read-only;
                        };