We decided to try out the new v7.0.0 SDK, based on mainline linux 3.12. We're really happy that TI has gone down the 'mainline' route, and we wanted to support that by trying out the new kernel in our product. With v6.0 and before, there was a 'board-am335xevm.c' file under /arch/arm/mach-omap2, where all the pin-muxing happened for Linux. It looks like that's moved, but I can't locate where the replacement code is. I did some grepping for pin names and peripheral names, and I don't see how to modify the pin mux for our custom board.
Please let me know if there's a location these reside