Files
zephyr/boards/seeed_studio/wio_terminal/pre_dt_board.cmake
Gerson Fernando Budke 1b2528df1b boards: wio_terminal: Convert to HWMv2
Port the board to HWMv2.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2024-03-01 15:50:02 +01:00

10 lines
375 B
CMake

# Copyright (c) 2023 Joel Guittet
# SPDX-License-Identifier: Apache-2.0
# SPI is implemented via sercom so node name isn't spi@...
list(APPEND EXTRA_DTC_FLAGS "-Wno-spi_bus_bridge")
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
# - /soc/pinmux@41008000 & /soc/gpio@41008000
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")