mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00
imx8m: add regs used by CAAM
Add regs used by CAAM Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
48ab215741
commit
ac3a16f850
1 changed files with 10 additions and 0 deletions
|
@ -65,6 +65,16 @@
|
||||||
#define IOMUXC_GPR_GPR1_GPR_ENET_QOS_INTF_SEL_MASK 0x70000
|
#define IOMUXC_GPR_GPR1_GPR_ENET_QOS_INTF_SEL_MASK 0x70000
|
||||||
#define FEC_QUIRK_ENET_MAC
|
#define FEC_QUIRK_ENET_MAC
|
||||||
|
|
||||||
|
#define CAAM_ARB_BASE_ADDR (0x00100000)
|
||||||
|
#define CAAM_ARB_END_ADDR (0x00107FFF)
|
||||||
|
#define CAAM_IPS_BASE_ADDR (0x30900000)
|
||||||
|
#define CONFIG_SYS_FSL_SEC_OFFSET (0)
|
||||||
|
#define CONFIG_SYS_FSL_SEC_ADDR (CAAM_IPS_BASE_ADDR + \
|
||||||
|
CONFIG_SYS_FSL_SEC_OFFSET)
|
||||||
|
#define CONFIG_SYS_FSL_JR0_OFFSET (0x1000)
|
||||||
|
#define CONFIG_SYS_FSL_JR0_ADDR (CONFIG_SYS_FSL_SEC_ADDR + \
|
||||||
|
CONFIG_SYS_FSL_JR0_OFFSET)
|
||||||
|
#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
|
||||||
#if !defined(__ASSEMBLY__)
|
#if !defined(__ASSEMBLY__)
|
||||||
#include <asm/types.h>
|
#include <asm/types.h>
|
||||||
#include <linux/bitops.h>
|
#include <linux/bitops.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue