We are building a device around the Compute Module 3 and since it needs internet access we decided to go with the LAN9512 that was also used in the Raspberry Pi earlier.
The LAN9512 requires an EEPROM to function and that EEPROM has a field for a serial number. According to the LAN9512 datasheet the USB Host (meaning the Compute Module) should be able to read the EEPROM content, so we figured we could put the serial number of our device into the LAN9512 EEPROM. But I can't find a way to read the serial number (or better the whole EEPROM content) from the Compute Module.
How can I do that / where can I find more information on that?