vf6xx: add I/O mux controller

Add I/O mux controller which is required to mux pins according to
their used function. For all pads, the alternative function 0 is
GPIO. For different pin mux function refer to the reference manual.
This commit is contained in:
Stefan Agner
2014-07-09 23:44:49 +02:00
committed by Frantisek Burian
parent 2e1cbcae22
commit 7cef59a83f
4 changed files with 321 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ CFLAGS = -Os -g \
-mcpu=cortex-m4 -mthumb $(FP_FLAGS) -Wstrict-prototypes \
-ffunction-sections -fdata-sections -MD -DVF6XX
ARFLAGS = rcs
OBJS = ccm.o uart.o gpio.o
OBJS = ccm.o uart.o gpio.o iomuxc.o
VPATH += ../cm3