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 #define I2C_BASE 0x01c22000 12 13 #endif 14