]> Git Repo - u-boot.git/blob - board/tcl/sl50/board.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / board / tcl / sl50 / board.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * board.h
4  *
5  * TCL SL50 boards information header
6  *
7  * Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/
8  */
9
10 #ifndef _BOARD_H_
11 #define _BOARD_H_
12
13 void enable_uart0_pin_mux(void);
14 void enable_uart1_pin_mux(void);
15 void enable_uart2_pin_mux(void);
16 void enable_uart3_pin_mux(void);
17 void enable_uart4_pin_mux(void);
18 void enable_uart5_pin_mux(void);
19 void enable_i2c0_pin_mux(void);
20 void enable_board_pin_mux(void);
21 #endif
This page took 0.025102 seconds and 4 git commands to generate.