Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Vitaly Andrianov | 7bcf4d6 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 2 | /* |
| 3 | * keystone: i2c driver definitions |
| 4 | * |
| 5 | * (C) Copyright 2014 |
| 6 | * Texas Instruments Incorporated, <www.ti.com> |
Vitaly Andrianov | 7bcf4d6 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 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 |