Skip to content

Commit 34ab7c4

Browse files
barsokcarlescufi
authored andcommitted
[nrf noup] soc: arm: nrf91: correct dts_fixup for use with uarts
correct dts_fixup for use with uarts Signed-off-by: Bartosz Sokolski <[email protected]>
1 parent dfd11b6 commit 34ab7c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

soc/arm/nordic_nrf/nrf91/dts_fixup.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
#define DT_ADC_0_NAME DT_NORDIC_NRF_SAADC_ADC_0_LABE
66

7-
#define DT_UART_0_NAME DT_NORDIC_NRF_UART_UART_0_LABEL
8-
#define DT_UART_1_NAME DT_NORDIC_NRF_UART_UART_1_LABEL
9-
#define DT_UART_2_NAME DT_NORDIC_NRF_UART_UART_2_LABEL
10-
#define DT_UART_3_NAME DT_NORDIC_NRF_UART_UART_3_LABEL
7+
#define DT_UART_0_NAME DT_NORDIC_NRF_UARTE_UART_0_LABEL
8+
#define DT_UART_1_NAME DT_NORDIC_NRF_UARTE_UART_1_LABEL
9+
#define DT_UART_2_NAME DT_NORDIC_NRF_UARTE_UART_2_LABEL
10+
#define DT_UART_3_NAME DT_NORDIC_NRF_UARTE_UART_3_LABEL
1111

12-
#define DT_FLASH_DEV_NAME DT_NRF_NRF52_FLASH_CONTROLLER_4001E000_LABEL
12+
#define DT_FLASH_DEV_NAME DT_NRF_NRF52_FLASH_CONTROLLER_4001E000_LABEL
1313

1414
#define DT_GPIO_P0_DEV_NAME DT_NORDIC_NRF_GPIO_GPIO_0_LABEL
1515

0 commit comments

Comments
 (0)