Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
8 changed files with 12 additions and 20 deletions
@ -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 |
@ -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 |
@ -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 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: phycore_am62x |
||||
vendor: Phytec |
||||
socs: |
||||
- name: am6234 |
@ -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 |
Loading…
Reference in new issue