summaryrefslogtreecommitdiffstats
path: root/board/ti/am43xx/board.h
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2013-07-30 11:36:27 +0530
committerTom Rini <trini@ti.com>2013-08-15 08:51:10 -0400
commitfbf2728da300a96b2e2a6ba6b266bc80c8c21160 (patch)
tree0529bb960e7344596fd14aec7ade0c0892b420b9 /board/ti/am43xx/board.h
parent32f420b8ecffee33af01ee452fa1238fa91e399f (diff)
downloadtalos-obmc-uboot-fbf2728da300a96b2e2a6ba6b266bc80c8c21160.tar.gz
talos-obmc-uboot-fbf2728da300a96b2e2a6ba6b266bc80c8c21160.zip
ARM: AM43xx: Add Board files
Add board specific information for AM43xx. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'board/ti/am43xx/board.h')
-rw-r--r--board/ti/am43xx/board.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/board/ti/am43xx/board.h b/board/ti/am43xx/board.h
new file mode 100644
index 0000000000..8ca098b82a
--- /dev/null
+++ b/board/ti/am43xx/board.h
@@ -0,0 +1,17 @@
+/*
+ * board.h
+ *
+ * TI AM437x boards information header
+ * Derived from AM335x board.
+ *
+ * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _BOARD_H_
+#define _BOARD_H_
+
+void enable_uart0_pin_mux(void);
+void enable_board_pin_mux(void);
+#endif
OpenPOWER on IntegriCloud