]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-davinci/i2c_defs.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / arch / arm / include / asm / arch-davinci / i2c_defs.h
1 /*
2  * (C) Copyright 2004-2014
3  * Texas Instruments, <www.ti.com>
4  *
5  * Some changes copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9 #ifndef _I2C_DEFS_H_
10 #define _I2C_DEFS_H_
11
12 #ifndef CONFIG_SOC_DA8XX
13 #define I2C_BASE                0x01c21000
14 #else
15 #define I2C_BASE                0x01c22000
16 #endif
17
18 #endif