ramips: rtxxxx: convert to nvmem-layout
[openwrt/staging/hauke.git] / target / linux / ramips / dts / rt3050_alphanetworks_asl26555-8m.dts
index 76ca0bf83b9fcc69611aec570c610d089e28ffda..41ed37d808af241b4b801c098365d0427fa1e530 100644 (file)
                        };
 
                        devdata: partition@30000 {
-                               compatible = "nvmem-cells";
                                label = "uboot-env";
                                reg = <0x30000 0x10000>;
-                               #address-cells = <1>;
-                               #size-cells = <1>;
                                read-only;
 
-                               eeprom_devdata_4000: eeprom@4000 {
-                                       reg = <0x4000 0x200>;
-                               };
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       eeprom_devdata_4000: eeprom@4000 {
+                                               reg = <0x4000 0x200>;
+                                       };
 
-                               macaddr_devdata_4004: macaddr@4004 {
-                                       reg = <0x4004 0x6>;
+                                       macaddr_devdata_4004: macaddr@4004 {
+                                               reg = <0x4004 0x6>;
+                                       };
                                };
                        };