ramips: convert MT7628 EEPROM to NVMEM format
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7628an_wavlink_wl-wn570ha1.dts
index 017252f6a30af28a0ddd8e7d68cfeb817ed03cd0..23f81619ee184527fbde3d4e1a9dcabdeb4c5ade 100644 (file)
@@ -1,17 +1,12 @@
-/dts-v1/;
+#include "mt7628an.dtsi"
+
 #include <dt-bindings/input/input.h>
 #include <dt-bindings/gpio/gpio.h>
 
-#include "mt7628an.dtsi"
-
 / {
        compatible = "wavlink,wl-wn570ha1", "mediatek,mt7628an-soc";
        model = "Wavlink WL-WN570HA1";
 
-       chosen {
-               bootargs = "console=ttyS0,57600";
-       };
-
        keys {
                compatible = "gpio-keys";
 
                compatible = "gpio-leds";
 
                power {
-                       label = "wl-wn570ha1:green:power";
+                       label = "green:power";
                        gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
                };
 
                wan {
-                       label = "wl-wn570ha1:green:wan";
+                       label = "green:wan";
                        gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
                };
 
                wifi-high {
-                       label = "wl-wn570ha1:green:wifi-high";
+                       label = "green:wifi-high";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
 
                wifi-med {
-                       label = "wl-wn570ha1:green:wifi-med";
+                       label = "green:wifi-med";
                        gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
                };
 
                wifi-low {
-                       label = "wl-wn570ha1:green:wifi-low";
+                       label = "green:wifi-low";
                        gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
                };
 
                wifi {
-                       label = "wl-wn570ha1:green:wifi";
+                       label = "green:wifi";
                        gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
        };
@@ -60,8 +55,8 @@
 
 &state_default {
        gpio {
-               ralink,group = "i2c", "wled_an", "p0led_an", "wdt", "refclk";
-               ralink,function = "gpio";
+               groups = "i2c", "wled_an", "p0led_an", "wdt", "refclk";
+               function = "gpio";
        };
 };
 
                        };
 
                        factory: partition@40000 {
+                               compatible = "nvmem-cells";
                                label = "factory";
                                reg = <0x40000 0x10000>;
+                               #address-cells = <1>;
+                               #size-cells = <1>;
                                read-only;
+
+                               eeprom_factory_0: eeprom@0 {
+                                       reg = <0x0 0x400>;
+                               };
+
+                               macaddr_factory_2e: macaddr@2e {
+                                       reg = <0x2e 0x6>;
+                               };
                        };
 
                        partition@50000 {
 
 &wmac {
        status = "okay";
+
+       nvmem-cells = <&eeprom_factory_0>;
+       nvmem-cell-names = "eeprom";
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x2e>;
+       nvmem-cells = <&macaddr_factory_2e>;
+       nvmem-cell-names = "mac-address";
 };
 
 &esw {