ramips: convert mtd-mac-address to nvmem implementation
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7628an_tplink_re305-v1.dts
index 300ea3bb297344173a7584fd45e0937647c1d194..6ac3730194a064bb990556493e4e047e2954b248 100644 (file)
                reg = <0x0000 0 0 0 0>;
                mediatek,mtd-eeprom = <&radio 0x8000>;
                ieee80211-freq-limit = <5000000 6000000>;
-               mtd-mac-address = <&config 0x10008>;
+               nvmem-cells = <&macaddr_config_10008>;
+               nvmem-cell-names = "mac-address";
                mac-address-increment = <2>;
        };
 };
        status = "okay";
 
        mediatek,mtd-eeprom = <&radio 0x0>;
-       mtd-mac-address = <&config 0x10008>;
+       nvmem-cells = <&macaddr_config_10008>;
+       nvmem-cell-names = "mac-address";
        mac-address-increment = <1>;
 };
 
 &ethernet {
-       mtd-mac-address = <&config 0x10008>;
+       nvmem-cells = <&macaddr_config_10008>;
+       nvmem-cell-names = "mac-address";
+};
+
+&config {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_config_10008: macaddr@10008 {
+               reg = <0x10008 0x6>;
+       };
 };