2007-08-10 20:26:18 +02:00
|
|
|
/*
|
2014-04-04 13:16:51 -04:00
|
|
|
* (C) Copyright 2004-2014
|
2007-08-10 20:26:18 +02:00
|
|
|
* Texas Instruments, <www.ti.com>
|
|
|
|
*
|
|
|
|
* Some changes copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
|
|
|
|
*
|
2013-07-08 09:37:19 +02:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2007-08-10 20:26:18 +02:00
|
|
|
*/
|
2014-04-04 13:16:51 -04:00
|
|
|
#ifndef _I2C_DEFS_H_
|
|
|
|
#define _I2C_DEFS_H_
|
2007-08-10 20:26:18 +02:00
|
|
|
|
2009-11-12 11:06:08 -05:00
|
|
|
#ifndef CONFIG_SOC_DA8XX
|
2007-08-10 20:26:18 +02:00
|
|
|
#define I2C_BASE 0x01c21000
|
2009-11-12 11:06:08 -05:00
|
|
|
#else
|
|
|
|
#define I2C_BASE 0x01c22000
|
|
|
|
#endif
|
2007-08-10 20:26:18 +02:00
|
|
|
|
|
|
|
#endif
|