linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] ARM: dts: stm32: Add DMAMUX support for STM32H743 SoC
@ 2017-07-11  6:56 Pierre-Yves MORDRET
  0 siblings, 0 replies; only message in thread
From: Pierre-Yves MORDRET @ 2017-07-11  6:56 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds DMAMUX support for STM32H743 SoC.

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
---
 arch/arm/boot/dts/stm32h743.dtsi | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi
index 3d1cd88..0e24a4c 100644
--- a/arch/arm/boot/dts/stm32h743.dtsi
+++ b/arch/arm/boot/dts/stm32h743.dtsi
@@ -106,6 +106,26 @@
 			#dma-cells = <4>;
 			st,mem2mem;
 		};
+
+		dmamux1: dma-router at 40020800 {
+			compatible = "st,stm32h7-dmamux";
+			reg = <0x40020800 0x1c>;
+			#dma-cells = <3>;
+			dma-channels = <8>;
+			dma-requests = <128>;
+			dma-masters = <&dma1>;
+			clocks = <&timer_clk>;
+		};
+
+		dmamux2: dma-router at 40020820 {
+			compatible = "st,stm32h7-dmamux";
+			reg = <0x40020820 0x1c>;
+			#dma-cells = <3>;
+			dma-channels = <8>;
+			dma-requests = <128>;
+			dma-masters = <&dma2>;
+			clocks = <&timer_clk>;
+		};
 	};
 };
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-11  6:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-11  6:56 [RESEND PATCH] ARM: dts: stm32: Add DMAMUX support for STM32H743 SoC Pierre-Yves MORDRET

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).