This adds a new SoC: SOC_RENESAS_RZT2M and a new board: rzt2m_startek_kit Signed-off-by: Wojciech Sipak <wsipak@antmicro.com> Co-authored-by: Roman Dobrodii <rdobrodii@antmicro.com>
24 lines
348 B
Text
24 lines
348 B
Text
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_RENESAS_RZT2M
|
|
|
|
config SOC
|
|
default "renesas_rzt2m"
|
|
|
|
config NUM_IRQS
|
|
default 994
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 20000000
|
|
|
|
config FPU
|
|
default y
|
|
|
|
config FLASH_SIZE
|
|
default 0
|
|
|
|
config FLASH_BASE_ADDRESS
|
|
default 0
|
|
|
|
endif # SOC_RENESAS_RZT2M
|