blob: 78943fb32444699e26a07227088fc99c81393c79 [file] [log] [blame]
/********************************************************************************
* Marvell GPL License Option
*
* If you received this File from Marvell, you may opt to use, redistribute and/or
* modify this File in accordance with the terms and conditions of the General
* Public License Version 2, June 1991 (the "GPL License"), a copy of which is
* available along with the File in the license.txt file or by writing to the Free
* Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 or
* on the worldwide web at http://www.gnu.org/licenses/gpl.txt.
*
* THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE IMPLIED
* WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE ARE EXPRESSLY
* DISCLAIMED. The GPL License provides additional details about this warranty
* disclaimer.
******************************************************************************/
#ifndef _PE_MEMMAP_H_
#define _PE_MEMMAP_H_
#define MEMMAP_VIP_DHUB_REG_BASE 0xF7AE0000
#define MEMMAP_VIP_DHUB_REG_SIZE 0x20000
#define MEMMAP_VIP_DHUB_REG_DEC_BIT 0x11
#define MEMMAP_AVIF_REG_BASE 0xF7980000
#define MEMMAP_AVIF_REG_SIZE 0x80000
#define MEMMAP_AVIF_REG_DEC_BIT 0x13
#define MEMMAP_ZSP_REG_BASE 0xF7C00000
#define MEMMAP_ZSP_REG_SIZE 0x80000
#define MEMMAP_ZSP_REG_DEC_BIT 0x13
#define MEMMAP_AG_DHUB_REG_BASE 0xF7D00000
#define MEMMAP_AG_DHUB_REG_SIZE 0x20000
#define MEMMAP_AG_DHUB_REG_DEC_BIT 0x11
#define MEMMAP_VPP_DHUB_REG_BASE 0xF7F40000
#define MEMMAP_VPP_DHUB_REG_SIZE 0x20000
#define MEMMAP_VPP_DHUB_REG_DEC_BIT 0x11
#endif //_PE_MEMMAP_H_