Ports the rk3568 SoC configuration to hardware model version 2
This commit is a followup to commit
e5be4e435c
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
# Copyright 2022 HNU-ESNL
|
|
# Copyright 2022 openEuler SIG-Zephyr
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_RK3568
|
|
select ARM64
|
|
select CPU_CORTEX_A55
|
|
select ARM_ARCH_TIMER
|
|
select GIC_V3
|
|
|
|
config SOC_PART_NUMBER
|
|
default "RK3568" if SOC_SERIES_RK3568
|