Browse Source

boards: wio_terminal: Convert to HWMv2

Port the board to HWMv2.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
pull/69687/head
Gerson Fernando Budke 1 year ago committed by Carles Cufi
parent
commit
1b2528df1b
  1. 4
      boards/seeed_studio/wio_terminal/Kconfig.defconfig
  2. 6
      boards/seeed_studio/wio_terminal/Kconfig.wio_terminal
  3. 0
      boards/seeed_studio/wio_terminal/board.cmake
  4. 5
      boards/seeed_studio/wio_terminal/board.yml
  5. 0
      boards/seeed_studio/wio_terminal/doc/img/wio_terminal.png
  6. 2
      boards/seeed_studio/wio_terminal/doc/index.rst
  7. 0
      boards/seeed_studio/wio_terminal/grove_connectors.dtsi
  8. 0
      boards/seeed_studio/wio_terminal/pre_dt_board.cmake
  9. 0
      boards/seeed_studio/wio_terminal/raspberrypi_40pins_connector.dtsi
  10. 0
      boards/seeed_studio/wio_terminal/support/openocd.cfg
  11. 0
      boards/seeed_studio/wio_terminal/wio_terminal-pinctrl.dtsi
  12. 0
      boards/seeed_studio/wio_terminal/wio_terminal.dts
  13. 0
      boards/seeed_studio/wio_terminal/wio_terminal.yaml
  14. 6
      boards/seeed_studio/wio_terminal/wio_terminal_defconfig

4
boards/boards_legacy/arm/wio_terminal/Kconfig.defconfig → boards/seeed_studio/wio_terminal/Kconfig.defconfig

@ -3,9 +3,5 @@ @@ -3,9 +3,5 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "wio_terminal"
depends on BOARD_WIO_TERMINAL
config LV_COLOR_16_SWAP
default y if LVGL

6
boards/boards_legacy/arm/wio_terminal/Kconfig.board → boards/seeed_studio/wio_terminal/Kconfig.wio_terminal

@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
# Copyright (c) 2023 Joel Guittet
# Wio Terminal board configuration
# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config BOARD_WIO_TERMINAL
bool "Wio Terminal"
depends on SOC_PART_NUMBER_SAMD51P19A
select SOC_SAMD51P19A

0
boards/boards_legacy/arm/wio_terminal/board.cmake → boards/seeed_studio/wio_terminal/board.cmake

5
boards/seeed_studio/wio_terminal/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: wio_terminal
vendor: Seeed Studio
socs:
- name: samd51p19a

0
boards/boards_legacy/arm/wio_terminal/doc/img/wio_terminal.png → boards/seeed_studio/wio_terminal/doc/img/wio_terminal.png

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

2
boards/boards_legacy/arm/wio_terminal/doc/index.rst → boards/seeed_studio/wio_terminal/doc/index.rst

@ -92,7 +92,7 @@ The wio_terminal board configuration supports the following hardware features: @@ -92,7 +92,7 @@ The wio_terminal board configuration supports the following hardware features:
Other hardware features are not currently supported by Zephyr.
The default configuration can be found in the Kconfig file
:zephyr_file:`boards/arm/wio_terminal/wio_terminal_defconfig`.
:zephyr_file:`boards/seeed/wio_terminal/wio_terminal_defconfig`.
Zephyr can use the default Cortex-M SYSTICK timer or the SAM0 specific RTC.
To use the RTC, set :kconfig:option:`CONFIG_CORTEX_M_SYSTICK=n` and set

0
boards/boards_legacy/arm/wio_terminal/grove_connectors.dtsi → boards/seeed_studio/wio_terminal/grove_connectors.dtsi

0
boards/boards_legacy/arm/wio_terminal/pre_dt_board.cmake → boards/seeed_studio/wio_terminal/pre_dt_board.cmake

0
boards/boards_legacy/arm/wio_terminal/raspberrypi_40pins_connector.dtsi → boards/seeed_studio/wio_terminal/raspberrypi_40pins_connector.dtsi

0
boards/boards_legacy/arm/wio_terminal/support/openocd.cfg → boards/seeed_studio/wio_terminal/support/openocd.cfg

0
boards/boards_legacy/arm/wio_terminal/wio_terminal-pinctrl.dtsi → boards/seeed_studio/wio_terminal/wio_terminal-pinctrl.dtsi

0
boards/boards_legacy/arm/wio_terminal/wio_terminal.dts → boards/seeed_studio/wio_terminal/wio_terminal.dts

0
boards/boards_legacy/arm/wio_terminal/wio_terminal.yaml → boards/seeed_studio/wio_terminal/wio_terminal.yaml

6
boards/boards_legacy/arm/wio_terminal/wio_terminal_defconfig → boards/seeed_studio/wio_terminal/wio_terminal_defconfig

@ -1,16 +1,14 @@ @@ -1,16 +1,14 @@
# Copyright (c) 2023 Joel Guittet
# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com>
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_SAMD51=y
CONFIG_SOC_PART_NUMBER_SAMD51P19A=y
CONFIG_SOC_ATMEL_SAMD5X_XOSC32K=y
CONFIG_SOC_ATMEL_SAMD5X_XOSC32K_AS_MAIN=y
CONFIG_BOARD_WIO_TERMINAL=y
CONFIG_ARM_MPU=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_REGULATOR=y
CONFIG_GPIO=y
# BOSSA bootloader
CONFIG_BOOTLOADER_BOSSA=y
Loading…
Cancel
Save