1# Copyright (c) 2022, Linaro Limited 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 STM32H7 SPI controller 6 This compatible stands for all SPI hardware blocks matching the 7 version available in STM32H7 SoCs. 8 This version of STM32 SPI hardware block could be identified by the 9 presence of a dedicated interrupt enable register (IER). 10 For instance, but not limited to: STM32MP1, STM32U5 11 12compatible: "st,stm32h7-spi" 13 14include: st,stm32-spi-common.yaml 15