quark_se: change interrupt values for UART
The values for this platform were wrong. Change-Id: Iaa24ae05b29b7af26437f0be8fe88e6eab12469d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
98e5c41363
commit
036f793544
1 changed files with 3 additions and 3 deletions
|
@ -197,7 +197,7 @@ config UART_NS16550_PORT_0_NAME
|
|||
config UART_NS16550_PORT_0_BASE_ADDR
|
||||
default 0xB0002000
|
||||
config UART_NS16550_PORT_0_IRQ
|
||||
default 37
|
||||
default 5
|
||||
config UART_NS16550_PORT_0_IRQ_PRI
|
||||
default 3
|
||||
config UART_NS16550_PORT_0_BAUD_RATE
|
||||
|
@ -219,7 +219,7 @@ config UART_NS16550_PORT_1_NAME
|
|||
config UART_NS16550_PORT_1_BASE_ADDR
|
||||
default 0xB0002400
|
||||
config UART_NS16550_PORT_1_IRQ
|
||||
default 38
|
||||
default 6
|
||||
config UART_NS16550_PORT_1_IRQ_PRI
|
||||
default 3
|
||||
config UART_NS16550_PORT_1_BAUD_RATE
|
||||
|
@ -238,7 +238,7 @@ if UART_CONSOLE
|
|||
config UART_CONSOLE_ON_DEV_NAME
|
||||
default "UART_1"
|
||||
config UART_CONSOLE_IRQ
|
||||
default 38
|
||||
default 6
|
||||
config UART_CONSOLE_IRQ_PRI
|
||||
default 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue