dts: stm32 spi can configure the frame-format

If supported by the SPI instance and soc, this property will
configure the frame-format to be compliant with the TI mode.
By default, if supported, the frame-format is Motorola mode.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2021-09-28 11:17:04 +02:00 committed by Christopher Friedt
parent 5473b22275
commit 394996313a
1 changed files with 10 additions and 0 deletions

View File

@ -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