diff --git a/dts/bindings/spi/st,stm32-spi-common.yaml b/dts/bindings/spi/st,stm32-spi-common.yaml index b64d332b86f..c742313da11 100644 --- a/dts/bindings/spi/st,stm32-spi-common.yaml +++ b/dts/bindings/spi/st,stm32-spi-common.yaml @@ -12,6 +12,16 @@ properties: interrupts: required: true + frame-format: + type: boolean + required: false + description: | + Use Frame Format to support TI or motorola SPI mode when the SPI + interface is compatible with the TI protocol. The FRF bit of the + SPIx_CR2 configures the SPI to be compliant with this protocol. + false: SPI Motorola mode (default) + true: SPI TI mode + pinctrl-0: type: phandles required: false