mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: DT: STM32: add dma for usart3 on F429
Add DMA support for USART3 on STM32F429 MCU. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
parent
73767f19a0
commit
f113438990
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@
|
|||
interrupts = <39>;
|
||||
clocks = <&rcc 0 146>;
|
||||
status = "disabled";
|
||||
dmas = <&dma1 1 4 0x400 0x0>,
|
||||
<&dma1 3 4 0x400 0x0>;
|
||||
dma-names = "rx", "tx";
|
||||
};
|
||||
|
||||
usart4: serial@40004c00 {
|
||||
|
|
Loading…
Add table
Reference in a new issue