beaglebone black with 1G ethernet

LK"I

Hi All,

I’m bulding my own board based on beaglebone black, but I need a 1Gb ethernet support.
What changes in terms of linux package should be made in order to support 1Gb ethernet?

Harel

The SanCloud BeagleBone Enhanced uses a 1GB phy:

https://github.com/beagleboard/BeagleBoneEnhanced

see the kernel dts for mdio/cpsw changes:

https://github.com/RobertCNelson/linux-dev/blob/master/patches/soc/ti/sancloud/0001-add-am335x-sancloud-bbe.patch

Regards,

LK"I

Thanks,
I’m about to use Marvell Ethernet switch 88E6341 ,
I’ve seen the driver exits under driivers folder:
https://github.com/beagleboard/linux/commits/4.4/drivers/net/dsa/mv88e6xxx.c

How will the linux “knows” to use this driver??
(p.s. since the ethernet swith is unmanaged, it should be treated as Gbit Ethernet PHY)

Harel