| 1234567891011121314151617181920212223242526272829 |
- #ifndef __M4U_PLATFORM_D2_H__
- #define __M4U_PLATFORM_D2_H__
- #define TOTAL_M4U_NUM 1
- #define M4U_BASE0 0xf0205000
- #define LARB0_BASE 0xf4016000
- #define LARB1_BASE 0xf6010000
- #define LARB2_BASE 0xf5001000
- /* mau related */
- #define MAU_NR_PER_M4U_SLAVE 4
- /* smi */
- #define SMI_LARB_NR 3
- /* seq range related */
- #define SEQ_NR_PER_MM_SLAVE 8
- #define SEQ_NR_PER_PERI_SLAVE 0
- #define TF_PROTECT_BUFFER_SIZE 128L
- #define MMU_PFH_DIST_NR 4
- #define MMU_PFH_DIR_NR 1
- #define DOMAIN_VALUE 0x33333333
- #endif
|