1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * (C) Copyright 2004-2014 4 * Texas Instruments, <www.ti.com> 5 * 6 * Some changes copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> 7 */ 8 #ifndef _I2C_DEFS_H_ 9 #define _I2C_DEFS_H_ 10 11 #ifndef CONFIG_SOC_DA8XX 12 #define I2C_BASE 0x01c21000 13 #else 14 #define I2C_BASE 0x01c22000 15 #endif 16 17 #endif 18