mec1501: fix dts build error
This file wasn't migrated to the new DTS define for the IRQ priority. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
0bed1e9ab7
commit
0a56e856c1
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
#define DT_UART_NS16550_PORT_0_BAUD_RATE \
|
||||
DT_NS16550_400F2400_CURRENT_SPEED
|
||||
#define DT_UART_NS16550_PORT_0_IRQ DT_NS16550_400F2400_IRQ_0
|
||||
#define DT_UART_NS16550_PORT_0_IRQ_PRI DT_INST_0_NS16550_IRQ_0_PRIORITY
|
||||
#define DT_UART_NS16550_PORT_0_IRQ_PRI DT_NS16550_400F2400_IRQ_0_PRIORITY
|
||||
#define DT_UART_NS16550_PORT_0_IRQ_FLAGS 0 /* Deault */
|
||||
|
||||
#define DT_UART_NS16550_PORT_1_BASE_ADDR \
|
||||
|
@ -38,7 +38,7 @@
|
|||
#define DT_UART_NS16550_PORT_1_BAUD_RATE \
|
||||
DT_NS16550_400F2800_CURRENT_SPEED
|
||||
#define DT_UART_NS16550_PORT_1_IRQ DT_NS16550_400F2800_IRQ_0
|
||||
#define DT_UART_NS16550_PORT_1_IRQ_PRI DT_INST_1_NS16550_IRQ_0_PRIORITY
|
||||
#define DT_UART_NS16550_PORT_1_IRQ_PRI DT_NS16550_400F2800_IRQ_0_PRIORITY
|
||||
#define DT_UART_NS16550_PORT_1_IRQ_FLAGS 0 /* Default */
|
||||
|
||||
#define DT_UART_NS16550_PORT_2_BASE_ADDR \
|
||||
|
@ -48,7 +48,7 @@
|
|||
#define DT_UART_NS16550_PORT_2_BAUD_RATE \
|
||||
DT_NS16550_400F2C00_CURRENT_SPEED
|
||||
#define DT_UART_NS16550_PORT_2_IRQ DT_NS16550_400F2C00_IRQ_0
|
||||
#define DT_UART_NS16550_PORT_2_IRQ_PRI DT_INST_2_NS16550_IRQ_0_PRIORITY
|
||||
#define DT_UART_NS16550_PORT_2_IRQ_PRI DT_NS16550_400F2C00_IRQ_0_PRIORITY
|
||||
#define DT_UART_NS16550_PORT_2_IRQ_FLAGS 0 /* Default */
|
||||
|
||||
/* Pin multiplexing and GPIOs share the same registers in the HW */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue