File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,16 @@ nrfx_uart_num = 22
111
111
rsource "Kconfig.nrfx_uart_instance"
112
112
endif
113
113
114
+ if HAS_HW_NRF_UARTE23
115
+ nrfx_uart_num = 23
116
+ rsource "Kconfig.nrfx_uart_instance"
117
+ endif
118
+
119
+ if HAS_HW_NRF_UARTE24
120
+ nrfx_uart_num = 24
121
+ rsource "Kconfig.nrfx_uart_instance"
122
+ endif
123
+
114
124
if HAS_HW_NRF_UARTE30
115
125
nrfx_uart_num = 30
116
126
rsource "Kconfig.nrfx_uart_instance"
Original file line number Diff line number Diff line change @@ -597,6 +597,12 @@ config HAS_HW_NRF_UARTE21
597
597
config HAS_HW_NRF_UARTE22
598
598
def_bool $(dt_nodelabel_enabled_with_compat,uart22,$(DT_COMPAT_NORDIC_NRF_UARTE))
599
599
600
+ config HAS_HW_NRF_UARTE23
601
+ def_bool $(dt_nodelabel_enabled_with_compat,uart23,$(DT_COMPAT_NORDIC_NRF_UARTE))
602
+
603
+ config HAS_HW_NRF_UARTE24
604
+ def_bool $(dt_nodelabel_enabled_with_compat,uart24,$(DT_COMPAT_NORDIC_NRF_UARTE))
605
+
600
606
config HAS_HW_NRF_UARTE30
601
607
def_bool $(dt_nodelabel_enabled_with_compat,uart30,$(DT_COMPAT_NORDIC_NRF_UARTE))
602
608
You can’t perform that action at this time.
0 commit comments