ath79: ar: convert to mac-base
[openwrt/staging/hauke.git] / target / linux / ath79 / dts / ar7241_netgear_wnr2200-8m.dts
index c23cb6e00250905a165a012e53fc8125093339a9..fbd3cb8ec8fff8480d1ae6463becc4cb29cbe79f 100644 (file)
@@ -5,6 +5,10 @@
 / {
        compatible = "netgear,wnr2200-8m", "qca,ar7241";
        model = "Netgear WNR2200 (8M)";
+
+       aliases {
+               label-mac-device = &eth1;
+       };
 };
 
 &partitions {
        partition@50000 {
                label = "firmware";
                reg = <0x50000 0x7a0000>;
-               compatible = "netgear,uimage";
+               compatible = "openwrt,uimage", "denx,uimage";
+               openwrt,ih-magic = <0x32323030>;
+               openwrt,ih-type = <IH_TYPE_FILESYSTEM>;
        };
 
        art: partition@7f0000 {
                label = "art";
                reg = <0x7f0000 0x10000>;
                read-only;
+
+               nvmem-layout {
+                       compatible = "fixed-layout";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       macaddr_art_0: macaddr@0 {
+                               compatible = "mac-base";
+                               reg = <0x0 0x6>;
+                               #nvmem-cell-cells = <1>;
+                       };
+
+                       macaddr_art_6: macaddr@6 {
+                               reg = <0x6 0x6>;
+                       };
+               };
        };
 };
+
+&eth0 {
+       nvmem-cells = <&macaddr_art_0 0>;
+       nvmem-cell-names = "mac-address";
+};
+
+&eth1 {
+       nvmem-cells = <&macaddr_art_6>;
+       nvmem-cell-names = "mac-address";
+};
+
+&ath9k {
+       nvmem-cells = <&macaddr_art_0 1>;
+       nvmem-cell-names = "mac-address";
+};