bmips: remove mac-address-increment
[openwrt/staging/hauke.git] / target / linux / bmips / dts / bcm63168-comtrend-vr-3032u.dts
index 5196f90afa8fa6b8fa4df20cd5c7b83cbb132976..d4520661a58289cc8279da5f9378f3ee145fc57a 100644 (file)
                                label = "cferom";
                                reg = <0x0000000 0x0020000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       macaddr_cferom_6a0: macaddr@6a0 {
+                                               reg = <0x6a0 0x6>;
+                                       };
+                               };
                        };
 
                        partition@20000 {
 &usbh {
        status = "okay";
 };
-
-&cferom {
-       compatible = "nvmem-cells";
-       #address-cells = <1>;
-       #size-cells = <1>;
-
-       macaddr_cferom_6a0: macaddr@6a0 {
-               reg = <0x6a0 0x6>;
-       };
-};