ns16550: galileo: Provide pre-set base address registers

As long as PCI_ENUMERATION does not work for all IP block, let's provide
pre-configured base address registers for ns16550 on Galileo.
Once PCI_ENUMERATION will be fixed, such pre-configured settings will
not be used at runtime.

Change-Id: I514b3a5759e3af04132c7801f37033108a7b279b
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2015-10-02 14:09:41 +03:00 committed by Anas Nashif
commit 529ee68ef3

View file

@ -286,3 +286,10 @@ config SPI_INTEL_PORT_0_PRI
default 0
endif
endif
if NS16550
config NS16550_PORT_0_BASE_ADDR
default 0x9000f000
config NS16550_PORT_1_BASE_ADDR
default 0x9000b000
endif