2019-04-06 21:08:09 +08:00
|
|
|
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
2018-07-07 23:13:15 +08:00
|
|
|
/* SoC level DTS fixup file */
|
|
|
|
|
|
|
|
/* CCM configuration */
|
2020-03-31 00:06:22 +08:00
|
|
|
#define DT_DCCM_BASE_ADDRESS DT_REG_ADDR(DT_INST(0, arc_dccm))
|
|
|
|
#define DT_DCCM_SIZE (DT_REG_SIZE(DT_INST(0, arc_dccm)) >> 10)
|
2018-07-07 23:13:15 +08:00
|
|
|
|
2020-03-31 00:06:22 +08:00
|
|
|
#define DT_ICCM_BASE_ADDRESS DT_REG_ADDR(DT_INST(0, arc_iccm))
|
|
|
|
#define DT_ICCM_SIZE (DT_REG_SIZE(DT_INST(0, arc_iccm)) >> 10)
|
2018-07-07 23:13:15 +08:00
|
|
|
|
|
|
|
/* End of SoC Level DTS fixup file */
|