diff --git a/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts b/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts index fb0d8a632db..f517e2c0e2c 100644 --- a/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts +++ b/target/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts @@ -5,7 +5,6 @@ model = "Asus RT-AC51U"; aliases { - label-mac-device = ðernet; led-boot = &led_power; led-failsafe = &led_power; led-running = &led_power; @@ -35,10 +34,6 @@ }; }; -ðernet { - mtd-mac-address = <&factory 0x28>; -}; - &state_default { gpio { groups = "i2c", "wled", "uartf"; diff --git a/target/linux/ramips/dts/mt7620a_asus_rt-ac54u.dts b/target/linux/ramips/dts/mt7620a_asus_rt-ac54u.dts index 3e150feb152..d0ff5d6d703 100644 --- a/target/linux/ramips/dts/mt7620a_asus_rt-ac54u.dts +++ b/target/linux/ramips/dts/mt7620a_asus_rt-ac54u.dts @@ -7,7 +7,6 @@ model = "Asus RT-AC54U"; aliases { - label-mac-device = ðernet; led-boot = &led_power; led-failsafe = &led_power; led-running = &led_power; @@ -37,10 +36,6 @@ }; }; -ðernet { - mtd-mac-address = <&factory 0x28>; -}; - &state_default { gpio { groups = "i2c", "wled", "uartf"; diff --git a/target/linux/ramips/dts/mt7620a_asus_rt-ac5x.dtsi b/target/linux/ramips/dts/mt7620a_asus_rt-ac5x.dtsi index 3813efaa538..adec8a1a6fa 100644 --- a/target/linux/ramips/dts/mt7620a_asus_rt-ac5x.dtsi +++ b/target/linux/ramips/dts/mt7620a_asus_rt-ac5x.dtsi @@ -4,6 +4,10 @@ #include / { + aliases { + label-mac-device = ðernet; + }; + keys { compatible = "gpio-keys"; @@ -85,6 +89,8 @@ }; ðernet { + mtd-mac-address = <&factory 0x28>; + mediatek,portmap = "wllll"; };