boards: nxp: convert rddrone_fmuk66 to hwmv2

Convert rddrone_fmuk66 to to hardware model v2

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse
2024-02-08 13:31:56 -06:00
committed by Carles Cufi
parent b58e90a2e9
commit f7dcc2eb5e
12 changed files with 12 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
# Copyright (c) 2021, Electromaticus LLC, 2021 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_RDDRONE_FMUK66
bool "NXP RDDRONE-FMUK66"
depends on SOC_SERIES_KINETIS_K6X
select SOC_PART_NUMBER_MK66FN2M0VLQ18

View File

@@ -5,9 +5,6 @@
if BOARD_RDDRONE_FMUK66
config BOARD
default "rddrone_fmuk66"
config OSC_XTAL0_FREQ
default 16000000

View File

@@ -0,0 +1,6 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_RDDRONE_FMUK66
select SOC_MK66F18
select SOC_PART_NUMBER_MK66FN2M0VLQ18

View File

@@ -0,0 +1,5 @@
board:
name: rddrone_fmuk66
vendor: nxp
socs:
- name: mk66f18

View File

@@ -86,7 +86,7 @@ The rddrone-fmuk66 board configuration supports the following hardware features:
The default configuration can be found in the defconfig file:
``boards/arm/rddrone_fmuk66/rddrone_fmuk66_defconfig``
``boards/nxp/rddrone_fmuk66/rddrone_fmuk66_defconfig``
Other hardware features are not currently supported by the port.

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

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