I spotted this project from Koichi Nakamura
A mother board approach to a Pi Zero cluster
This looks real interesting. I presume you are using an Ethernet interface through the micro USB for inter node communications. Can you provide information about power requirements?
I can't seem to find any details on that but yes the USB OTG can be used to connect up an Ethernet network
I wonder if they're using anything like this:
http://ww1.microchip.com/downloads/en/DeviceDoc/00001875A.pdf
I strongly suspect: YES.
The big black squares near the ethernet connectors are the ones.... The pi zero has only one USB port. So to have "USB" (front of the device, on the right in the picture) and ethernet (back of the device, on the left in the picture) you need a hub, so the integrated hub with lan of the lan9502 is a very sensible option. Moreover, that chip is supported in every raspberry pi OS for obvious (I hope) reasons.
I strongly suspect: YES.
The big black squares near the ethernet connectors are the ones.... The pi zero has only one USB port. So to have "USB" (front of the device, on the right in the picture) and ethernet (back of the device, on the left in the picture) you need a hub, so the integrated hub with lan of the lan9502 is a very sensible option. Moreover, that chip is supported in every raspberry pi OS for obvious (I hope) reasons.