ramips: fix EEPROM size for I-O DATA WN-DEAX1800GR
[openwrt/openwrt.git] / target / linux / ramips / dts / rt3883_sitecom_wlr-6000.dts
index ccf9917dac6a9f935fd341317759506ec44b34e4..fc437c1f62c860f9a3b6483e90225978a7cfe1fa 100644 (file)
@@ -64,8 +64,9 @@
 
 &ethernet {
        status = "okay";
-       mtd-mac-address = <&factory 0x8004>;
-       mtd-mac-address-increment = <1>;
+       nvmem-cells = <&macaddr_factory_8004>;
+       nvmem-cell-names = "mac-address";
+       mac-address-increment = <1>;
 
        port@0 {
                phy-handle = <&phy0>;
 &ohci {
        status = "okay";
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_8004: macaddr@8004 {
+               reg = <0x8004 0x6>;
+       };
+};