I am designing a board using AM335x, where we intend to use the two Ethernet ports in MII mode and also use a 8 bit NAND Flash. While using the pin mux utility to achieve the desired configuration, I came across conflict of two pins of GPMC with MII2 . WAIT0 and WPN are in conflict with mii2_crs and mii2_rxer. I also found that there is no other pin assigned for them .
So , how do i resolve this conflict ?? Also , on a broader sense , how do i configure AM335X to use ethercat and also have a 8 bit NAND Flash , can it be done ??