zephyr/drivers/spi
Fabio Baltieri 624886156a drivers: spi_ll_stm32: add SUBGHZSPI support
This adds support for controlling the SUBGHZSPI NSS line in STM32WL
devices. This is a special dedicated SPI port only connected to the
radio device internally, chip select happens through a bit in the PWR
module. Adding a special dt-property to identify the port, it all gets
built out on non-WL devices.

Deduplicate the existing dts bindings in the process, and add the new
one for the special spi with the new property.

Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
2021-07-15 21:30:28 -04:00
..
CMakeLists.txt
Kconfig drivers: spi: Use timeout for transfer completion 2021-07-15 06:43:23 -04:00
Kconfig.cc13xx_cc26xx
Kconfig.dw
Kconfig.esp32
Kconfig.gecko
Kconfig.litex
Kconfig.mcux_dspi
Kconfig.mcux_flexcomm
Kconfig.mcux_lpspi
Kconfig.nrfx
Kconfig.oc_simple
Kconfig.psoc6
Kconfig.rv32m1_lpspi
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.spi_emul
Kconfig.stm32
Kconfig.test
Kconfig.xec_qmspi
Kconfig.xlnx
spi_cc13xx_cc26xx.c pm: remove callback from control function 2021-07-13 09:36:45 -04:00
spi_context.h drivers: spi: Use timeout for transfer completion 2021-07-15 06:43:23 -04:00
spi_dw.c
spi_dw.h
spi_dw_regs.h
spi_emul.c
spi_esp32_spim.c hal: esp32: driver changes to allow HAL update 2021-07-07 15:01:16 -04:00
spi_esp32_spim.h hal: esp32: driver changes to allow HAL update 2021-07-07 15:01:16 -04:00
spi_gecko.c
spi_handlers.c
spi_litespi.c
spi_litespi.h
spi_ll_stm32.c drivers: spi_ll_stm32: add SUBGHZSPI support 2021-07-15 21:30:28 -04:00
spi_ll_stm32.h drivers: spi_ll_stm32: add SUBGHZSPI support 2021-07-15 21:30:28 -04:00
spi_mcux_dspi.c
spi_mcux_flexcomm.c
spi_mcux_lpspi.c
spi_nrfx_spi.c pm: remove callback from control function 2021-07-13 09:36:45 -04:00
spi_nrfx_spim.c pm: remove callback from control function 2021-07-13 09:36:45 -04:00
spi_nrfx_spis.c
spi_oc_simple.c
spi_oc_simple.h
spi_psoc6.c
spi_rv32m1_lpspi.c
spi_sam.c soc: atmel_sam: Add _INST to ATMEL_SAM_DT_PIN* macros 2021-06-14 09:50:41 -05:00
spi_sam0.c
spi_sifive.c drivers: spi: sifive: fix bug of transferring multiple bufs 2021-05-06 07:41:16 -05:00
spi_sifive.h
spi_test.c
spi_xec_qmspi.c
spi_xlnx_axi_quadspi.c