Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions dts/bindings/spi/st,stm32-spi-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link
Contributor

@avisconti avisconti Sep 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default is "false" for booleans, right?

type: phandles
required: false
Expand Down