m4u_platform.h 574 B

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