imx8ulp_caam.h 489 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright 2021-2024 NXP.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef IMX8ULP_CAAM_H
  7. #define IMX8ULP_CAAM_H
  8. #include <lib/utils_def.h>
  9. #include <platform_def.h>
  10. #define CAAM_JR0MID (IMX_CAAM_BASE + 0x10)
  11. #define CAAM_JR1MID (IMX_CAAM_BASE + 0x18)
  12. #define CAAM_JR2MID (IMX_CAAM_BASE + 0x20)
  13. #define CAAM_JR3MID (IMX_CAAM_BASE + 0x28)
  14. #define CAAM_NS_MID (0x7)
  15. #define JR0_BASE (IMX_CAAM_BASE + 0x1000)
  16. void imx8ulp_caam_init(void);
  17. #endif /* IMX8ULP_CAAM_H */