zephyr/boards/arm/s32z270dc2_r52/revision.cmake
Manuel Argüelles 64aaef56dc boards: s32z270dc2_r52: support board revision D
Add a board revision D for the s32z270dc2_r52 boards and make the
existing revision B the default. The main difference between these
revisions affecting current Zephyr port is the USB/UART port that
was moved from LINFlexD instance 0 to 9.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-08-24 10:21:52 +02:00

9 lines
143 B
CMake

# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
board_check_revision(
FORMAT LETTER
DEFAULT_REVISION B
VALID_REVISIONS B D
)