Searched full:xspi (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/dts/bindings/flash_controller/ |
D | st,stm32-xspi-nor.yaml | 5 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/ |
D | st,stm32-xspi.yaml | 5 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/ |
D | xspi.h | 10 * @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/ |
D | Kconfig.stm32_xspi | 1 # STM32 xSPI flash driver configuration options 10 bool "STM32 XSPI Flash driver" 27 Enable XSPI-NOR support on the STM32 family of processors.
|
D | flash_stm32_xspi.c | 9 * 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 …]
|
D | flash_stm32_xspi.h | 10 /* Macro to check if any xspi device has a domain clock or more */ 84 /* XSPI handle is modifiable ; so part of data struct */
|
D | jesd216.h | 96 /* JESD216D-01 section 6.7: xSPI (Profile 1.0) Parameter */ 98 /* JESD216D-01 section 6.8: xSPI (Profile 2.0) Parameter */
|
D | flash_stm32_ospi.c | 2367 LOG_ERR("XSPI DelayBlock failed"); in flash_stm32_ospi_init()
|
/Zephyr-latest/dts/bindings/mtd/ |
D | nxp,s32-qspi-device.yaml | 5 QSPI memory device supporting xSPI or Hyperbus.
|
/Zephyr-latest/soc/renesas/rz/rzg3s/ |
D | Kconfig.defconfig | 22 # This is required to support debug with xSPI boot when Zephyr already booted by TF-A
|
/Zephyr-latest/samples/drivers/spi_flash/ |
D | sample.yaml | 9 or dt_compat_enabled("st,stm32-ospi-nor") or dt_compat_enabled("st,stm32-xspi-nor")
|
/Zephyr-latest/samples/drivers/jesd216/ |
D | sample.yaml | 33 filter: dt_compat_enabled("st,stm32-xspi-nor")
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/ |
D | linker_arm_nocopy.ld | 44 /* On stm32 XSPI, external flash is mapped in XIP region at address given by the reg property. */
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/ |
D | rzg3s_smarc_r9a08g045s33gbg_cm33.dts | 70 * loading Zephyr app from xSPI flash.
|
/Zephyr-latest/dts/arm/st/h5/ |
D | stm32h562.dtsi | 10 #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/ |
D | stm32h573i_dk.dts | 276 compatible = "st,stm32-xspi-nor";
|
/Zephyr-latest/modules/ |
D | Kconfig.stm32 | 610 Enable STM32Cube OctoSPI (XSPI) HAL module driver
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 849 * 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.
|