summaryrefslogtreecommitdiffstats
path: root/board/ti/am43xx/board.h
diff options
context:
space:
mode:
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