Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I got this board (http://www.altera.com/products/devkits/altera/kit-cyc3-dsp.html) and on it is exactly the Marvell 88E1111 chip --- Quote End --- Page 13 of the schematic has the PHY, with CONFIG[0] = LED_RX = 010b => PHY address [2:0] = 010b CONFIG[1] = LED_LINK10 = 110b => PHY address [4:3] = 10b So PHY address [4:0] = 10010b = 12h The PHY is configured to use MDIO mode, so this is the address you need to use along with the MDIO bus protocol (rather than using I2C). Cheers, Dave