Skip to content

Commit 3bc5858

Browse files
nordic-krchjfischer-no
authored andcommitted
soc: nordic: nrf54l: Enable UARTE workaround for nrf54lm20a
Enable workaround for UARTE spurious RXTO during restart. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 4d4de5e commit 3bc5858

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nordic/nrf54l/Kconfig.defconfig.nrf54lm20a_enga_cpuapp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ if SOC_NRF54LM20A_ENGA_CPUAPP
88
config NUM_IRQS
99
default 290
1010

11+
config UART_NRFX_UARTE_SPURIOUS_RXTO_WORKAROUND
12+
default y
13+
1114
endif # SOC_NRF54LM20A_ENGA_CPUAPP

0 commit comments

Comments
 (0)