i2c_defs.h 333 B

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