feat(plat/nxp/common): add CCI and EPU address definition

Add CCI and EPU base address definiton for Chassis v3.2.

Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
Change-Id: I13250555b6646c1e7ba2e9d7c9efca8501f17b3a
This commit is contained in:
Jiafei Pan 2021-09-10 15:36:37 +08:00
parent 3a355c2d34
commit 6cad59c429
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,9 @@
/* MMU 500 soc.c*/
#define NXP_SMMU_ADDR 0x05000000
/* CCI400 base address */
#define NXP_CCI_ADDR 0x04090000
#define NXP_SNVS_ADDR 0x01E90000
#define NXP_DCFG_ADDR 0x01E00000
@ -81,4 +84,5 @@
#define NXP_CCN_HNI_ADDR 0x04080000
#define NXP_CCN_HN_F_0_ADDR 0x04200000
#define NXP_EPU_ADDR 0x700060000
#endif /* SOC_DEFAULT_BASE_ADDR_H */