Skip to content

Commit

Permalink
Merge pull request #327 from zer0cod3r/master
Browse files Browse the repository at this point in the history
UART4 added to Pocketbeagle
  • Loading branch information
pdp7 authored Mar 8, 2020
2 parents bd4745d + 61c29a1 commit 16f3249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ pins_t table[] = {
// P2_09 uart1_txd
// P1_08 uart2_rxd
// P1_10 uart2_txd
// P2_05 uart4_rxd
// P2_07 uart4_txd

uart_t uart_table[] = {
{ "UART1", "/dev/ttyO1", "ADAFRUIT-UART1", "P9_26", "P9_24"},
Expand All @@ -281,6 +283,7 @@ uart_t uart_table[] = {
{ "PB-UART0", "/dev/ttyO0", "ADAFRUIT-UART0", "P1_30", "P1_32"},
{ "PB-UART1", "/dev/ttyO1", "ADAFRUIT-UART1", "P2_11", "P2_09"},
{ "PB-UART2", "/dev/ttyO2", "ADAFRUIT-UART2", "P1_08", "P1_10"},
{ "PB-UART4", "/dev/ttyO4", "ADAFRUIT-UART4", "P2_05", "P2_07"},
{ NULL, NULL, 0, 0, 0 }
};

Expand Down

0 comments on commit 16f3249

Please sign in to comment.