boards: nxp: ucans32k1sic: convert to hwmv2

Convert ucans32k1sic board to hardware model v2.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles
2024-02-15 18:49:45 +07:00
committed by Carles Cufi
parent 1e46cabce6
commit c5f0defbae
13 changed files with 10 additions and 12 deletions

View File

@@ -1,11 +1,8 @@
# Copyright 2023 NXP # Copyright 2023-2024 NXP
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
if BOARD_UCANS32K1SIC if BOARD_UCANS32K1SIC
config BOARD
default "ucans32k1sic"
if SERIAL if SERIAL
config UART_CONSOLE config UART_CONSOLE

View File

@@ -1,7 +1,6 @@
# Copyright 2023 NXP # Copyright 2023-2024 NXP
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_UCANS32K1SIC config BOARD_UCANS32K1SIC
bool "ucans32k1sic" select SOC_S32K146
depends on SOC_SERIES_S32K1XX
select SOC_PART_NUMBER_FS32K146UAT0VLHT select SOC_PART_NUMBER_FS32K146UAT0VLHT

View File

@@ -0,0 +1,5 @@
board:
name: ucans32k1sic
vendor: nxp
socs:
- name: s32k146

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -56,7 +56,7 @@ RTC on-chip counter
============ ========== ================================ ============ ========== ================================
The default configuration can be found in the Kconfig file The default configuration can be found in the Kconfig file
:zephyr_file:`boards/arm/ucans32k1sic/ucans32k1sic_defconfig`. :zephyr_file:`boards/nxp/ucans32k1sic/ucans32k1sic_defconfig`.
Connections and IOs Connections and IOs
=================== ===================

View File

@@ -1,9 +1,6 @@
# Copyright 2023 NXP # Copyright 2023-2024 NXP
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_BOARD_UCANS32K1SIC=y
CONFIG_SOC_SERIES_S32K1XX=y
CONFIG_SOC_S32K146=y
CONFIG_BUILD_OUTPUT_HEX=y CONFIG_BUILD_OUTPUT_HEX=y
# Use Systick as system clock # Use Systick as system clock