22 lines
286 B
Plaintext
22 lines
286 B
Plaintext
|
# Copyright 2022 HNU-ESNL
|
||
|
# Copyright 2022 openEuler SIG-Zephyr
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_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
|