All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
To: <devicetree@vger.kernel.or>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <pierre-yves.mordret@st.com>
Subject: [PATCH] ARM: dts: stm32: Add DMAMUX support for STM32H743 SoC
Date: Thu, 6 Jul 2017 15:23:08 +0200	[thread overview]
Message-ID: <1499347388-8363-1-git-send-email-pierre-yves.mordret@st.com> (raw)

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@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@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

WARNING: multiple messages have this Message-ID (diff)
From: pierre-yves.mordret@st.com (Pierre-Yves MORDRET)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: stm32: Add DMAMUX support for STM32H743 SoC
Date: Thu, 6 Jul 2017 15:23:08 +0200	[thread overview]
Message-ID: <1499347388-8363-1-git-send-email-pierre-yves.mordret@st.com> (raw)

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

             reply	other threads:[~2017-07-06 13:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-06 13:23 Pierre-Yves MORDRET [this message]
2017-07-06 13:23 ` [PATCH] ARM: dts: stm32: Add DMAMUX support for STM32H743 SoC Pierre-Yves MORDRET

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1499347388-8363-1-git-send-email-pierre-yves.mordret@st.com \
    --to=pierre-yves.mordret@st.com \
    --cc=devicetree@vger.kernel.or \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.