Browse Source

boards: arm64: phycore_am62x_a53: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 2 years ago
parent
commit
bed94669e3
  1. 6
      boards/arm64/phycore_am62x_a53/Kconfig.board
  2. 9
      boards/arm64/phycore_am62x_a53/Kconfig.defconfig
  3. 5
      boards/v2/phytec/phycore_am62x/Kconfig.phycore_am62x
  4. 5
      boards/v2/phytec/phycore_am62x/board.yml
  5. 2
      boards/v2/phytec/phycore_am62x/doc/index.rst
  6. 0
      boards/v2/phytec/phycore_am62x/phycore_am62x_am6234_a53.dts
  7. 2
      boards/v2/phytec/phycore_am62x/phycore_am62x_am6234_a53.yaml
  8. 3
      boards/v2/phytec/phycore_am62x/phycore_am62x_am6234_a53_defconfig

6
boards/arm64/phycore_am62x_a53/Kconfig.board

@ -1,6 +0,0 @@ @@ -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

9
boards/arm64/phycore_am62x_a53/Kconfig.defconfig

@ -1,9 +0,0 @@ @@ -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

@ -0,0 +1,5 @@ @@ -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

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

2
boards/arm64/phycore_am62x_a53/doc/index.rst → boards/v2/phytec/phycore_am62x/doc/index.rst

@ -78,7 +78,7 @@ You can build an application in the usual way. Refer to @@ -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

0
boards/arm64/phycore_am62x_a53/phycore_am62x_a53.dts → boards/v2/phytec/phycore_am62x/phycore_am62x_am6234_a53.dts

2
boards/arm64/phycore_am62x_a53/phycore_am62x_a53.yaml → boards/v2/phytec/phycore_am62x/phycore_am62x_am6234_a53.yaml

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

3
boards/arm64/phycore_am62x_a53/phycore_am62x_a53_defconfig → boards/v2/phytec/phycore_am62x/phycore_am62x_am6234_a53_defconfig

@ -12,9 +12,6 @@ CONFIG_DCACHE_LINE_SIZE_DETECT=y @@ -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
Loading…
Cancel
Save