ramips: add support for I-O DATA WN-DEAX1800GR
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620n_zbtlink_zbt-cpe102.dts
index 341a231daf410ebfbb2c484ca0c5b7012d79cd08..8a3e96ff26671385a67b7684bdb5c353773f57cc 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7620n.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
                compatible = "gpio-leds";
 
                led_4g_0: 4g-0 {
-                       label = "zbt-cpe102:green:4g-0";
+                       label = "green:4g-0";
                        gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
                };
 
                4g-1 {
-                       label = "zbt-cpe102:green:4g-1";
+                       label = "green:4g-1";
                        gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
                };
 
                4g-2 {
-                       label = "zbt-cpe102:green:4g-2";
+                       label = "green:4g-2";
                        gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
                };
        };
        status = "okay";
 };
 
-&gpio2 {
-       status = "okay";
-};
-
-&gpio3 {
-       status = "okay";
-};
-
 &spi0 {
        status = "okay";
 
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x4>;
+       nvmem-cells = <&macaddr_factory_4>;
+       nvmem-cell-names = "mac-address";
+
        mediatek,portmap = "wllll";
 };
 
                function = "gpio";
        };
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_4: macaddr@4 {
+               reg = <0x4 0x6>;
+       };
+};