Browse Source
This commit move the renesas_rzt2m SoC to soc/v2 and adopt HWMv2. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>pull/69687/head
11 changed files with 28 additions and 22 deletions
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
zephyr_sources( |
||||
soc.c |
||||
) |
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_RENESAS_RZT2M |
||||
bool "Renesas RZ/T2M MCU" |
||||
select ARM |
||||
select CPU_CORTEX_R52 |
||||
select CPU_HAS_ARM_MPU |
||||
select GIC_V3 |
||||
select GIC_SINGLE_SECURITY_STATE |
||||
select ARM_ARCH_TIMER |
||||
select SYSCON |
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
zephyr_sources( |
||||
soc.c |
||||
) |
||||
|
||||
zephyr_include_directories(.) |
||||
|
||||
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_r/scripts/linker.ld CACHE INTERNAL "") |
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_RENESAS_RZT2M |
||||
bool |
||||
|
||||
config SOC |
||||
default "renesas_rzt2m" |
||||
depends on SOC_RENESAS_RZT2M |
Loading…
Reference in new issue