yb_arm/driver/ucp_2_revmem/ucp_2_revmem.h
2023-07-12 14:14:31 +08:00

24 lines
597 B
C

#ifndef __HPP_REVMEM_H__
#define __HPP_REVMEM_H__
#define UCP_2_APE_REV_MEM_START 0x90000000
#define UCP_2_APE_REV_MEM_BLOCK_SIZE 0x100000
#define UCP_2_APE_REV_MEM_BLOCK_NUM 18
/*#define HPP_APE_REM_MEM_LEN (HPP_APE_REV_MEM_BLOCK_NUM * HPP_APE_REV_MEM_BLOCK_SIZE)*/
#define UCP_2_APE_REM_MEM_LEN 0x20000000
#define SHARE_MEM_BASE_PHY_ADDR 0x009D00000UL
#define LEN_OF_SHARE_MEM 0x000800000UL
#define SHARE_MEM_END_PHY_ADDR (SHARE_MEM_BASE_PHY_ADDR + LEN_OF_SHARE_MEM)
#define ARM_STACK_BASE_PHY_ADDR 0x0B8000000UL
//
#endif