ramips: mt7620a: convert to nvmem-layout
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620n_elecom_wrh-300cr.dts
index 1d4efcc592bf562a3c68404faf81291bc78e0510..afb14b118895e586eb155a3d1cc809fe34f9c3fb 100644 (file)
                compatible = "gpio-leds";
 
                led_wps: wps {
-                       label = "wrh-300cr:green:wps";
+                       label = "green:wps";
                        gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
                };
 
                ethernet {
-                       label = "wrh-300cr:green:ethernet";
+                       label = "green:ethernet";
                        gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
                };
 
                wlan {
-                       label = "wrh-300cr:green:wlan";
+                       label = "green:wlan";
                        gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
                };
        };
        };
 };
 
-&gpio1 {
-       status = "okay";
-};
-
 &gpio2 {
        status = "okay";
 };
                                label = "factory";
                                reg = <0x40000 0x10000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       eeprom_factory_0: eeprom@0 {
+                                               reg = <0x0 0x200>;
+                                       };
+
+                                       macaddr_factory_2e: macaddr@2e {
+                                               reg = <0x2e 0x6>;
+                                       };
+                               };
                        };
 
                        partition@50000 {
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x2e>;
+       nvmem-cells = <&macaddr_factory_2e>;
+       nvmem-cell-names = "mac-address";
 
        mediatek,portmap = "llllw";
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&factory 0x0>;
+       nvmem-cells = <&eeprom_factory_0>;
+       nvmem-cell-names = "eeprom";
 };
 
 &state_default {