Add basic support for the phyBOARD-Nash, a SBC based on the phyCORE-i.MX93. Both CPU types (Cortex-A55, Cortex-M33) are supported. Signed-off-by: Jonas Remmert <j.remmert@phytec.de>
7 lines
267 B
Text
7 lines
267 B
Text
# Copyright 2024 PHYTEC Messtechnik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_PHYBOARD_NASH
|
|
select SOC_MIMX9352_A55 if BOARD_PHYBOARD_NASH_MIMX9352_A55
|
|
select SOC_MIMX9352_M33 if BOARD_PHYBOARD_NASH_MIMX9352_M33
|
|
select SOC_PART_NUMBER_MIMX9352CVVXM
|