mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
mediatek: enable NWA50AX Pro eth LEDs
Enable the ethernet LED's on the ZyXEL NWA50AX Pro to show link-state as
well as activity.
Both LED's are configured pulsing.
AMBER | 10/100
GREEN | 1000
A+G | 2500
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 4c0fdad7ea)
This commit is contained in:
parent
9ed01992f3
commit
99d9519bac
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@
|
|||
phy0: ethernet-phy@5 {
|
||||
reg = <5>;
|
||||
compatible = "ethernet-phy-ieee802.3-c45";
|
||||
|
||||
/* LED0: Amber ; LED1: nc ; LED2: nc ; LED3: Green */
|
||||
mxl,led-config = <0x3b0 0x0 0x0 0x3c0>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue