linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
To: Rob Herring <robh+dt@kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Simon Horman <horms@verge.net.au>,
	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 08/17] arm64: dts: renesas: r8a774c0: Add PWM support
Date: Fri, 14 Dec 2018 09:37:31 +0000	[thread overview]
Message-ID: <1544780260-27590-9-git-send-email-fabrizio.castro@bp.renesas.com> (raw)
In-Reply-To: <1544780260-27590-1-git-send-email-fabrizio.castro@bp.renesas.com>

Add PWM support to the RZ/G2E (a.k.a. R8A774C0) SoC specific
device tree.

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

diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
index 35b27b8..d876520 100644
--- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
@@ -758,6 +758,76 @@
 			status = "disabled";
 		};
 
+		pwm0: pwm@e6e30000 {
+			compatible = "renesas,pwm-r8a774c0", "renesas,pwm-rcar";
+			reg = <0 0xe6e30000 0 0x8>;
+			clocks = <&cpg CPG_MOD 523>;
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 523>;
+			#pwm-cells = <2>;
+			status = "disabled";
+		};
+
+		pwm1: pwm@e6e31000 {
+			compatible = "renesas,pwm-r8a774c0", "renesas,pwm-rcar";
+			reg = <0 0xe6e31000 0 0x8>;
+			clocks = <&cpg CPG_MOD 523>;
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 523>;
+			#pwm-cells = <2>;
+			status = "disabled";
+		};
+
+		pwm2: pwm@e6e32000 {
+			compatible = "renesas,pwm-r8a774c0", "renesas,pwm-rcar";
+			reg = <0 0xe6e32000 0 0x8>;
+			clocks = <&cpg CPG_MOD 523>;
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 523>;
+			#pwm-cells = <2>;
+			status = "disabled";
+		};
+
+		pwm3: pwm@e6e33000 {
+			compatible = "renesas,pwm-r8a774c0", "renesas,pwm-rcar";
+			reg = <0 0xe6e33000 0 0x8>;
+			clocks = <&cpg CPG_MOD 523>;
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 523>;
+			#pwm-cells = <2>;
+			status = "disabled";
+		};
+
+		pwm4: pwm@e6e34000 {
+			compatible = "renesas,pwm-r8a774c0", "renesas,pwm-rcar";
+			reg = <0 0xe6e34000 0 0x8>;
+			clocks = <&cpg CPG_MOD 523>;
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 523>;
+			#pwm-cells = <2>;
+			status = "disabled";
+		};
+
+		pwm5: pwm@e6e35000 {
+			compatible = "renesas,pwm-r8a774c0", "renesas,pwm-rcar";
+			reg = <0 0xe6e35000 0 0x8>;
+			clocks = <&cpg CPG_MOD 523>;
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 523>;
+			#pwm-cells = <2>;
+			status = "disabled";
+		};
+
+		pwm6: pwm@e6e36000 {
+			compatible = "renesas,pwm-r8a774c0", "renesas,pwm-rcar";
+			reg = <0 0xe6e36000 0 0x8>;
+			clocks = <&cpg CPG_MOD 523>;
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 523>;
+			#pwm-cells = <2>;
+			status = "disabled";
+		};
+
 		scif0: serial@e6e60000 {
 			compatible = "renesas,scif-r8a774c0",
 				     "renesas,rcar-gen3-scif", "renesas,scif";
-- 
2.7.4


  parent reply	other threads:[~2018-12-14  9:38 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-14  9:37 [PATCH 00/17] Add more support for the RZ/G2E Fabrizio Castro
2018-12-14  9:37 ` [PATCH 01/17] arm64: dts: renesas: r8a774c0: Add SDHI nodes Fabrizio Castro
2018-12-16 20:18   ` Simon Horman
2018-12-17 16:10   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 02/17] arm64: dts: renesas: r8a774c0: Add I2C and IIC-DVFS support Fabrizio Castro
2018-12-16 20:17   ` Simon Horman
2018-12-17 11:24     ` Fabrizio Castro
2018-12-17 11:50       ` Simon Horman
2018-12-17 12:19         ` Fabrizio Castro
2018-12-17 16:12   ` Geert Uytterhoeven
2018-12-17 16:17     ` Fabrizio Castro
2018-12-14  9:37 ` [PATCH 03/17] arm64: dts: renesas: r8a774c0: Add IPMMU device nodes Fabrizio Castro
2018-12-16 20:32   ` Simon Horman
2018-12-17 16:12   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 04/17] arm64: dts: renesas: r8a774c0: Add CAN nodes Fabrizio Castro
2018-12-16 20:39   ` Simon Horman
2018-12-17 16:13   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 05/17] arm64: dts: renesas: r8a774c0: Add thermal support Fabrizio Castro
2018-12-16 20:43   ` Simon Horman
2018-12-17 16:13   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 06/17] arm64: dts: renesas: r8a774c0: Add MSIOF nodes Fabrizio Castro
2018-12-16 20:51   ` Simon Horman
2018-12-17 16:14   ` Geert Uytterhoeven
2018-12-17 16:26   ` Sergei Shtylyov
2018-12-17 16:36     ` Fabrizio Castro
2018-12-17 16:46       ` Sergei Shtylyov
2018-12-14  9:37 ` [PATCH 07/17] arm64: dts: renesas: r8a774c0: Add audio support Fabrizio Castro
2018-12-17 10:21   ` Simon Horman
2018-12-17 11:38     ` Fabrizio Castro
2018-12-17 11:48       ` Simon Horman
2018-12-14  9:37 ` Fabrizio Castro [this message]
2018-12-17 10:25   ` [PATCH 08/17] arm64: dts: renesas: r8a774c0: Add PWM support Simon Horman
2018-12-17 16:14   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 09/17] arm64: dts: renesas: r8a774c0: Add display output support Fabrizio Castro
2018-12-17 10:44   ` Simon Horman
2018-12-14  9:37 ` [PATCH 10/17] arm64: dts: renesas: r8a774c0: Add USB2.0 phy and host device nodes Fabrizio Castro
2018-12-17 10:48   ` Simon Horman
2018-12-17 16:15   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 11/17] arm64: dts: renesas: r8a774c0: Add USB-DMAC and HSUSB " Fabrizio Castro
2018-12-17 10:54   ` Simon Horman
2018-12-17 12:17     ` Fabrizio Castro
2018-12-17 12:42       ` Simon Horman
2018-12-17 16:17   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 12/17] arm64: dts: renesas: r8a774c0: Add USB3.0 " Fabrizio Castro
2018-12-17 10:57   ` Simon Horman
2018-12-17 16:17   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 13/17] arm64: dts: renesas: r8a774c0: Connect RZ/G2E SYS-DMAC to IPMMU Fabrizio Castro
2018-12-17 11:03   ` Simon Horman
2018-12-17 16:18   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 14/17] arm64: dts: renesas: r8a774c0: Connect RZ/G2E AVB " Fabrizio Castro
2018-12-17 11:03   ` Simon Horman
2018-12-17 16:19   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 15/17] arm64: dts: renesas: r8a774c0: Connect RZ/G2E Audio-DMAC " Fabrizio Castro
2018-12-17 11:03   ` Simon Horman
2018-12-17 16:19   ` Geert Uytterhoeven
2018-12-14  9:37 ` [PATCH 16/17] arm64: dts: renesas: r8a774c0: Add PCIe device node Fabrizio Castro
2018-12-17 11:12   ` Simon Horman
2018-12-14  9:37 ` [PATCH 17/17] arm64: dts: renesas: r8a774c0: Add VIN and CSI-2 device nodes Fabrizio Castro
2018-12-17 11:18   ` Simon Horman
2018-12-18 10:55 ` [PATCH 00/17] Add more support for the RZ/G2E Simon Horman

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=1544780260-27590-9-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 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).