zephyr/drivers/mipi_dbi
Georgij Černyšiov e0899d347e drivers: mipi_dbi: stm32: fmc: add bank address property
The driver gets FMC bank address using
`FMC_BANK1_<parent_register_value>` define.

This approach has some flaws:
- The parent (bank) register's value might not correspond
  sequentially to the expected bank number.
  For example: `STM32_FMC_NOSRAM_BANK3` maps to `FMC_BANK1_4`,
  instead of `FMC_BANK1_3`.
- Some families don't even define the necessary `FMC_BANK1_x` macros.

To address this, the commit adds an optional `bank-address` property,
providing a direct way to define the FMC bank address for the driver.

Signed-off-by: Georgij Černyšiov <geo.cgv@gmail.com>
2025-07-28 16:41:30 -04:00
..
CMakeLists.txt drivers: mipi_dbi: introduce NXP DCnano driver 2025-04-23 10:03:42 +02:00
Kconfig drivers: mipi_dbi: introduce NXP DCnano driver 2025-04-23 10:03:42 +02:00
Kconfig.bitbang drivers: mipi_dbi: add support for parallel 8080/6800 modes using GPIO 2024-09-20 11:56:22 -05:00
Kconfig.nxp_dcnano_lcdif drivers: mipi_dbi: introduce NXP DCnano driver 2025-04-23 10:03:42 +02:00
Kconfig.nxp_flexio_lcdif boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00
Kconfig.nxp_lcdic
Kconfig.smartbond da1469x: Remove CONFIG_PINCTRL from all defconfig files 2024-10-08 16:57:41 +02:00
Kconfig.spi
Kconfig.stm32_fmc
mipi_dbi_bitbang.c drviers: mipi_dbi: mipi_dbi_bitbang: fix 16-bit data_gpios exceed error 2024-12-26 06:21:25 +01:00
mipi_dbi_nxp_dcnano_lcdif.c drivers: Wrap device driver APIs using DEVICE_API macro 2025-04-28 13:41:03 +02:00
mipi_dbi_nxp_flexio_lcdif.c drivers: mipi_dbi: Place API into iterable section 2024-12-03 10:38:59 +01:00
mipi_dbi_nxp_lcdic.c drivers: dma: mipi_dbi_nxp_lcdic: enable inputmux clock 2025-07-11 13:16:43 -10:00
mipi_dbi_smartbond.c drivers: mipi_dbi: Place API into iterable section 2024-12-03 10:38:59 +01:00
mipi_dbi_spi.c drivers: mipi-dbi-spi: rename underscored macro names 2025-01-08 21:01:51 +01:00
mipi_dbi_stm32_fmc.c drivers: mipi_dbi: stm32: fmc: add bank address property 2025-07-28 16:41:30 -04:00