Skip to content

Commit

Permalink
mediatek: enable NWA50AX Pro eth LEDs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
blocktrron committed Aug 22, 2023
1 parent 4af06aa commit 4c0fdad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/linux/mediatek/dts/mt7981b-zyxel-nwa50ax-pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,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>;
};
};

Expand Down

0 comments on commit 4c0fdad

Please sign in to comment.