boards/x86/up_squared: move UART configuration to apollo_lake.dtsi

The UARTs are on the SoC, not the board, so move their descriptors
to the SoC-level. Also turn on auto IRQ detection as these are PCI-
attached and their IRQs are subject to change depending upon firmware
settings.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-05-02 14:51:43 -07:00 committed by Anas Nashif
commit b5eba0f6bb
5 changed files with 81 additions and 56 deletions

View file

@ -9,3 +9,8 @@ config SOC_APOLLO_LAKE
select CPU_APOLLO_LAKE
select BOOTLOADER_UNKNOWN
select HAS_I2C_DW
select PCI
select PCI_ENUMERATION
select PCIE
select PCIE_MSI
select DYNAMIC_INTERRUPTS