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:
parent
553cee8aea
commit
529ee68ef3
1 changed files with 7 additions and 0 deletions
|
@ -286,3 +286,10 @@ config SPI_INTEL_PORT_0_PRI
|
||||||
default 0
|
default 0
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if NS16550
|
||||||
|
config NS16550_PORT_0_BASE_ADDR
|
||||||
|
default 0x9000f000
|
||||||
|
config NS16550_PORT_1_BASE_ADDR
|
||||||
|
default 0x9000b000
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue