1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * board.h 4 * 5 * (C) Copyright 2013 Siemens Schweiz AG 6 * (C) Heiko Schocher, DENX Software Engineering, hs@denx.de. 7 * 8 * Based on: 9 * TI AM335x boards information header 10 * u-boot:/board/ti/am335x/board.h 11 * 12 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ 13 */ 14 15 #ifndef _BOARD_H_ 16 #define _BOARD_H_ 17 18 void enable_uart0_pin_mux(void); 19 void enable_i2c0_pin_mux(void); 20 void enable_board_pin_mux(void); 21 #endif 22