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:
@@ -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
|
|
||||||
@@ -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
|
|
||||||
5
boards/v2/phytec/phycore_am62x/Kconfig.phycore_am62x
Normal file
5
boards/v2/phytec/phycore_am62x/Kconfig.phycore_am62x
Normal 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
|
||||||
5
boards/v2/phytec/phycore_am62x/board.yml
Normal file
5
boards/v2/phytec/phycore_am62x/board.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
board:
|
||||||
|
name: phycore_am62x
|
||||||
|
vendor: Phytec
|
||||||
|
socs:
|
||||||
|
- name: am6234
|
||||||
@@ -78,7 +78,7 @@ You can build an application in the usual way. Refer to
|
|||||||
:ref:`hello_world`.
|
:ref:`hello_world`.
|
||||||
|
|
||||||
.. zephyr-app-commands::
|
.. zephyr-app-commands::
|
||||||
:board: phycore_am62x_a53
|
:board: phycore_am62x/am6234/a53
|
||||||
:zephyr-app: samples/hello_world
|
:zephyr-app: samples/hello_world
|
||||||
:goals: build
|
:goals: build
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
identifier: phycore_am62x_a53
|
identifier: phycore_am62x/am6234/a53
|
||||||
name: PHYTEC phyCORE-AM62x A53
|
name: PHYTEC phyCORE-AM62x A53
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: arm64
|
arch: arm64
|
||||||
@@ -12,9 +12,6 @@ CONFIG_DCACHE_LINE_SIZE_DETECT=y
|
|||||||
CONFIG_ICACHE_LINE_SIZE_DETECT=y
|
CONFIG_ICACHE_LINE_SIZE_DETECT=y
|
||||||
|
|
||||||
# Platform Configuration
|
# Platform Configuration
|
||||||
CONFIG_SOC_SERIES_AM6X_A53=y
|
|
||||||
CONFIG_SOC_AM6234_A53=y
|
|
||||||
CONFIG_BOARD_PHYCORE_AM62X_A53=y
|
|
||||||
|
|
||||||
# Zephyr Kernel Configuration
|
# Zephyr Kernel Configuration
|
||||||
CONFIG_XIP=n
|
CONFIG_XIP=n
|
||||||
Reference in New Issue
Block a user