From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 18/28] ARM: shmobile: r8a7794: add internal PCI bridge nodes
Date: Wed, 07 Oct 2015 01:57:55 +0000 [thread overview]
Message-ID: <a6a130b34f84b51ecce711c266d434c02a6b53fe.1444182812.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1444182812.git.horms+renesas@verge.net.au>
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Add device nodes for the R8A7794 internal PCI bridge devices.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7794.dtsi | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index e54f3dea2d70..a0747d749bb1 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -648,6 +648,48 @@
status = "disabled";
};
+ pci0: pci@ee090000 {
+ compatible = "renesas,pci-r8a7794";
+ device_type = "pci";
+ reg = <0 0xee090000 0 0xc00>,
+ <0 0xee080000 0 0x1100>;
+ interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp7_clks R8A7794_CLK_EHCI>;
+ power-domains = <&cpg_clocks>;
+ status = "disabled";
+
+ bus-range = <0 0>;
+ #address-cells = <3>;
+ #size-cells = <2>;
+ #interrupt-cells = <1>;
+ ranges = <0x02000000 0 0xee080000 0 0xee080000 0 0x00010000>;
+ interrupt-map-mask = <0xff00 0 0 0x7>;
+ interrupt-map = <0x0000 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
+ 0x0800 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
+ 0x1000 0 0 2 &gic 0 108 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
+ pci1: pci@ee0d0000 {
+ compatible = "renesas,pci-r8a7794";
+ device_type = "pci";
+ reg = <0 0xee0d0000 0 0xc00>,
+ <0 0xee0c0000 0 0x1100>;
+ interrupts = <0 113 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp7_clks R8A7794_CLK_EHCI>;
+ power-domains = <&cpg_clocks>;
+ status = "disabled";
+
+ bus-range = <1 1>;
+ #address-cells = <3>;
+ #size-cells = <2>;
+ #interrupt-cells = <1>;
+ ranges = <0x02000000 0 0xee0c0000 0 0xee0c0000 0 0x00010000>;
+ interrupt-map-mask = <0xff00 0 0 0x7>;
+ interrupt-map = <0x0000 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
+ 0x0800 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
+ 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
clocks {
#address-cells = <2>;
#size-cells = <2>;
--
2.1.4
next prev parent reply other threads:[~2015-10-07 1:57 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-07 1:58 [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.4 Simon Horman
2015-10-07 1:57 ` [PATCH 01/28] ARM: shmobile: Add silk device tree bindings documentation Simon Horman
2015-10-07 1:57 ` [PATCH 02/28] ARM: shmobile: r8a7794: add GPIO clocks Simon Horman
2015-10-07 1:57 ` [PATCH 03/28] ARM: shmobile: r8a7794: add GPIO DT support Simon Horman
2015-10-07 1:57 ` [PATCH 04/28] ARM: shmobile: r8a7794: add QSPI " Simon Horman
2015-10-07 1:57 ` [PATCH 05/28] ARM: shmobile: silk: " Simon Horman
2015-10-07 1:57 ` [PATCH 06/28] ARM: shmobile: marzen: Board specific serial port order Simon Horman
2015-10-07 1:57 ` [PATCH 07/28] ARM: shmobile: kzm9g dts: Use adxl345-specific compatible property Simon Horman
2015-10-07 1:57 ` [PATCH 08/28] ARM: shmobile: r8a7794: add I2C DT support Simon Horman
2015-10-07 1:57 ` [PATCH 09/28] ARM: shmobile: silk: add I2C1 " Simon Horman
2015-10-07 1:57 ` [PATCH 10/28] ARM: shmobile: r8a7794: add VIN " Simon Horman
2015-10-07 1:57 ` [PATCH 11/28] ARM: shmobile: silk: add VIN0/ADV7180 " Simon Horman
2015-10-07 1:57 ` [PATCH 12/28] ARM: shmobile: koelsch: use CCF for audio clock Simon Horman
2015-10-07 1:57 ` [PATCH 13/28] ARM: shmobile: lager: " Simon Horman
2015-10-07 1:57 ` [PATCH 14/28] ARM: shmobile: r8a7790: tidyup SSI resource region Simon Horman
2015-10-07 1:57 ` [PATCH 15/28] ARM: shmobile: r8a7791: " Simon Horman
2015-10-07 1:57 ` [PATCH 16/28] ARM: shmobile: r8a7778: " Simon Horman
2015-10-07 1:57 ` [PATCH 17/28] ARM: shmobile: r8a7790: lager: add pinmux for iic0 Simon Horman
2015-10-07 1:57 ` Simon Horman [this message]
2015-10-07 1:57 ` [PATCH 19/28] ARM: shmobile: silk: enable internal PCI Simon Horman
2015-10-07 1:57 ` [PATCH 20/28] ARM: shmobile: add Porter board DT bindings Simon Horman
2015-10-07 1:57 ` [PATCH 21/28] ARM: shmobile: porter: initial device tree Simon Horman
2015-10-07 1:57 ` [PATCH 22/28] ARM: shmobile: r8a7794: add USB PHY DT support Simon Horman
2015-10-07 1:58 ` [PATCH 23/28] ARM: shmobile: silk: enable USB PHY Simon Horman
2015-10-07 1:58 ` [PATCH 24/28] ARM: shmobile: r8a7794: link PCI USB devices to " Simon Horman
2015-10-07 1:58 ` [PATCH 25/28] ARM: shmobile: dts: Add common file for AA121TD01 panel Simon Horman
2015-10-07 1:58 ` [PATCH 26/28] ARM: shmobile: r8a7794: add HS-USB DT support Simon Horman
2015-10-07 1:58 ` [PATCH 27/28] ARM: shmobile: fix SILK board name Simon Horman
2015-10-07 1:58 ` [PATCH 28/28] ARM: shmobile: porter: add Ether DT support Simon Horman
2015-10-08 15:21 ` [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.4 Arnd Bergmann
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=a6a130b34f84b51ecce711c266d434c02a6b53fe.1444182812.git.horms+renesas@verge.net.au \
--to=horms+renesas@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.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).