Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions boards/nxp/mr_mcxn_t1/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Copyright 2024-2025 NXP
# Copyright (c) 2026 CogniPilot Foundation
#
# SPDX-License-Identifier: Apache-2.0
#

zephyr_library()
zephyr_library_sources(board.c)
6 changes: 6 additions & 0 deletions boards/nxp/mr_mcxn_t1/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2025 NXP
# Copyright (c) 2026 CogniPilot Foundation
# SPDX-License-Identifier: Apache-2.0

config BOARD_MR_MCXN_T1
select BOARD_EARLY_INIT_HOOK
10 changes: 10 additions & 0 deletions boards/nxp/mr_mcxn_t1/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright 2025 NXP
# Copyright (c) 2026 CogniPilot Foundation
# SPDX-License-Identifier: Apache-2.0

if BOARD_MR_MCXN_T1

config NET_L2_ETHERNET
default y if NETWORKING

endif
8 changes: 8 additions & 0 deletions boards/nxp/mr_mcxn_t1/Kconfig.mr_mcxn_t1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2024-2025 NXP
# Copyright (c) 2026 CogniPilot Foundation
# SPDX-License-Identifier: Apache-2.0

config BOARD_MR_MCXN_T1
select SOC_MCXN947_CPU0 if BOARD_MR_MCXN_T1_MCXN947_CPU0
select SOC_MCXN947_CPU1 if BOARD_MR_MCXN_T1_MCXN947_CPU1
select SOC_PART_NUMBER_MCXN947VDF
Loading
Loading