x86/apollo_lake: add I2C interfaces to devicetree

The Apollo Lake devicetree is augmented with its 8 I2C interfaces.
The default number of dynamic IRQ stubs is increased to deal with
these new interfaces having IRQ vector detection at runtime.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-05-16 18:09:37 -07:00 committed by Anas Nashif
commit 6b5f05fe20
2 changed files with 120 additions and 0 deletions

View file

@ -19,6 +19,13 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
config CLFLUSH_DETECT
default y if CACHE_FLUSHING
if DYNAMIC_INTERRUPTS
config X86_DYNAMIC_IRQ_STUBS
default 16
endif # DYNAMIC_INTERRUPTS
if UART_NS16550
config UART_NS16550_PORT_0