Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 1 | /* |
Karicheri, Muralidharan | f89c87f | 2014-04-04 13:16:51 -0400 | [diff] [blame] | 2 | * (C) Copyright 2004-2014 |
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 3 | * Texas Instruments, <www.ti.com> |
4 | * | ||||
5 | * Some changes copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> | ||||
6 | * | ||||
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 8 | */ |
Karicheri, Muralidharan | f89c87f | 2014-04-04 13:16:51 -0400 | [diff] [blame] | 9 | #ifndef _I2C_DEFS_H_ |
10 | #define _I2C_DEFS_H_ | ||||
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 11 | |
Nick Thompson | 4c1e509 | 2009-11-12 11:06:08 -0500 | [diff] [blame] | 12 | #ifndef CONFIG_SOC_DA8XX |
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 13 | #define I2C_BASE 0x01c21000 |
Nick Thompson | 4c1e509 | 2009-11-12 11:06:08 -0500 | [diff] [blame] | 14 | #else |
15 | #define I2C_BASE 0x01c22000 | ||||
16 | #endif | ||||
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 17 | |
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 18 | #endif |