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:
parent
869c5d2e54
commit
b5eba0f6bb
5 changed files with 81 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue