blob: b8b9ed7e71c3f26721ce0fe566013438eecbc13e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Enric Balletbò i Serra9d1b2982015-09-07 07:43:20 +02002/*
3 * board.h
4 *
5 * TCL SL50 boards information header
6 *
7 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
Enric Balletbò i Serra9d1b2982015-09-07 07:43:20 +02008 */
9
10#ifndef _BOARD_H_
11#define _BOARD_H_
12
13void enable_uart0_pin_mux(void);
14void enable_uart1_pin_mux(void);
15void enable_uart2_pin_mux(void);
16void enable_uart3_pin_mux(void);
17void enable_uart4_pin_mux(void);
18void enable_uart5_pin_mux(void);
19void enable_i2c0_pin_mux(void);
20void enable_board_pin_mux(void);
21#endif