Re: [PATCH net-next v2 2/2] net: phy: microchip_t1: Adds support for lan887x phy
From: Andrew Lunn
Date: Fri Aug 16 2024 - 16:56:39 EST
On Tue, Aug 13, 2024 at 11:45:15PM +0530, Divya Koppera wrote:
> The LAN887x is a Single-Port Ethernet Physical Layer Transceiver compliant
> with the IEEE 802.3bw (100BASE-T1) and IEEE 802.3bp (1000BASE-T1)
> specifications. The device provides 100/1000 Mbit/s transmit and receive
> capability over a single Unshielded Twisted Pair (UTP) cable. It supports
> communication with an Ethernet MAC via standard RGMII/SGMII interfaces.
>
> LAN887x supports following features,
> - Events/Interrupts
> - LED/GPIO Operation
> - IEEE 1588 (PTP)
> - SQI
> - Sleep and Wakeup (TC10)
> - Cable Diagnostics
>
> First patch only supports 100Mbps and 1000Mbps force-mode.
>
> Signed-off-by: Divya.Koppera <divya.koppera@xxxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew