ath79: add generic dtsi for Ubiquiti SW boards
[oweals/openwrt.git] / target / linux / ath79 / dts / ar9342_ubnt_xw.dtsi
index ee42498af17e703c8f359a78d9e624e2268a4a35..cf24aba5aa9c542c6312e1275cd9e6cf9a1e363a 100644 (file)
                                read-only;
                        };
 
-                       eeprom: partition@7f0000 {
-                               label = "EEPROM";
+                       art: partition@7f0000 {
+                               label = "art";
                                reg = <0x7f0000 0x010000>;
                                read-only;
                        };
 &wmac {
        status = "okay";
 
-       mtd-cal-data = <&eeprom 0x1000>;
+       mtd-cal-data = <&art 0x1000>;
 };
 
 &eth0 {
-       mtd-mac-address = <&eeprom 0x0>;
+       mtd-mac-address = <&art 0x0>;
 };