boards: arm64: phycore_am62x_a53: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-01-16 10:30:09 +00:00
parent c01af5a7b8
commit bed94669e3
8 changed files with 12 additions and 20 deletions

View File

@@ -1,6 +0,0 @@
# Copyright (c) 2023 Enphase Energy
# SPDX-License-Identifier: Apache-2.0
config BOARD_PHYCORE_AM62X_A53
bool "PHYTEC phyCORE-AM62x A53"
depends on SOC_SERIES_AM6X_A53

View File

@@ -1,9 +0,0 @@
# Copyright (c) 2023 Enphase Energy
# SPDX-License-Identifier: Apache-2.0
if BOARD_PHYCORE_AM62X_A53
config BOARD
default "phycore_am62x_a53"
endif # BOARD_PHYCORE_AM62X_A53

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2023 Enphase Energy
# SPDX-License-Identifier: Apache-2.0
config BOARD_PHYCORE_AM62X
select SOC_AM6234_A53 if BOARD_PHYCORE_AM62X_AM6234_A53

View File

@@ -0,0 +1,5 @@
board:
name: phycore_am62x
vendor: Phytec
socs:
- name: am6234

View File

@@ -78,7 +78,7 @@ You can build an application in the usual way. Refer to
:ref:`hello_world`.
.. zephyr-app-commands::
:board: phycore_am62x_a53
:board: phycore_am62x/am6234/a53
:zephyr-app: samples/hello_world
:goals: build

View File

@@ -1,4 +1,4 @@
identifier: phycore_am62x_a53
identifier: phycore_am62x/am6234/a53
name: PHYTEC phyCORE-AM62x A53
type: mcu
arch: arm64

View File

@@ -12,9 +12,6 @@ CONFIG_DCACHE_LINE_SIZE_DETECT=y
CONFIG_ICACHE_LINE_SIZE_DETECT=y
# Platform Configuration
CONFIG_SOC_SERIES_AM6X_A53=y
CONFIG_SOC_AM6234_A53=y
CONFIG_BOARD_PHYCORE_AM62X_A53=y
# Zephyr Kernel Configuration
CONFIG_XIP=n