It looks to me like a lot of the pins in mux33xx.c don't really match the am335x processor. Am I looking at the correct file? Is there a file with a more accurate set of pin descriptions for the am335x? Is there a reason that some of the pin mux options aren't included in this file? For instance, GPIO27 looks like it should be:
GPMC_AD11/LCD_DATA20/MMC1_DAT3/MMC2_DAT7/EHRPWM2_SYNCI_O/PR1_MII0_TXD3//GPIO0_27
but the file has it as:
_AM33XX_MUXENTRY(GPMC_A11, 0,
"gpmc_a11", "mii2_rxd0", "rgmii2_rd0", "rmii2_rxd0",
NULL, NULL, "mcasp0_axr1", "gpio1_27"),
What am I missing here?