ramips: dts: rt3050: reset FE and ESW cores together
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_cudy_wr1000.dts
index 2d70e1225ba3f16fb33536cc67cfde2a24f53458..883459d2f303ec52ee5312065e9e96e46a9f6440 100644 (file)
@@ -1,5 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
 #include "mt7628an.dtsi"
 
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "rfkill";
-                       gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
        };
                compatible = "gpio-leds";
 
                lan1 {
-                       label = "wr1000:blue:lan1";
-                       gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
+                       label = "blue:lan1";
+                       gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
                };
 
                lan2 {
-                       label = "wr1000:blue:lan2";
-                       gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
+                       label = "blue:lan2";
+                       gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
                };
 
                wan {
-                       label = "wr1000:blue:wan";
-                       gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
+                       label = "blue:wan";
+                       gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
                };
 
                wlan2g {
-                       label = "wr1000:blue:wlan2g";
-                       gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
+                       label = "blue:wlan2g";
+                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                led_wps: wps {
-                       label = "wr1000:blue:wps";
-                       gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
+                       label = "blue:wps";
+                       gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
        };
 };
                                label = "factory";
                                reg = <0x40000 0x10000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       eeprom_factory_0: eeprom@0 {
+                                               reg = <0x0 0x400>;
+                                       };
+
+                                       eeprom_factory_8000: eeprom@8000 {
+                                               reg = <0x8000 0x200>;
+                                       };
+
+                                       macaddr_factory_28: macaddr@28 {
+                                               reg = <0x28 0x6>;
+                                       };
+                               };
                        };
 
                        partition@50000 {
 
 &state_default {
        gpio {
-               ralink,group = "i2s", "refclk", "wdt", "p4led_an",
+               groups = "i2s", "refclk", "wdt", "p4led_an",
                                "p3led_an", "p2led_an", "wled_an";
-               ralink,function = "gpio";
+               function = "gpio";
        };
 };
 
        wifi@0,0 {
                compatible = "mediatek,mt76";
                reg = <0x0000 0 0 0 0>;
-               mediatek,mtd-eeprom = <&factory 0x8000>;
+               nvmem-cells = <&eeprom_factory_8000>;
+               nvmem-cell-names = "eeprom";
                ieee80211-freq-limit = <5000000 6000000>;
 
                led {
 
 &wmac {
        status = "okay";
-       ralink,mtd-eeprom = <&factory 0x4>;
+
+       nvmem-cells = <&eeprom_factory_0>;
+       nvmem-cell-names = "eeprom";
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x28>;
-       mediatek,portmap = "llllw";
+       nvmem-cells = <&macaddr_factory_28>;
+       nvmem-cell-names = "mac-address";
+};
+
+&esw {
+       mediatek,portmap = <0x2f>;
 };