boards: Convert adi_sdp_k1 to HWM v2

Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
Abderrahmane Jarmouni
2024-02-06 17:38:24 +01:00
committed by Jamie McCrae
parent eb272ddf19
commit ba580c7236
15 changed files with 10 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2024 BayLibre
# SPDX-License-Identifier: Apache-2.0
config BOARD_ADI_SDP_K1
select SOC_STM32F469XX

View File

@@ -5,9 +5,6 @@
if BOARD_ADI_SDP_K1
config BOARD
default "adi_sdp_k1"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F4X=y
CONFIG_SOC_STM32F469XX=y
# Enable MPU
CONFIG_ARM_MPU=y

View File

@@ -0,0 +1,5 @@
board:
name: adi_sdp_k1
vendor: adi
socs:
- name: stm32f469xx

View File

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -1,8 +0,0 @@
# ADI SDP-K1 board configuration
# Copyright (c) 2024 BayLibre
# SPDX-License-Identifier: Apache-2.0
config BOARD_ADI_SDP_K1
bool "ADI SDP-K1 Controller Board"
depends on SOC_STM32F469XX