Skip to content

Commit 16f3249

Browse files
authored
Merge pull request #327 from zer0cod3r/master
UART4 added to Pocketbeagle
2 parents bd4745d + 61c29a1 commit 16f3249

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/common.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ pins_t table[] = {
271271
// P2_09 uart1_txd
272272
// P1_08 uart2_rxd
273273
// P1_10 uart2_txd
274+
// P2_05 uart4_rxd
275+
// P2_07 uart4_txd
274276

275277
uart_t uart_table[] = {
276278
{ "UART1", "/dev/ttyO1", "ADAFRUIT-UART1", "P9_26", "P9_24"},
@@ -281,6 +283,7 @@ uart_t uart_table[] = {
281283
{ "PB-UART0", "/dev/ttyO0", "ADAFRUIT-UART0", "P1_30", "P1_32"},
282284
{ "PB-UART1", "/dev/ttyO1", "ADAFRUIT-UART1", "P2_11", "P2_09"},
283285
{ "PB-UART2", "/dev/ttyO2", "ADAFRUIT-UART2", "P1_08", "P1_10"},
286+
{ "PB-UART4", "/dev/ttyO4", "ADAFRUIT-UART4", "P2_05", "P2_07"},
284287
{ NULL, NULL, 0, 0, 0 }
285288
};
286289

0 commit comments

Comments
 (0)