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:
committed by
Carles Cufi
parent
6046e6ded9
commit
3b1d21483f
@@ -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
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_FRDM_K82F
|
||||
|
||||
config BOARD
|
||||
default "frdm_k82f"
|
||||
|
||||
config OSC_XTAL0_FREQ
|
||||
default 12000000
|
||||
|
||||
6
boards/nxp/frdm_k82f/Kconfig.frdm_k82f
Normal file
6
boards/nxp/frdm_k82f/Kconfig.frdm_k82f
Normal 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
|
||||
5
boards/nxp/frdm_k82f/board.yml
Normal file
5
boards/nxp/frdm_k82f/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: frdm_k82f
|
||||
vendor: nxp
|
||||
socs:
|
||||
- name: mk82f25615
|
||||
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
@@ -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.
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user