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 19