st,stm32-qspi

Vendor: STMicroelectronics N.V.

Description

These nodes are “qspi” bus nodes.

STM32 QSPI device representation. A stm32 quadspi node would typically
looks to this:

    &quadspi {
        pinctrl-0 = <&quadspi_clk_pe10 &quadspi_ncs_pe11
                     &quadspi_bk1_io0_pe12 &quadspi_bk1_io1_pe13
                     &quadspi_bk1_io2_pe14 &quadspi_bk1_io3_pe15>;

        dmas = <&dma1 5 5 0x0000 0x03>;
        dma-names = "tx_rx";

        status = "okay";
    };

Properties

Properties not inherited from the base binding file.

Name

Type

Details

pinctrl-0

phandles

Pin configuration/s for the first state. Content is specific to the
selected pin controller driver implementation.

This property is required.

pinctrl-1

phandles

Pin configuration/s for the second state. See pinctrl-0.

pinctrl-2

phandles

Pin configuration/s for the third state. See pinctrl-0.

pinctrl-3

phandles

Pin configuration/s for the fourth state. See pinctrl-0.

pinctrl-4

phandles

Pin configuration/s for the fifth state. See pinctrl-0.

pinctrl-names

string-array

Names for the provided states. The number of names needs to match the
number of states.

This property is required.

dual-flash

boolean

configuration to enable the dual flash mode of the QSPI peripheral
where two external quad SPI Flash memories (FLASH 1 and FLASH 2) are used
in order to send/receive 8 bits (or 16 bits in DDR mode) every cycle,
effectively doubling the throughput as well as the capacity.
When true, the Flash ID number <flash-id> is useless.

flash-id

int

Flash ID number. This number, if defined, helps to select the right
QSPI GPIO banks (defined as 'quadspi_bk[1/2]' in pinctrl property)
to communicate with flash memory.
Valid only if the <dual-flash> is not set.

For example
   flash-id = <2>;