ath79: convert mtd-mac-address to nvmem implementation
[openwrt/staging/stintel.git] / target / linux / ath79 / dts / ar9344_winchannel_wb2000.dts
index 87bbd206b2ce05cb1d7c95bb315ea4d8c1ae18cb..2586a174cb93b08d93bc423cb8060653958279d2 100644 (file)
                compatible = "pci168c,0030";
                reg = <0x0000 0 0 0 0>;
                qca,no-eeprom;
-               mtd-mac-address = <&addr 0x0>;
+               nvmem-cells = <&macaddr_addr_0>;
+               nvmem-cell-names = "mac-address";
                mac-address-increment = <0x10>;
                #gpio-cells = <2>;
                gpio-controller;
        status = "okay";
 
        mtd-cal-data = <&art 0x1000>;
-       mtd-mac-address = <&addr 0x0>;
+       nvmem-cells = <&macaddr_addr_0>;
+       nvmem-cell-names = "mac-address";
 };
 
 &mdio0 {
 
        pll-data = <0xe000000 0x04000101 0x04001313>;
 
-       mtd-mac-address = <&addr 0x0>;
+       nvmem-cells = <&macaddr_addr_0>;
+       nvmem-cell-names = "mac-address";
        mac-address-increment = <0x21>;
 
        phy-mode = "rgmii-rxid";
                rxdv-delay = <1>;
        };
 };
+
+&addr {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_addr_0: macaddr@0 {
+               reg = <0x0 0x6>;
+       };
+};