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