64aaef56dc
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>
9 lines
143 B
CMake
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
|
|
)
|