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:
committed by
Jamie McCrae
parent
eb272ddf19
commit
ba580c7236
5
boards/adi/adi_sdp_k1/Kconfig.adi_sdp_k1
Normal file
5
boards/adi/adi_sdp_k1/Kconfig.adi_sdp_k1
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2024 BayLibre
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_ADI_SDP_K1
|
||||
select SOC_STM32F469XX
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_ADI_SDP_K1
|
||||
|
||||
config BOARD
|
||||
default "adi_sdp_k1"
|
||||
|
||||
config SPI_STM32_INTERRUPT
|
||||
default y
|
||||
depends on SPI
|
||||
@@ -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
|
||||
|
||||
5
boards/adi/adi_sdp_k1/board.yml
Normal file
5
boards/adi/adi_sdp_k1/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: adi_sdp_k1
|
||||
vendor: adi
|
||||
socs:
|
||||
- name: stm32f469xx
|
||||
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user