Skip to content

Commit 0938837

Browse files
lopsided98broonie
authored andcommitted
spi: add stm32f7-spi compatible
The STM32F7 SPI peripheral is nearly identical to the STM32F4, with the only significant differences being support for a wider range of word sizes and the addition of 32-bit transmit and receive FIFOs. Signed-off-by: Ben Wolsieffer <ben.wolsieffer@hefring.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20231102193722.3042245-4-ben.wolsieffer@hefring.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent a84dcb4 commit 0938837

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Documentation/devicetree/bindings/spi/st,stm32-spi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ properties:
2323
compatible:
2424
enum:
2525
- st,stm32f4-spi
26+
- st,stm32f7-spi
2627
- st,stm32h7-spi
2728

2829
reg:

0 commit comments

Comments
 (0)