Skip to content

Commit eee464d

Browse files
edt-alexnashif
authored andcommitted
boards: efm32gg_sltb009a: uart: Fix USART0 loc 1
Silabs Thunderboard EFM32GG12 (OPN: SLTB009A) connects USART0 location 1 to the VCOM pins of the on-board debugger. US0_TX loc 1 is pin PE7 US0_RX loc 1 is pin PE6 Signed-off-by: Alex Hogen <alex@edt.com>
1 parent db496c7 commit eee464d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

boards/silabs/dev_kits/sltb009a/sltb009a-pinctrl.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
/* configuration for usart0 device, default state - operating as UART */
1111
usart0_default: usart0_default {
1212
group1 {
13-
psels = <GECKO_PSEL(UART_TX, E, 0)>,
14-
<GECKO_PSEL(UART_RX, E, 1)>,
15-
<GECKO_LOC(UART_TX, 7)>,
16-
<GECKO_LOC(UART_RX, 6)>;
13+
psels = <GECKO_PSEL(UART_TX, E, 7)>,
14+
<GECKO_PSEL(UART_RX, E, 6)>,
15+
<GECKO_LOC(UART_TX, 1)>,
16+
<GECKO_LOC(UART_RX, 1)>;
1717
};
1818
};
1919

0 commit comments

Comments
 (0)