xref: /openbmc/u-boot/arch/arm/include/asm/arch-omap5/i2c.h (revision ccfd69883ab93889ca985c89086381bfc4050b61)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2004-2010
4  * Texas Instruments, <www.ti.com>
5  */
6 #ifndef _OMAP5_I2C_H_
7 #define _OMAP5_I2C_H_
8 
9 #define I2C_DEFAULT_BASE	I2C_BASE1
10 
11 #endif /* _OMAP5_I2C_H_ */
12