mmc_host_def.h 371 B

12345678910111213141516171819202122
  1. /*
  2. * K2G: MMC
  3. *
  4. * (C) Copyright 2015
  5. * Texas Instruments Incorporated, <www.ti.com>
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. #ifndef K2G_MMC_HOST_DEF_H
  10. #define K2G_MMC_HOST_DEF_H
  11. #include <asm/omap_mmc.h>
  12. /*
  13. * OMAP HSMMC register definitions
  14. */
  15. #define OMAP_HSMMC1_BASE 0x23000000
  16. #define OMAP_HSMMC2_BASE 0x23100000
  17. #endif /* K2G_MMC_HOST_DEF_H */