mmc_host_def.h 367 B

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