ramips: add support for I-O DATA WN-DEAX1800GR
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620n_zbtlink_zbt-cpe102.dts
index 3885428345c15e31c11724ae26680dd6a2ee1ae8..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";
 
-       en25q64@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x4>;
+       nvmem-cells = <&macaddr_factory_4>;
+       nvmem-cell-names = "mac-address";
+
        mediatek,portmap = "wllll";
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&factory 0>;
+       ralink,mtd-eeprom = <&factory 0x0>;
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               default {
-                       ralink,group = "i2c", "spi refclk", "wled";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       default {
+               groups = "i2c", "spi refclk", "wled";
+               function = "gpio";
+       };
+};
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_4: macaddr@4 {
+               reg = <0x4 0x6>;
        };
 };