blob: 1b93d7dd085ad7a3c8c1d45a293acbb232909575 [file] [log] [blame]
Pankaj Gupta862f57a2021-08-04 15:42:51 +05301/*
2 * Copyright 2021-2024 NXP.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef IMX8ULP_CAAM_H
8#define IMX8ULP_CAAM_H
9
10#include <lib/utils_def.h>
11
12#include <platform_def.h>
13
14#define CAAM_JR0MID (IMX_CAAM_BASE + 0x10)
15#define CAAM_JR1MID (IMX_CAAM_BASE + 0x18)
16#define CAAM_JR2MID (IMX_CAAM_BASE + 0x20)
17#define CAAM_JR3MID (IMX_CAAM_BASE + 0x28)
18#define CAAM_NS_MID (0x7)
19
20#define JR0_BASE (IMX_CAAM_BASE + 0x1000)
21
22void imx8ulp_caam_init(void);
23
24#endif /* IMX8ULP_CAAM_H */