Lines Matching +full:stm32 +full:- +full:dmamux
2 # SPDX-License-Identifier: Apache-2.0
5 STM32 QSPI device representation. A stm32 quadspi node would typically
9 pinctrl-0 = <&quadspi_clk_pe10 &quadspi_ncs_pe11
14 dma-names = "tx_rx";
19 compatible: "st,stm32-qspi"
21 include: [base.yaml, pinctrl-device.yaml]
32 pinctrl-0:
35 pinctrl-names:
41 hold a phandle reference to the dma controller (not the DMAMUX even if present),
45 When a DMAMUX is present and enabled, the channel is the dma one
46 (not dmamux channel). The request is given by the DMAMUX (no 'features' required).
51 For example with a DMAMUX for TX/RX on QSPI like stm32wb55 (no 'features')
55 dma-names:
60 dma-names = "tx_rx";
62 dual-flash:
69 When true, the Flash ID number <flash-id> is useless.
71 flash-id:
77 Valid only if the <dual-flash> is not set.
80 flash-id = <2>;