ramips: rtxxxx: convert to nvmem-layout
[openwrt/staging/hauke.git] / target / linux / ramips / dts / rt3052_belkin_f5d8235-v2.dts
index 55eba3bc0a590d71af1c7aab993343b6102486cc..13b16921b995cff01855bc66736986d8d5b68e51 100644 (file)
                        #size-cells = <1>;
 
                        uboot: partition@0 {
-                               compatible = "nvmem-cells";
                                label = "uboot";
                                reg = <0x0 0x50000>;
-                               #address-cells = <1>;
-                               #size-cells = <1>;
                                read-only;
 
-                               eeprom_uboot_40000: eeprom@40000 {
-                                       reg = <0x40000 0x200>;
-                               };
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       eeprom_uboot_40000: eeprom@40000 {
+                                               reg = <0x40000 0x200>;
+                                       };
 
-                               macaddr_uboot_40004: macaddr@40004 {
-                                       reg = <0x40004 0x6>;
+                                       macaddr_uboot_40004: macaddr@40004 {
+                                               reg = <0x40004 0x6>;
+                                       };
                                };
                        };