Merge branch 'master' of git://git.denx.de/u-boot
[platform/kernel/u-boot.git] / arch / arm / mach-keystone / include / mach / mmc_host_def.h
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
10 #ifndef K2G_MMC_HOST_DEF_H
11 #define K2G_MMC_HOST_DEF_H
12
13 #include <asm/omap_mmc.h>
14
15 /*
16  * OMAP HSMMC register definitions
17  */
18
19 #define OMAP_HSMMC1_BASE        0x23000100
20 #define OMAP_HSMMC2_BASE        0x23100100
21
22 #endif /* K2G_MMC_HOST_DEF_H */