bmips: remove mac-address-increment
[openwrt/staging/hauke.git] / target / linux / bmips / dts / bcm6368-netgear-dgnd3700.dtsi
index c878dd2cffa2b1062e11af9a1bd3124a6ab94e99..97836e92e03eaa43938176eeeeaaeb4f9275c756 100644 (file)
                        label = "CFE";
                        reg = <0x0000000 0x0020000>;
                        read-only;
+
+                       nvmem-layout {
+                               compatible = "fixed-layout";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+
+                               macaddr_cfe_6a0: macaddr@6a0 {
+                                       reg = <0x6a0 0x6>;
+                               };
+                       };
                };
 
                partition@20000 {
 &usbh {
        status = "okay";
 };
-
-&cfe {
-       compatible = "nvmem-cells";
-       #address-cells = <1>;
-       #size-cells = <1>;
-
-       macaddr_cfe_6a0: macaddr@6a0 {
-               reg = <0x6a0 0x6>;
-       };
-};