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 usart1 on F429
Tested-by: Bruno Herrera <bruherrera@gmail.com> Signed-off-by: Gerald Baeza <gerald.baeza@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
parent
5670501c99
commit
73767f19a0
1 changed files with 3 additions and 0 deletions
|
@ -162,6 +162,9 @@
|
||||||
interrupts = <37>;
|
interrupts = <37>;
|
||||||
clocks = <&rcc 0 164>;
|
clocks = <&rcc 0 164>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
dmas = <&dma2 2 4 0x400 0x0>,
|
||||||
|
<&dma2 7 4 0x400 0x0>;
|
||||||
|
dma-names = "rx", "tx";
|
||||||
};
|
};
|
||||||
|
|
||||||
usart6: serial@40011400 {
|
usart6: serial@40011400 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue