summaryrefslogtreecommitdiff
path: root/nuttx/configs/dk-tm4c129x/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/dk-tm4c129x/include/board.h')
-rw-r--r--nuttx/configs/dk-tm4c129x/include/board.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/configs/dk-tm4c129x/include/board.h b/nuttx/configs/dk-tm4c129x/include/board.h
index b9f23ac76..e147d1d85 100644
--- a/nuttx/configs/dk-tm4c129x/include/board.h
+++ b/nuttx/configs/dk-tm4c129x/include/board.h
@@ -158,9 +158,18 @@
/* Pin Multiplexing Disambiguation **************************************************/
/* UARTs
*
- * UART0: PA0, PA1 (fixed configuration)
+ * UART0: PA0-1 (fixed configuration)
+ * UART3: PJ0-1 to EM_TX/EM_RX or BOOSTER_PACK2_RX/BOOSTER_PACK2_TX(Depending
+ * on J12/J13)
+ * UART5: PH6-7 to BOOSTER_PACK1_RX/BOOSTER_PACK1_TX
*/
+#define GPIO_UART3_RX GPIO_UART3_RX_2
+#define GPIO_UART3_TX GPIO_UART3_TX_2
+
+#define GPIO_UART5_RX GPIO_UART5_RX_2
+#define GPIO_UART5_TX GPIO_UART5_TX_2
+
/* SSI:
*
* SSI0: PA2-5 are used for SSI0 to the second booster pack (fixed configuration)