ramips: mt7621: nix mac-address-increment
[openwrt/openwrt.git] / target / linux / ramips / dts / rt2880_dlink_dap-1522-a1.dts
index acb723eff7847e42e8433e65f80fe51ac936d268..105a3c49d486ca7df07650d6f0cef064345d6663 100644 (file)
                                label = "factory";
                                reg = <0x30000 0x10000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       eeprom_factory_2000: eeprom@2000 {
+                                               reg = <0x2000 0x200>;
+                                       };
+
+                                       macaddr_factory_2004: macaddr@2004 {
+                                               reg = <0x2004 0x6>;
+                                       };
+                               };
                        };
 
                        partition@40000 {
                compatible = "gpio-leds";
 
                wps {
-                       label = "dap-1522-a1:blue:wps";
+                       label = "blue:wps";
                        gpios = <&gpio2 17 GPIO_ACTIVE_LOW>;
                };
 
                ap {
-                       label = "dap-1522-a1:blue:ap";
+                       label = "blue:ap";
                        gpios = <&gpio2 18 GPIO_ACTIVE_LOW>;
                };
 
                sta {
-                       label = "dap-1522-a1:red:sta";
+                       label = "red:sta";
                        gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;
                };
 
                led_status: status {
-                       label = "dap-1522-a1:blue:status";
+                       label = "blue:status";
                        gpios = <&gpio2 20 GPIO_ACTIVE_LOW>;
                };
        };
 };
 
-&gpio0 {
-       status = "okay";
-};
-
 &gpio2 {
        status = "okay";
 };
 
 &ethernet {
        status = "okay";
-       mtd-mac-address = <&factory 0x2004>;
+       nvmem-cells = <&macaddr_factory_2004>;
+       nvmem-cell-names = "mac-address";
 
        port@0 {
                mediatek,fixed-link = <1000 1 1 1>;
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&factory 0x2000>;
+       nvmem-cells = <&eeprom_factory_2000>;
+       nvmem-cell-names = "eeprom";
 };