i2c_defs.h 325 B

1234567891011121314151617
  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. #ifndef CONFIG_SOC_DA8XX
  11. #define I2C_BASE 0x01c21000
  12. #else
  13. #define I2C_BASE 0x01c22000
  14. #endif
  15. #endif