ramips: convert MT7613 and MT7615 EEPROM to NVMEM format for MT7621
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_xiaomi_mi-router-3-pro.dts
index b9101b7ccbbf0314d852d463286657351251c43e..62111520c011fdcc3804bfcd2239938b0a25221f 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        compatible = "xiaomi,mi-router-3-pro", "mediatek,mt7621-soc";
        leds {
                compatible = "gpio-leds";
 
-               led_status_red: status_red {
+               led_status_red: led-0 {
                        label = "red:status";
+                       color = <LED_COLOR_ID_RED>;
+                       function = LED_FUNCTION_STATUS;
                        gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
                };
 
-               led_status_blue: status_blue {
+               led_status_blue: led-1 {
                        label = "blue:status";
+                       color = <LED_COLOR_ID_BLUE>;
+                       function = LED_FUNCTION_STATUS;
                        gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
                };
 
-               led_status_yellow: status_yellow {
+               led_status_yellow: led-2 {
                        label = "yellow:status";
+                       color = <LED_COLOR_ID_YELLOW>;
+                       function = LED_FUNCTION_STATUS;
                        gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
                };
 
-               wan_amber {
+               led-3 {
                        label = "amber:wan";
+                       color = <LED_COLOR_ID_AMBER>;
+                       function = LED_FUNCTION_WAN;
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "dsa-0.0:04:1Gbps";
+                       linux,default-trigger = "mt7530-0:04:1Gbps";
                };
 
-               lan3_amber {
+               led-4 {
                        label = "amber:lan3";
+                       color = <LED_COLOR_ID_AMBER>;
+                       function = LED_FUNCTION_LAN;
+                       function-enumerator = <3>;
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "dsa-0.0:01:1Gbps";
+                       linux,default-trigger = "mt7530-0:03:1Gbps";
                };
 
-               lan2_amber {
+               led-5 {
                        label = "amber:lan2";
+                       color = <LED_COLOR_ID_AMBER>;
+                       function = LED_FUNCTION_LAN;
+                       function-enumerator = <2>;
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "dsa-0.0:02:1Gbps";
+                       linux,default-trigger = "mt7530-0:02:1Gbps";
                };
 
-               lan1_amber {
+               led-6 {
                        label = "amber:lan1";
+                       color = <LED_COLOR_ID_AMBER>;
+                       function = LED_FUNCTION_LAN;
+                       function-enumerator = <1>;
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "dsa-0.0:03:1Gbps";
+                       linux,default-trigger = "mt7530-0:01:1Gbps";
                };
        };
 
                };
 
                factory: partition@c0000 {
+                       compatible = "nvmem-cells";
                        label = "factory";
                        reg = <0x0c0000 0x40000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
                        read-only;
+
+                       eeprom_factory_0: eeprom@0 {
+                               reg = <0x0 0x4da8>;
+                       };
+
+                       eeprom_factory_8000: eeprom@8000 {
+                               reg = <0x8000 0x4da8>;
+                       };
+
+                       macaddr_factory_e000: macaddr@e000 {
+                               reg = <0xe000 0x6>;
+                       };
+
+                       macaddr_factory_e006: macaddr@e006 {
+                               reg = <0xe006 0x6>;
+                       };
                };
 
                partition@100000 {
        wifi@0,0 {
                compatible = "mediatek,mt76";
                reg = <0x0000 0 0 0 0>;
-               mediatek,mtd-eeprom = <&factory 0x0000>;
+               nvmem-cells = <&eeprom_factory_0>;
+               nvmem-cell-names = "eeprom";
                ieee80211-freq-limit = <2400000 2500000>;
        };
 };
        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>;
        };
 };
 
 &gmac0 {
-       mtd-mac-address = <&factory 0xe006>;
+       nvmem-cells = <&macaddr_factory_e006>;
+       nvmem-cell-names = "mac-address";
+};
+
+&gmac1 {
+       status = "okay";
+       label = "wan";
+       phy-handle = <&ethphy4>;
+
+       nvmem-cells = <&macaddr_factory_e000>;
+       nvmem-cell-names = "mac-address";
+};
+
+&mdio {
+       ethphy4: ethernet-phy@4 {
+               reg = <4>;
+       };
 };
 
 &switch0 {
                        status = "okay";
                        label = "lan1";
                };
-
-               port@4 {
-                       status = "okay";
-                       label = "wan";
-                       mtd-mac-address = <&factory 0xe000>;
-               };
        };
 };