tomverbeure / panologic-g2

Pano Logic G2 Reverse Engineering Project
Apache License 2.0
136 stars 21 forks source link

Updates on Ethernet PHY #1

Closed ggsubs closed 5 years ago

derekmulcahy commented 5 years ago

A bit more info. The chip is also use in a couple of FPGA boards. The Kintex-7 Mini Module Plus from AVNET and the LatticeECP3 Versa Evaluation Board from Lattice. I haven't been able to track down any sample code for either of these boards.

tomverbeure commented 5 years ago

Thanks!

ledjohnny commented 4 years ago

While searching for more information on the Marvell 88E1119R Ethernet PHY, I came across this GitHub repository from DekTec. I guess they make a product that is a PCIe card with Ethernet and serial interfaces. One of their models uses the same PHY, the model number is DTA-2160.

Here's the source code for their PHY & MAC driver. Besides a slightly different register interface, it looks like the PHY is very similar to the 88E1111 (for which a datasheet is easy to find).

I'm still trying to obtain demos for the LatticeECP3 that derekmulcahy referenced.