ramips: fix EEPROM size for I-O DATA WN-DEAX1800GR
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_xiaomi_mi-router-4.dtsi
index d3f5e33be73226dc8a3db42c93ec7cb6b27f7047..59d269bf03eeaed7a3297b5b59177afb93d654b2 100644 (file)
@@ -6,32 +6,10 @@
 #include <dt-bindings/input/input.h>
 
 / {
-       aliases {
-               led-boot = &led_power_yellow;
-               led-failsafe = &led_power_yellow;
-               led-running = &led_power_blue;
-               led-upgrade = &led_power_yellow;
-               label-mac-device = &ethernet;
-       };
-
        chosen {
                bootargs = "console=ttyS0,115200";
        };
 
-       leds {
-               compatible = "gpio-leds";
-
-               led_power_blue: power_blue {
-                       label = "blue:power";
-                       gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
-               };
-
-               led_power_yellow: power_yellow {
-                       label = "yellow:power";
-                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
-               };
-       };
-
        keys {
                compatible = "gpio-keys";
 
 
 &state_default {
        gpio {
-               groups = "gpio", "wdt", "wled_an";
+               groups = "gpio", "refclk", "wdt", "wled_an";
                function = "gpio";
        };
 };
 
 &wmac {
        status = "okay";
+
+       mediatek,mtd-eeprom = <&factory 0x0>;
 };