i2c_defs.h 329 B

12345678910111213141516
  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. #define I2C0_BASE 0x02530000
  11. #define I2C1_BASE 0x02530400
  12. #define I2C2_BASE 0x02530800
  13. #define I2C_BASE I2C0_BASE
  14. #endif