net: phy: add support for TI DP83561-SP phy
authorHari Nagalla <hnagalla@ti.com>
Thu, 18 Nov 2021 10:25:32 +0000 (04:25 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 20 Nov 2021 04:13:07 +0000 (20:13 -0800)
commit1388d4ad9d828f7d5ad8327d12fa2afb9abdf08a
tree0806d6675f680965af6cf4291a4e926595b47b1d
parentd9f31aeaa1e5aefa68130878af3c3513d41c1e2d
net: phy: add support for TI DP83561-SP phy

Add support for the TI DP83561-SP Gigabit ethernet phy device.

The dp83561-sp is a radiation hardened space grade gigabit ethernet
PHY. It has been tested for single event latch upto 121 MeV, the
critical reliability parameter for space designs. It interfaces directly to
twisted pair media through an external transformer. And the device also
interfaces directly to the MAC layer through Reduced GMII (RGMII) and MII.

DP83867, DP83869 and DP83561-SP, all these parts support 1000Base-T/
100Base-TX/ and 10Base-Te standards and have similar register map for
the core functionality.

The data sheet for this part is at https://www.ti.com/product/DP83561-SP

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Geet Modi <geet.modi@ti.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20211118102532.9835-1-hnagalla@ti.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/dp83869.c