1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * keystone: i2c driver definitions 4 * 5 * (C) Copyright 2014 6 * Texas Instruments Incorporated, <www.ti.com> 7 */ 8 #ifndef _I2C_DEFS_H_ 9 #define _I2C_DEFS_H_ 10 11 #define I2C0_BASE 0x02530000 12 #define I2C1_BASE 0x02530400 13 #define I2C2_BASE 0x02530800 14 #define I2C_BASE I2C0_BASE 15 16 #endif 17