Browse Source

boards: Convert 96b_wistrio to HWM v2

Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
pull/69687/head
Abderrahmane Jarmouni 1 year ago committed by Jamie McCrae
parent
commit
1b2a511d06
  1. 0
      boards/96boards/96b_wistrio/96b_lscon.dtsi
  2. 0
      boards/96boards/96b_wistrio/96b_wistrio.dts
  3. 0
      boards/96boards/96b_wistrio/96b_wistrio.yaml
  4. 3
      boards/96boards/96b_wistrio/96b_wistrio_defconfig
  5. 0
      boards/96boards/96b_wistrio/CMakeLists.txt
  6. 5
      boards/96boards/96b_wistrio/Kconfig.96b_wistrio
  7. 3
      boards/96boards/96b_wistrio/Kconfig.defconfig
  8. 0
      boards/96boards/96b_wistrio/board.cmake
  9. 5
      boards/96boards/96b_wistrio/board.yml
  10. 0
      boards/96boards/96b_wistrio/doc/96b_wistrio.rst
  11. 0
      boards/96boards/96b_wistrio/doc/img/96b-wistrio.jpg
  12. 0
      boards/96boards/96b_wistrio/dts/bindings/qorvo,rfsw8001.yaml
  13. 0
      boards/96boards/96b_wistrio/rf.c
  14. 8
      boards/boards_legacy/arm/96b_wistrio/Kconfig.board

0
boards/boards_legacy/arm/96b_wistrio/96b_lscon.dtsi → boards/96boards/96b_wistrio/96b_lscon.dtsi

0
boards/boards_legacy/arm/96b_wistrio/96b_wistrio.dts → boards/96boards/96b_wistrio/96b_wistrio.dts

0
boards/boards_legacy/arm/96b_wistrio/96b_wistrio.yaml → boards/96boards/96b_wistrio/96b_wistrio.yaml

3
boards/boards_legacy/arm/96b_wistrio/96b_wistrio_defconfig → boards/96boards/96b_wistrio/96b_wistrio_defconfig

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
CONFIG_SOC_SERIES_STM32L1X=y
CONFIG_SOC_STM32L151XBA=y
# Enable MPU
CONFIG_ARM_MPU=y

0
boards/boards_legacy/arm/96b_wistrio/CMakeLists.txt → boards/96boards/96b_wistrio/CMakeLists.txt

5
boards/96boards/96b_wistrio/Kconfig.96b_wistrio

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
# Copyright (c) 2019 Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
config BOARD_96B_WISTRIO
select SOC_STM32L151XBA

3
boards/boards_legacy/arm/96b_wistrio/Kconfig.defconfig → boards/96boards/96b_wistrio/Kconfig.defconfig

@ -5,9 +5,6 @@ @@ -5,9 +5,6 @@
if BOARD_96B_WISTRIO
config BOARD
default "96b_wistrio"
config REGULATOR
default y if LORA

0
boards/boards_legacy/arm/96b_wistrio/board.cmake → boards/96boards/96b_wistrio/board.cmake

5
boards/96boards/96b_wistrio/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: 96b_wistrio
vendor: 96boards
socs:
- name: stm32l151xba

0
boards/boards_legacy/arm/96b_wistrio/doc/96b_wistrio.rst → boards/96boards/96b_wistrio/doc/96b_wistrio.rst

0
boards/boards_legacy/arm/96b_wistrio/doc/img/96b-wistrio.jpg → boards/96boards/96b_wistrio/doc/img/96b-wistrio.jpg

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

0
boards/boards_legacy/arm/96b_wistrio/dts/bindings/qorvo,rfsw8001.yaml → boards/96boards/96b_wistrio/dts/bindings/qorvo,rfsw8001.yaml

0
boards/boards_legacy/arm/96b_wistrio/rf.c → boards/96boards/96b_wistrio/rf.c

8
boards/boards_legacy/arm/96b_wistrio/Kconfig.board

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
# 96boards WisTrio board configuration
# Copyright (c) 2019 Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
config BOARD_96B_WISTRIO
bool "96boards WisTrio Development Board"
depends on SOC_STM32L151XBA
Loading…
Cancel
Save