From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: horms@verge.net.au
Cc: linux-renesas-soc@vger.kernel.org, linux-serial@vger.kernel.org,
magnus.damm@gmail.com,
Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Subject: [PATCH 2/4] ARM: dts: r8a7778: Add HSCIF0/1 device nodes
Date: Wed, 16 Mar 2016 18:10:08 +0100 [thread overview]
Message-ID: <1458148210-21800-3-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
In-Reply-To: <1458148210-21800-1-git-send-email-ulrich.hecht+renesas@gmail.com>
Based on Rev. 1.00 of the R-Car M1A datasheet.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
arch/arm/boot/dts/r8a7778.dtsi | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi
index 0407df1..cd80778 100644
--- a/arch/arm/boot/dts/r8a7778.dtsi
+++ b/arch/arm/boot/dts/r8a7778.dtsi
@@ -368,6 +368,32 @@
status = "disabled";
};
+ hscif0: serial@ffe48000 {
+ compatible = "renesas,hscif-r8a7778",
+ "renesas,rcar-gen1-hscif", "renesas,hscif";
+ reg = <0 0xffe48000 0 96>;
+ interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp0_clks R8A7778_CLK_HSCIF0>,
+ <&cpg_clocks R8A7778_CLK_S>,
+ <&scif_clk>;
+ clock-names = "fck", "brg_int", "scif_clk";
+ power-domains = <&cpg_clocks>;
+ status = "disabled";
+ };
+
+ hscif1: serial@ffe49000 {
+ compatible = "renesas,hscif-r8a7778",
+ "renesas,rcar-gen1-hscif", "renesas,hscif";
+ reg = <0 0xffe49000 0 96>;
+ interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp0_clks R8A7778_CLK_HSCIF0>,
+ <&cpg_clocks R8A7778_CLK_S>,
+ <&scif_clk>;
+ clock-names = "fck", "brg_int", "scif_clk";
+ power-domains = <&cpg_clocks>;
+ status = "disabled";
+ };
+
mmcif: mmc@ffe4e000 {
compatible = "renesas,sh-mmcif";
reg = <0xffe4e000 0x100>;
--
2.6.4
next prev parent reply other threads:[~2016-03-16 17:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-16 17:10 [PATCH 0/4] ARM: dts: r8a777[89]: HSCIF support Ulrich Hecht
2016-03-16 17:10 ` [PATCH 1/4] ARM: dts: r8a7778: Add HSCIF0/1 clocks Ulrich Hecht
2016-03-17 7:54 ` Geert Uytterhoeven
2016-03-16 17:10 ` Ulrich Hecht [this message]
2016-03-17 7:58 ` [PATCH 2/4] ARM: dts: r8a7778: Add HSCIF0/1 device nodes Geert Uytterhoeven
2016-03-16 17:10 ` [PATCH 3/4] ARM: dts: r8a7779: " Ulrich Hecht
2016-03-17 8:00 ` Geert Uytterhoeven
2016-03-16 17:10 ` [PATCH 4/4] serial: sh-sci: add r8a7778/9 HSCIF DT bindings Ulrich Hecht
2016-03-17 5:48 ` Simon Horman
2016-03-17 8:02 ` Geert Uytterhoeven
2016-03-17 5:54 ` [PATCH 0/4] ARM: dts: r8a777[89]: HSCIF support Simon Horman
2016-03-17 8:06 ` Geert Uytterhoeven
2016-03-17 17:30 ` Ulrich Hecht
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=1458148210-21800-3-git-send-email-ulrich.hecht+renesas@gmail.com \
--to=ulrich.hecht+renesas@gmail.com \
--cc=horms@verge.net.au \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=magnus.damm@gmail.com \
/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).