Skip to content

Commit 525ff2c

Browse files
stig-bjorlykkenordic-hani
authored andcommitted
boards: thingy91x: Add bias-pull-up to UART pins
Add bias-pull-up for nRF9151 UART RX pins. This fixes an issue with framing error detected when device connect or disconnect serial. Signed-off-by: Stig Bjørlykke <[email protected]>
1 parent a33bdce commit 525ff2c

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

boards/nordic/thingy91x/thingy91x_nrf9151_common-pinctrl.dtsi

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@
5555

5656
uart0_default: uart0_default {
5757
group1 {
58-
psels = <NRF_PSEL(UART_TX, 0, 1)>,
59-
<NRF_PSEL(UART_RX, 0, 0)>;
58+
psels = <NRF_PSEL(UART_TX, 0, 1)>;
59+
};
60+
group2 {
61+
psels = <NRF_PSEL(UART_RX, 0, 0)>;
62+
bias-pull-up;
6063
};
6164
};
6265

@@ -70,8 +73,11 @@
7073

7174
uart1_default: uart1_default {
7275
group1 {
73-
psels = <NRF_PSEL(UART_TX, 0, 5)>,
74-
<NRF_PSEL(UART_RX, 0, 4)>;
76+
psels = <NRF_PSEL(UART_TX, 0, 5)>;
77+
};
78+
group2 {
79+
psels = <NRF_PSEL(UART_RX, 0, 4)>;
80+
bias-pull-up;
7581
};
7682
};
7783

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ IDE, OS, and tool support
3838
Board support
3939
=============
4040

41-
|no_changes_yet_note|
41+
* Added bias-pull-up for Thingy:91 X nRF9151 UART RX pins.
4242

4343
Build and configuration system
4444
==============================

0 commit comments

Comments
 (0)