ramips: add support for SNR-CPE-ME2-SFP
[openwrt/openwrt.git] / target / linux / ramips / dts / rt2880_dlink_dap-1522-a1.dts
index 3de9dc755c784da3c2f0074516a4a6c38dea234c..ff714d12730bf8b5a33a88c37f4dc8e7cec30556 100644 (file)
 
 &ethernet {
        status = "okay";
-       mtd-mac-address = <&factory 0x2004>;
+       nvmem-cells = <&macaddr_factory_2004>;
+       nvmem-cell-names = "mac-address";
 
        port@0 {
                mediatek,fixed-link = <1000 1 1 1>;
 &wmac {
        ralink,mtd-eeprom = <&factory 0x2000>;
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_2004: macaddr@2004 {
+               reg = <0x2004 0x6>;
+       };
+};