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 9 #ifndef K2G_MMC_HOST_DEF_H 10 #define K2G_MMC_HOST_DEF_H 11 12 #include <asm/omap_mmc.h> 13 14 /* 15 * OMAP HSMMC register definitions 16 */ 17 18 #define OMAP_HSMMC1_BASE 0x23000000 19 #define OMAP_HSMMC2_BASE 0x23100000 20 21 #endif /* K2G_MMC_HOST_DEF_H */ 22