m4u_platform.h 544 B

1234567891011121314151617181920212223242526272829
  1. #ifndef __M4U_PLATFORM_D2_H__
  2. #define __M4U_PLATFORM_D2_H__
  3. #define TOTAL_M4U_NUM 1
  4. #define M4U_BASE0 0xf0205000
  5. #define LARB0_BASE 0xf4016000
  6. #define LARB1_BASE 0xf6010000
  7. #define LARB2_BASE 0xf5001000
  8. /* mau related */
  9. #define MAU_NR_PER_M4U_SLAVE 4
  10. /* smi */
  11. #define SMI_LARB_NR 3
  12. /* seq range related */
  13. #define SEQ_NR_PER_MM_SLAVE 8
  14. #define SEQ_NR_PER_PERI_SLAVE 0
  15. #define TF_PROTECT_BUFFER_SIZE 128L
  16. #define MMU_PFH_DIST_NR 4
  17. #define MMU_PFH_DIR_NR 1
  18. #define DOMAIN_VALUE 0x33333333
  19. #endif