linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: michal.simek@xilinx.com (Michal Simek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 05/10] arm64: zynqmp: Add CCI-400 node
Date: Thu, 20 Jul 2017 14:17:04 +0200	[thread overview]
Message-ID: <19ec9d940db70d38a90b8ca41566dd7de0ad14c4.1500552941.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1500552941.git.michal.simek@xilinx.com>

Add CCI-400 node to DTSI.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 3657fdbdb552..f3968737e613 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -170,6 +170,25 @@
 			rx-fifo-depth = <0x40>;
 		};
 
+		cci: cci at fd6e0000 {
+			compatible = "arm,cci-400";
+			reg = <0x0 0xfd6e0000 0x0 0x9000>;
+			ranges = <0x0 0x0 0xfd6e0000 0x10000>;
+			#address-cells = <1>;
+			#size-cells = <1>;
+
+			pmu at 9000 {
+				compatible = "arm,cci-400-pmu,r1";
+				reg = <0x9000 0x5000>;
+				interrupt-parent = <&gic>;
+				interrupts = <0 123 4>,
+					     <0 123 4>,
+					     <0 123 4>,
+					     <0 123 4>,
+					     <0 123 4>;
+			};
+		};
+
 		gem0: ethernet at ff0b0000 {
 			compatible = "cdns,gem";
 			status = "disabled";
-- 
1.9.1

  parent reply	other threads:[~2017-07-20 12:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-20 12:16 [PATCH 00/10] arm64: zynqmp: dtsi changes Michal Simek
2017-07-20 12:17 ` [PATCH 01/10] arm64: zynqmp: Add references to cpu nodes Michal Simek
2017-07-25 16:47   ` Moritz Fischer
2017-07-20 12:17 ` [PATCH 02/10] arm64: zynqmp: Add idle state for ZynqMP Michal Simek
2017-07-20 12:17 ` [PATCH 03/10] arm64: zynqmp: Add operating points Michal Simek
2017-07-20 12:17 ` [PATCH 04/10] arm64: zynqmp: Add dcc console for zynqmp Michal Simek
2017-07-20 12:17 ` Michal Simek [this message]
2017-07-20 12:17 ` [PATCH 06/10] arm64: zynqmp: Adding prefetchable memory space to pcie node Michal Simek
2017-07-20 12:17 ` [PATCH 07/10] arm64: zynqmp: Add support for RTC Michal Simek
2017-07-20 12:17 ` [PATCH 08/10] arm64: zynqmp: Correct IRQ nr for the SMMU Michal Simek
2017-07-20 12:17 ` [PATCH 09/10] arm64: zynqmp: Add new uartps compatible string Michal Simek
2017-07-25 16:49   ` Moritz Fischer
2017-07-20 12:17 ` [PATCH 10/10] arm64: zynqmp: Set status disabled in dtsi Michal Simek

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=19ec9d940db70d38a90b8ca41566dd7de0ad14c4.1500552941.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --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).