ppp: update to version 2.4.8.git-2020-10-03
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9533_ubnt_acb-isp.dts
index 629899e1a24a7fc87654d17d326d9be5b05be9fe..449e7fe451c1590d439c2287ab4d9735e43c7896 100644 (file)
@@ -1,11 +1,10 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "qca953x.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca953x.dtsi"
-
 / {
        compatible = "ubnt,acb-isp", "qca,qca9533";
        model = "Ubiquiti airCube ISP";
@@ -64,8 +63,8 @@
                                read-only;
                        };
 
-                       eeprom: partition@ff0000 {
-                               label = "EEPROM";
+                       art: partition@ff0000 {
+                               label = "art";
                                reg = <0xff0000 0x010000>;
                                read-only;
                        };
 
 &eth0 {
        status = "okay";
-       mtd-mac-address = <&eeprom 0x0>;
+
        phy-handle = <&swphy4>;
+
+       mtd-mac-address = <&art 0x0>;
 };
 
 &eth1 {
-       status = "okay";
-       mtd-mac-address = <&eeprom 0x6>;
+       mtd-mac-address = <&art 0x6>;
 
        gmac-config {
                device = <&gmac>;
@@ -94,5 +94,5 @@
 
 &wmac {
        status = "okay";
-       mtd-cal-data = <&eeprom 0x1000>;
+       mtd-cal-data = <&art 0x1000>;
 };