11 lines
358 B
C
11 lines
358 B
C
/* SoC level DTS fixup file */
|
|
|
|
/* CCM configuration */
|
|
#define DT_DCCM_BASE_ADDRESS DT_ARC_DCCM_80000000_BASE_ADDRESS
|
|
#define DT_DCCM_SIZE (DT_ARC_DCCM_80000000_SIZE >> 10)
|
|
|
|
#define DT_ICCM_BASE_ADDRESS DT_ARC_ICCM_0_BASE_ADDRESS
|
|
#define DT_ICCM_SIZE (DT_ARC_ICCM_0_SIZE >> 10)
|
|
|
|
/* End of SoC Level DTS fixup file */
|