Skip to content

spi: stm32: convert remaining boards that support SPI to using dts #5836

@dwagenk

Description

@dwagenk

As a follow up to #5582 we need to convert the stm32 boards, that already support SPI to using dts for SPI configuration.
Right now building e.g. tests\drivers\spi\spi_loopback for nucleo_f091rc fails, because spi_ll_stm32.c driver relies on SPI_BASE_ADDRESS, SPINAME, SPIIRQ and SPI_IRQ_PRI wich are not defined yet for this board.

I guess this affects the following boards (i generated this list by searching which boards are stm32 based and have a default pinmux for SPI in their pinmux.c):

  • 96b_carbon
  • 96b_neonkey
  • disco_l475_iot1
  • nucleo_f091rc
  • nucleo_f334r8
  • nucleo_f401re
  • nucleo_l432kc
  • nucleo_l476rg

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions