ramips: yuncore 1200f: fix label-mac-device alias and remove comments

Fix label-mac-device alias (from "label-mac") and remove MAC address comments.

Fixes: 1ba7b38cfc ("ramips: add support for Yuncore 1200F")
Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/23691
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
Ryan Leung 2026-06-07 10:22:33 +08:00 committed by Jonas Jelonek
parent a317079b57
commit b7289c13e2
No known key found for this signature in database

View file

@ -23,7 +23,7 @@
};
aliases {
label-mac = &ethernet;
label-mac-device = &ethernet;
led-boot = &led_indicator;
led-failsafe = &led_indicator;
led-running = &led_indicator;
@ -108,18 +108,10 @@
reg = <0x0 0x400>;
};
/*
* Observed at factory + 0x4:
* 9c:e5:49:60:2a:64
*/
macaddr_factory_4: macaddr@4 {
reg = <0x4 0x6>;
};
/*
* Observed at factory + 0x28:
* 9c:e5:49:60:2a:65
*/
macaddr_factory_28: macaddr@28 {
reg = <0x28 0x6>;
};
@ -128,13 +120,6 @@
reg = <0x8000 0x4da8>;
};
/*
* Observed at factory + 0x8004:
* 9c:e5:49:60:2a:66
*
* Do not apply mac-address-increment here.
* The stored address is already the final 5 GHz MAC.
*/
macaddr_factory_8004: macaddr@8004 {
reg = <0x8004 0x6>;
};