1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2938717ceSSteve Sakoman /*
3938717ceSSteve Sakoman  * (C) Copyright 2004-2010
4938717ceSSteve Sakoman  * Texas Instruments, <www.ti.com>
5938717ceSSteve Sakoman  */
6938717ceSSteve Sakoman #ifndef _OMAP4_I2C_H_
7938717ceSSteve Sakoman #define _OMAP4_I2C_H_
8938717ceSSteve Sakoman 
9938717ceSSteve Sakoman #define I2C_DEFAULT_BASE	I2C_BASE1
10938717ceSSteve Sakoman 
11938717ceSSteve Sakoman #endif /* _OMAP4_I2C_H_ */
12