2012-01-09 20:38:58 +00:00
|
|
|
/*
|
|
|
|
* mmc_host_def.h
|
|
|
|
*
|
2023-11-01 20:56:03 +00:00
|
|
|
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
|
2012-01-09 20:38:58 +00:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License as
|
|
|
|
* published by the Free Software Foundation version 2.
|
|
|
|
*
|
|
|
|
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
|
|
|
|
* kind, whether express or implied; without even the implied warranty
|
|
|
|
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef MMC_HOST_DEF_H
|
|
|
|
#define MMC_HOST_DEF_H
|
|
|
|
|
2012-12-03 02:19:41 +00:00
|
|
|
#include <asm/omap_mmc.h>
|
|
|
|
|
2012-01-09 20:38:58 +00:00
|
|
|
/*
|
|
|
|
* OMAP HSMMC register definitions
|
|
|
|
*/
|
2017-09-21 14:51:33 +00:00
|
|
|
#define OMAP_HSMMC1_BASE 0x48060000
|
|
|
|
#define OMAP_HSMMC2_BASE 0x481D8000
|
2012-01-09 20:38:58 +00:00
|
|
|
|
|
|
|
#endif /* MMC_HOST_DEF_H */
|