All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
To: Simon Horman <horms@verge.net.au>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Cc: Fabrizio Castro <fabrizio.castro@bp.renesas.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org,
	Chris Paterson <Chris.Paterson2@renesas.com>,
	Biju Das <biju.das@bp.renesas.com>
Subject: [PATCH 6/6] arm64: dts: renesas: r8a774a1: Add TMU device nodes
Date: Tue, 11 Jun 2019 14:06:41 +0100	[thread overview]
Message-ID: <1560258401-9517-7-git-send-email-fabrizio.castro@bp.renesas.com> (raw)
In-Reply-To: <1560258401-9517-1-git-send-email-fabrizio.castro@bp.renesas.com>

This patch adds TMU[01234] device tree nodes to the r8a774a1
SoC specific DT.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 65 +++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
index b8a423d..f4aeb9b 100644
--- a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
@@ -495,6 +495,71 @@
 			resets = <&cpg 407>;
 		};
 
+		tmu0: timer@e61e0000 {
+			compatible = "renesas,tmu-r8a774a1", "renesas,tmu";
+			reg = <0 0xe61e0000 0 0x30>;
+			interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 125>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
+			resets = <&cpg 125>;
+			status = "disabled";
+		};
+
+		tmu1: timer@e6fc0000 {
+			compatible = "renesas,tmu-r8a774a1", "renesas,tmu";
+			reg = <0 0xe6fc0000 0 0x30>;
+			interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 124>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
+			resets = <&cpg 124>;
+			status = "disabled";
+		};
+
+		tmu2: timer@e6fd0000 {
+			compatible = "renesas,tmu-r8a774a1", "renesas,tmu";
+			reg = <0 0xe6fd0000 0 0x30>;
+			interrupts = <GIC_SPI 303 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 304 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 305 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 123>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
+			resets = <&cpg 123>;
+			status = "disabled";
+		};
+
+		tmu3: timer@e6fe0000 {
+			compatible = "renesas,tmu-r8a774a1", "renesas,tmu";
+			reg = <0 0xe6fe0000 0 0x30>;
+			interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 122>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
+			resets = <&cpg 122>;
+			status = "disabled";
+		};
+
+		tmu4: timer@ffc00000 {
+			compatible = "renesas,tmu-r8a774a1", "renesas,tmu";
+			reg = <0 0xffc00000 0 0x30>;
+			interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 407 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 408 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 121>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
+			resets = <&cpg 121>;
+			status = "disabled";
+		};
+
 		i2c0: i2c@e6500000 {
 			#address-cells = <1>;
 			#size-cells = <0>;
-- 
2.7.4

  parent reply	other threads:[~2019-06-11 13:06 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-11 13:06 [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
2019-06-11 13:06 ` [PATCH 1/6] arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks Fabrizio Castro
2019-06-17  8:05   ` Simon Horman
2019-06-11 13:06 ` [PATCH 2/6] arm64: dts: renesas: hihope-common: Add USB 2.0 support Fabrizio Castro
2019-06-17  8:06   ` Simon Horman
2019-06-11 13:06 ` [PATCH 3/6] arm64: dts: renesas: r8a774a1: Add CMT device nodes Fabrizio Castro
2019-06-12  7:02   ` Geert Uytterhoeven
2019-06-12  7:02     ` Geert Uytterhoeven
2019-06-12 12:27     ` Simon Horman
2019-06-12 12:27       ` Simon Horman
2019-06-11 13:06 ` [PATCH 4/6] clk: renesas: r8a774a1: Add TMU clock Fabrizio Castro
2019-06-12  6:51   ` Geert Uytterhoeven
2019-06-12 12:25   ` Simon Horman
2019-06-11 13:06 ` [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Fabrizio Castro
2019-06-12  6:52   ` Geert Uytterhoeven
2019-06-12  6:52     ` Geert Uytterhoeven
2019-06-12 12:21   ` Simon Horman
2019-07-09  2:34   ` Rob Herring
2019-07-09  2:34     ` Rob Herring
2019-08-30 10:37   ` Fabrizio Castro
2019-08-30 10:37     ` Fabrizio Castro
2019-09-02  8:32     ` Simon Horman
2019-09-02  8:32       ` Simon Horman
2019-09-02  8:39       ` Geert Uytterhoeven
2019-09-02  8:39         ` Geert Uytterhoeven
2019-09-02  8:42         ` Daniel Lezcano
2019-09-02  8:42           ` Daniel Lezcano
2019-09-03 12:10           ` Geert Uytterhoeven
2019-09-03 12:10             ` Geert Uytterhoeven
2019-06-11 13:06 ` Fabrizio Castro [this message]
2019-06-12  6:56   ` [PATCH 6/6] arm64: dts: renesas: r8a774a1: Add TMU device nodes Geert Uytterhoeven
2019-06-12  6:56     ` Geert Uytterhoeven
2019-06-12 12:29     ` Simon Horman
2019-06-12 12:29       ` Simon Horman
2019-06-11 13:12 ` [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M Fabrizio Castro
2019-06-11 13:12   ` Fabrizio Castro

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=1560258401-9517-7-git-send-email-fabrizio.castro@bp.renesas.com \
    --to=fabrizio.castro@bp.renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@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.