Skip to content

Commit c41ed7c

Browse files
nordic-krchNordicBuilder
authored andcommitted
wip
1 parent 0e8745b commit c41ed7c

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

tests/zephyr/drivers/uart/uart_async_api/boards/nrf9251dk_nrf9251_cpuppr.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
*/
66

77
#include "nrf9251dk_nrf9251_cpuapp.overlay"
8+
9+
&uart130 {
10+
/delete-property/memory-regions;
11+
};

tests/zephyr/drivers/uart/uart_pm/boards/nrf9251dk_nrf9251_cpuapp.overlay

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
&pinctrl {
1212
uart131_default_alt: uart131_default_alt {
1313
group1 {
14-
psels = <NRF_PSEL(UART_TX, 1, 4)>,
15-
<NRF_PSEL(UART_RX, 1, 11)>;
14+
psels = <NRF_PSEL(UART_TX, 2, 3)>,
15+
<NRF_PSEL(UART_RX, 2, 9)>;
1616
};
1717
};
1818

1919
uart131_sleep_alt: uart131_sleep_alt {
2020
group1 {
21-
psels = <NRF_PSEL(UART_TX, 1, 4)>,
22-
<NRF_PSEL(UART_RX, 1, 11)>;
21+
psels = <NRF_PSEL(UART_TX, 2, 3)>,
22+
<NRF_PSEL(UART_RX, 2, 9)>;
2323
low-power-enable;
2424
};
2525
};

0 commit comments

Comments
 (0)