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>
This commit is contained in:
parent
db496c7a76
commit
eee464dae7
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@
|
||||||
/* configuration for usart0 device, default state - operating as UART */
|
/* configuration for usart0 device, default state - operating as UART */
|
||||||
usart0_default: usart0_default {
|
usart0_default: usart0_default {
|
||||||
group1 {
|
group1 {
|
||||||
psels = <GECKO_PSEL(UART_TX, E, 0)>,
|
psels = <GECKO_PSEL(UART_TX, E, 7)>,
|
||||||
<GECKO_PSEL(UART_RX, E, 1)>,
|
<GECKO_PSEL(UART_RX, E, 6)>,
|
||||||
<GECKO_LOC(UART_TX, 7)>,
|
<GECKO_LOC(UART_TX, 1)>,
|
||||||
<GECKO_LOC(UART_RX, 6)>;
|
<GECKO_LOC(UART_RX, 1)>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue