Home
last modified time | relevance | path

Searched full:xspi (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/dts/bindings/flash_controller/
Dst,stm32-xspi-nor.yaml5 STM32 XSPI Flash controller supporting the JEDEC CFI interface
7 Representation of a serial flash on a xspi bus:
9 mx25lm51245: xspi-nor-flash@70000000 {
10 compatible = "st,stm32-xspi-nor";
18 compatible: "st,stm32-xspi-nor"
30 The width of XSPI bus to which flash memory is connected.
62 Specifies which nCS line of the XSPI IO Manager is connected to the Flash.
/Zephyr-latest/dts/bindings/xspi/
Dst,stm32-xspi.yaml5 STM32 XSPI device representation. Enabling a stm32 xspi node in a board
7 compatible: "st,stm32-xspi"
/Zephyr-latest/include/zephyr/dt-bindings/flash_controller/
Dxspi.h10 * @name XSPI definition for the xSPI peripherals
15 /* XSPI mode operating on 1 line, 2 lines, 4 lines or 8 lines */
25 /* XSPI mode operating on Single or Double Transfer Rate */
/Zephyr-latest/drivers/flash/
DKconfig.stm32_xspi1 # STM32 xSPI flash driver configuration options
10 bool "STM32 XSPI Flash driver"
27 Enable XSPI-NOR support on the STM32 family of processors.
Dflash_stm32_xspi.c9 * xSPI flash controller driver for stm32 serie with xSPI periherals
10 * This driver is based on the stm32Cube HAL XSPI driver
11 * with one xspi DTS NODE
23 #include <zephyr/dt-bindings/flash_controller/xspi.h>
82 LOG_ERR("%d: Failed to send XSPI instruction", hal_ret); in xspi_send_cmd()
104 LOG_ERR("%d: Failed to send XSPI instruction", hal_ret); in xspi_read_access()
140 LOG_ERR("XSPI wr in OPI/STR mode is for 32bit address only"); in xspi_write_access()
146 LOG_ERR("%d: Failed to send XSPI instruction", hal_ret); in xspi_write_access()
261 LOG_ERR("%d: Failed to send XSPI instruction", hal_ret); in stm32_xspi_read_jedec_id()
332 LOG_ERR("%d: Failed to send XSPI instruction", hal_ret); in stm32_xspi_read_sfdp()
[all …]
Dflash_stm32_xspi.h10 /* Macro to check if any xspi device has a domain clock or more */
84 /* XSPI handle is modifiable ; so part of data struct */
Djesd216.h96 /* JESD216D-01 section 6.7: xSPI (Profile 1.0) Parameter */
98 /* JESD216D-01 section 6.8: xSPI (Profile 2.0) Parameter */
Dflash_stm32_ospi.c2367 LOG_ERR("XSPI DelayBlock failed"); in flash_stm32_ospi_init()
/Zephyr-latest/dts/bindings/mtd/
Dnxp,s32-qspi-device.yaml5 QSPI memory device supporting xSPI or Hyperbus.
/Zephyr-latest/soc/renesas/rz/rzg3s/
DKconfig.defconfig22 # This is required to support debug with xSPI boot when Zephyr already booted by TF-A
/Zephyr-latest/samples/drivers/spi_flash/
Dsample.yaml9 or dt_compat_enabled("st,stm32-ospi-nor") or dt_compat_enabled("st,stm32-xspi-nor")
/Zephyr-latest/samples/drivers/jesd216/
Dsample.yaml33 filter: dt_compat_enabled("st,stm32-xspi-nor")
/Zephyr-latest/samples/application_development/code_relocation_nocopy/
Dlinker_arm_nocopy.ld44 /* On stm32 XSPI, external flash is mapped in XIP region at address given by the reg property. */
/Zephyr-latest/boards/renesas/rzg3s_smarc/
Drzg3s_smarc_r9a08g045s33gbg_cm33.dts70 * loading Zephyr app from xSPI flash.
/Zephyr-latest/dts/arm/st/h5/
Dstm32h562.dtsi10 #include <zephyr/dt-bindings/flash_controller/xspi.h>
261 xspi1: xspi@47001400 {
262 compatible = "st,stm32-xspi";
265 clock-names = "xspix", "xspi-ker";
/Zephyr-latest/boards/st/stm32h573i_dk/
Dstm32h573i_dk.dts276 compatible = "st,stm32-xspi-nor";
/Zephyr-latest/modules/
DKconfig.stm32610 Enable STM32Cube OctoSPI (XSPI) HAL module driver
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst849 * Added support for STM32 XSPI external NOR flash driver (:dtcompatible:`st,stm32-xspi-nor`).
850 * Added support for XIP on external NOR flash in STM32 OSPI, QSPI and XSPI driver.