zephyr/boards/arm/nucleo_h563zi/Kconfig.board
Thomas Stranger 784d732158 boards: arm: add nucleo_h563zi with stm32h563 soc.
Adds the board definitions for the nucleo_h563zi board.

Notes:
DAC: enable output on pa5, which is available on the ST Zio and morpho
connectors.
UM3115 in table 21 wrongly lists pa15 on the positions where pa5 is.
The only other option for the dac output is pa4 which is reserved for
for VBUS_SENSE.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2023-04-07 13:14:21 +00:00

8 lines
213 B
Text

# STM32H563ZI Nucleo board configuration
# Copyright (c) 2023 Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H563ZI
bool "Nucleo H563ZI Development Board"
depends on SOC_STM32H563XX