soc: rk3568: Port to HWMv2

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>
This commit is contained in:
Torsten Rasmussen
2024-01-31 22:02:55 +01:00
committed by Jamie McCrae
parent b8928b1628
commit 9f19a2075a
2 changed files with 3 additions and 3 deletions

View File

@@ -7,3 +7,6 @@ config SOC_SERIES_RK3568
select CPU_CORTEX_A55
select ARM_ARCH_TIMER
select GIC_V3
config SOC_PART_NUMBER
default "RK3568" if SOC_SERIES_RK3568

View File

@@ -15,6 +15,3 @@ config SOC
config SOC_SERIES
default "rk3568" if SOC_RK3568
config SOC_PART_NUMBER
default "RK3568" if SOC_SERIES_RK3568