ramips: mt7621: convert to nvmem-layout
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7621_arcadyan_wg4xx223.dtsi
index 8e05c3af50d732fda85556d2d24949ebf868e9cc..7b3f316a8c4495a3f34903db16f8b99a4049a68e 100644 (file)
                };
 
                factory: partition@200000 {
-                       compatible = "nvmem-cells";
                        label = "Factory";
                        reg = <0x200000 0x100000>;
-                       #address-cells = <1>;
-                       #size-cells = <1>;
                        read-only;
 
-                       eeprom_factory_0: eeprom@0 {
-                               reg = <0x0 0x4da8>;
-                       };
+                       nvmem-layout {
+                               compatible = "fixed-layout";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+
+                               eeprom_factory_0: eeprom@0 {
+                                       reg = <0x0 0x4da8>;
+                               };
 
-                       /* We keep the block below to prevent eth0 MAC
-                        * from randomization. Unique WAN, LAN, WLAN MACs
-                        * are stored in u-boot-env.
-                        */
+                               /* We keep the block below to prevent eth0 MAC
+                                * from randomization. Unique WAN, LAN, WLAN MACs
+                                * are stored in u-boot-env.
+                                */
 
-                       /* Default Ralink MAC (00:0c:43:28:80:xx) */
-                       macaddr_factory_fff0: macaddr@fff0 {
-                               reg = <0xfff0 0x6>;
+                               /* Default Ralink MAC (00:0c:43:28:80:xx) */
+                               macaddr_factory_fff0: macaddr@fff0 {
+                                       reg = <0xfff0 0x6>;
+                               };
                        };
                };