summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/dma/st,stm32-dma.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/dma/st,stm32-dma.yaml')
-rw-r--r--dts/Bindings/dma/st,stm32-dma.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dts/Bindings/dma/st,stm32-dma.yaml b/dts/Bindings/dma/st,stm32-dma.yaml
index 2a5325f480..4bf676fd25 100644
--- a/dts/Bindings/dma/st,stm32-dma.yaml
+++ b/dts/Bindings/dma/st,stm32-dma.yaml
@@ -40,6 +40,13 @@ description: |
0x0: FIFO mode with threshold selectable with bit 0-1
0x1: Direct mode: each DMA request immediately initiates a transfer
from/to the memory, FIFO is bypassed.
+ -bit 4: alternative DMA request/acknowledge protocol
+ 0x0: Use standard DMA ACK management, where ACK signal is maintained
+ up to the removal of request and transfer completion
+ 0x1: Use alternative DMA ACK management, where ACK de-assertion does
+ not wait for the de-assertion of the REQuest, ACK is only managed
+ by transfer completion. This must only be used on channels
+ managing transfers for STM32 USART/UART.
maintainers: