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:
parent
14b5d5c79d
commit
f6694ed31f
2 changed files with 111 additions and 14 deletions
|
@ -50,7 +50,7 @@ config EOI_FORWARDING_BUG
|
|||
|
||||
if PINMUX
|
||||
config PINMUX_BASE
|
||||
default 0xB0800930
|
||||
default 0xb0800900
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue