boards: arm: cy8cproto_062_4343w: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
46c4f01427
commit
53d41869d1
@@ -4,4 +4,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_CY8CPROTO_062_4343W
|
||||
bool "CY8CPROTO-062-4343W PSoC™ 6 Wi-Fi BT Prototyping Kit"
|
||||
select SOC_CY8C624ABZI_S2D44
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_CY8CPROTO_062_4343W
|
||||
|
||||
config BOARD
|
||||
default "cy8cproto_062_4343w"
|
||||
|
||||
if WIFI || BT
|
||||
|
||||
# Select AIROC part and module
|
||||
5
boards/cypress/cy8cproto_062_4343w/board.yml
Normal file
5
boards/cypress/cy8cproto_062_4343w/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: cy8cproto_062_4343w
|
||||
vendor: Cypress
|
||||
socs:
|
||||
- name: cy8c624abzi_s2d44
|
||||
@@ -3,10 +3,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Choice PSoC 6 Series and MPN
|
||||
CONFIG_SOC_SERIES_PSOC_62=y
|
||||
CONFIG_SOC_CY8C624ABZI_S2D44=y
|
||||
|
||||
# General configuration
|
||||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
CONFIG_BUILD_OUTPUT_HEX=y
|
||||
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
@@ -74,7 +74,7 @@ The board configuration supports the following hardware features:
|
||||
|
||||
The default configuration can be found in the Kconfig
|
||||
|
||||
:zephyr_file:`boards/arm/cy8cproto_062_4343w/cy8cproto_062_4343w_defconfig`
|
||||
:zephyr_file:`boards/cypress/cy8cproto_062_4343w/cy8cproto_062_4343w_defconfig`
|
||||
|
||||
|
||||
System Clock
|
||||
@@ -88,7 +88,7 @@ system clock are provided in the SOC, depending on your system requirements.
|
||||
Fetch Binary Blobs
|
||||
******************
|
||||
|
||||
cy8cproto_062_4343w board requires fetch binary files
|
||||
cy8cproto_062_4343w board optionally uses binary blobs for features
|
||||
(e.g WIFI/Bluetooth chip firmware, CM0p prebuilt images, etc).
|
||||
|
||||
To fetch Binary Blobs:
|
||||
Reference in New Issue
Block a user