boards: arm: w5500_evb_pico: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-01-11 10:19:25 +00:00
parent 209235ab6e
commit 94f6f9b636
11 changed files with 7 additions and 9 deletions

View File

@@ -4,9 +4,6 @@
if BOARD_W5500_EVB_PICO
config BOARD
default "w5500_evb_pico" if BOARD_W5500_EVB_PICO
config RP2_FLASH_W25Q080
default y
@@ -22,7 +19,7 @@ if I2C_DW
config I2C_DW_CLOCK_SPEED
default 125
endif #I2C_DW
endif # I2C_DW
config USB_SELF_POWERED
default n

View File

@@ -3,5 +3,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_W5500_EVB_PICO
bool "Wiznet W5500 Evaluation Board"
depends on SOC_RP2040
select SOC_RP2040

View File

@@ -0,0 +1,5 @@
board:
name: w5500_evb_pico
vendor: WIZnet
socs:
- name: rp2040

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -1,6 +1,3 @@
CONFIG_SOC_SERIES_RP2XXX=y
CONFIG_SOC_RP2040=y
CONFIG_BOARD_W5500_EVB_PICO=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=125000000
CONFIG_SERIAL=y
CONFIG_CONSOLE=y