ramips: fix Ubiquiti EdgeRouter X's MAC address for gmac1
[openwrt/openwrt.git] / target / linux / ramips / dts / rt5350_easyacc_wizard-8800.dts
index e2f3522d1406f2f488c0576cf4fa06c2a5f8ac73..1b80382f6811595d468f08bc80e5872f989a0338 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "rt5350.dtsi"
 
 / {
@@ -7,14 +5,6 @@
        model = "EASYACC WI-STOR WIZARD 8800";
 };
 
-&gpio0 {
-       status = "okay";
-};
-
-&gpio1 {
-       status = "okay";
-};
-
 &spi0 {
        status = "okay";
 
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x4>;
+       nvmem-cells = <&macaddr_factory_4>;
+       nvmem-cell-names = "mac-address";
 };
 
 &esw {
        mediatek,portmap = <0x2f>;
 };
 
-&ehci {
-       status = "okay";
+&wmac {
+       ralink,mtd-eeprom = <&factory 0x0>;
 };
 
-&ohci {
-       status = "okay";
-};
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
 
-&wmac {
-       ralink,mtd-eeprom = <&factory 0x0>;
+       macaddr_factory_4: macaddr@4 {
+               reg = <0x4 0x6>;
+       };
 };