I intend to use the rgmii mode of the Mac1, So gpio3_2 and gpio3_3 is available for my purpose .
I want to make them as uart2 txd and rxd.
But i found that the arch/arm/mach-omap2/mux33xx.c in the kernel version 05.06.0.0
_AM33XX_MUXENTRY(MII1_RXERR, 0,
"mii1_rxerr", "rmii1_rxerr", "spi1_d1", "i2c1_scl",
"mcasp1_fsx", NULL, NULL, "gpio3_2"),
_AM33XX_MUXENTRY(MII1_TXEN, 0,
"mii1_txen", "rmii1_txen", "rgmii1_tctl", NULL,
"mcasp1_axr0", NULL, "mmc2_cmd", "gpio3_3"),
The mode 6 of both pin all null,but I do find that uart2 is available in the pinmux tool and schematic.
Can anyone confirm to me that whether these two pin can work as uart2? and why mode6 of these two pin is null in mux33xx.c ?