]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/BuR/common/bur_common.h
board/BuR/common: move I2C initialization from common part to board-specific
[people/ms/u-boot.git] / board / BuR / common / bur_common.h
CommitLineData
893c04e1
HP
1/*
2 * bur_comon.h
3 *
4 * common board information header for B&R boards
5 *
6 * Copyright (C) 2013 Hannes Petermaier <oe5hpm@oevsv.at>
7 * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
8 *
9 * SPDX-License-Identifier: GPL-2.0+
10 */
11
12#ifndef _BUR_COMMON_H_
13#define _BUR_COMMON_H_
14
fbd5aeda
HP
15#include <../../../drivers/video/am335x-fb.h>
16
17int load_lcdtiming(struct am335x_lcdpanel *panel);
18void br_summaryscreen(void);
893c04e1
HP
19void blink(u32 blinks, u32 intervall, u32 pin);
20void pmicsetup(u32 mpupll);
21void enable_uart0_pin_mux(void);
2b5b2be5 22void enable_i2c_pin_mux(void);
893c04e1
HP
23void enable_board_pin_mux(void);
24int board_eth_init(bd_t *bis);
25
26#endif