pinmux : Quark_SE : add pullup, input enable regs

Adding support for the pinmux pins to set the pullup and input enable
registers.  On the Arduino_101 board some pullup pins specifically can
be used to cause a reset for the Arduino sketch being run.  Its use on
other pins is currently being investigated.

Change-Id: Id3293a4da84ea5bf553bf62ccb12782cb88503a5
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Dan Kalowsky 2015-12-04 15:05:23 -08:00 committed by Anas Nashif
commit f6694ed31f
2 changed files with 111 additions and 14 deletions

View file

@ -50,7 +50,7 @@ config EOI_FORWARDING_BUG
if PINMUX
config PINMUX_BASE
default 0xB0800930
default 0xb0800900
endif