blob: 13dca55c6e9eca4ff79b2c809097d062fe78e3b2 [file] [log] [blame]
# Copyright 2022 HNU-ESNL
# Copyright 2022 openEuler SIG-Zephyr
# SPDX-License-Identifier: Apache-2.0
if SOC_RK3568
config SOC
default "rk3568"
config FLASH_SIZE
default 0
config FLASH_BASE_ADDRESS
default 0
config NUM_IRQS
int
default 240
config SYS_CLOCK_HW_CYCLES_PER_SEC
int
default 24000000
endif