I am tying to sort out if there is support on the OMAP-L138 ARM running Linux for an Ethernet connection that does not use the MDI (No PHY), ie, a MAC to MAC connection.
I see that the OMAP-L138 has separate controls for the MDI and EMAC. From the Reference Manual (SPRUH77):
"Application software uses the MDIO module to configure the auto negotiation parameters of the PHY
attached to the EMAC, retrieve the negotiation results, and then configure required parameters in the EMAC for correct operation."
So it appears HW-wise I can disassociate the MDI from the EMAC and configure the EMAC with pre-defined PHY settings and do the "No PHY, MAC to MAC" connection that I need.
What I cannot find is any reference in the TI Linux PSP Support docs that states that this type of connection is supported: either as a driver configuration or a build setting. Can anyone point me to documentation that would help or has anyone done this?