PHYTEC phyCORE-AM62x is board is based on TI Sitara applications processor, composed of a quad Cortex®-A53 cluster and a single Cortex®-M4 core. Zephyr OS is ported to run on the Cortex®-A53 core. Signed-off-by: Grant Ramsay <gramsay@enphaseenergy.com>
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
# 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
|