bmips: remove mac-address-increment
[openwrt/openwrt.git] / target / linux / bmips / dts / bcm63167-sercomm-h500-s.dtsi
index 95f330d6c535204490aa5b0d8fb2f4e4518dd758..4e4431f27cec716777b91751a4d7f564e658431d 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>;
-       };
-};