boards: nxp: frdm_k82f: port to hwmv2

Port frdm_k82f to hardware model v2

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan
2024-02-08 13:24:21 -06:00
committed by Carles Cufi
parent 6046e6ded9
commit 3b1d21483f
12 changed files with 12 additions and 15 deletions

View File

@@ -1,9 +0,0 @@
# FRDM-K82F board configuration
# Copyright (c) 2019 SEAL AG
# SPDX-License-Identifier: Apache-2.0
config BOARD_FRDM_K82F
bool "NXP FRDM-K82F"
depends on SOC_SERIES_KINETIS_K8X
select SOC_PART_NUMBER_MK82FN256VLL15

View File

@@ -5,9 +5,6 @@
if BOARD_FRDM_K82F
config BOARD
default "frdm_k82f"
config OSC_XTAL0_FREQ
default 12000000

View File

@@ -0,0 +1,6 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_FRDM_K82F
select SOC_MK82F25615
select SOC_PART_NUMBER_MK82FN256VLL15

View File

@@ -0,0 +1,5 @@
board:
name: frdm_k82f
vendor: nxp
socs:
- name: mk82f25615

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

@@ -107,7 +107,7 @@ already supported, which can also be re-used on this frdm_k82f board:
The default configuration can be found in the defconfig file:
``boards/arm/frdm_k82f/frdm_k82f_defconfig``
``boards/nxp/frdm_k82f/frdm_k82f_defconfig``
Other hardware features are not currently supported by the port.

View File

@@ -1,7 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_KINETIS_K8X=y
CONFIG_SOC_MK82F25615=y
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y