We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f113ea commit 1815937Copy full SHA for 1815937
arch/arm/soc/nxp_lpc/lpc54xxx/dts.fixup
@@ -6,7 +6,11 @@
6
7
/* SoC level DTS fixup file */
8
9
+#if defined(CONFIG_SOC_LPC54114_M0)
10
+#define CONFIG_NUM_IRQ_PRIO_BITS ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
11
+#else
12
#define CONFIG_NUM_IRQ_PRIO_BITS ARM_V7M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
13
+#endif
14
15
#define CONFIG_USART_MCUX_LPC_0_BASE_ADDRESS NXP_LPC_USART_40086000_BASE_ADDRESS_0
16
#define CONFIG_USART_MCUX_LPC_0_BAUD_RATE NXP_LPC_USART_40086000_CURRENT_SPEED
boards/arm/lpcxpresso54114_m0/dts.fixup
0 commit comments