soc: bcm2711: Port to HWMv2

Ports the bcm2711 SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-01-16 07:46:14 +00:00
parent bbbed12c2f
commit 9be50e2ca9
6 changed files with 12 additions and 4 deletions

View File

@ -2,7 +2,6 @@
# SPDX-License-Identifier: Apache-2.0
config SOC_BCM2711
bool "bcm2711"
select ARM64
select CPU_CORTEX_A72
select ARM_ARCH_TIMER if SYS_CLOCK_EXISTS

View File

@ -3,9 +3,6 @@
if SOC_BCM2711
config SOC
default "bcm2711"
config NUM_IRQS
int
default 260

View File

@ -0,0 +1,8 @@
# Copyright 2023 honglin leng <a909204013@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_BCM2711
bool
config SOC
default "bcm2711" if SOC_BCM2711

View File

@ -0,0 +1,4 @@
series:
- name: bcm2711
socs:
- name: bcm2711