linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH 17/29] powerpc/85xx: Add a P1010RDB 36-bit address map device tree
Date: Thu, 17 Nov 2011 01:16:09 -0600	[thread overview]
Message-ID: <1321514181-28897-17-git-send-email-galak@kernel.crashing.org> (raw)
In-Reply-To: <1321514181-28897-16-git-send-email-galak@kernel.crashing.org>

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 arch/powerpc/boot/dts/p1010rdb_36b.dts |   89 ++++++++++++++++++++++++++++++++
 1 files changed, 89 insertions(+), 0 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/p1010rdb_36b.dts

diff --git a/arch/powerpc/boot/dts/p1010rdb_36b.dts b/arch/powerpc/boot/dts/p1010rdb_36b.dts
new file mode 100644
index 0000000..64776f4
--- /dev/null
+++ b/arch/powerpc/boot/dts/p1010rdb_36b.dts
@@ -0,0 +1,89 @@
+/*
+ * P1010 RDB Device Tree Source (36-bit address map)
+ *
+ * Copyright 2011 Freescale Semiconductor Inc.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *     * Redistributions of source code must retain the above copyright
+ *       notice, this list of conditions and the following disclaimer.
+ *     * Redistributions in binary form must reproduce the above copyright
+ *       notice, this list of conditions and the following disclaimer in the
+ *       documentation and/or other materials provided with the distribution.
+ *     * Neither the name of Freescale Semiconductor nor the
+ *       names of its contributors may be used to endorse or promote products
+ *       derived from this software without specific prior written permission.
+ *
+ *
+ * ALTERNATIVELY, this software may be distributed under the terms of the
+ * GNU General Public License ("GPL") as published by the Free Software
+ * Foundation, either version 2 of that License or (at your option) any
+ * later version.
+ *
+ * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/include/ "fsl/p1010si-pre.dtsi"
+
+/ {
+	model = "fsl,P1010RDB";
+	compatible = "fsl,P1010RDB";
+
+	memory {
+		device_type = "memory";
+	};
+
+	board_ifc: ifc: ifc@fffe1e000 {
+		/* NOR, NAND Flashes and CPLD on board */
+		ranges = <0x0 0x0 0xf 0xee000000 0x02000000
+			  0x1 0x0 0xf 0xff800000 0x00010000
+			  0x3 0x0 0xf 0xffb00000 0x00000020>;
+		reg = <0xf 0xffe1e000 0 0x2000>;
+	};
+
+	board_soc: soc: soc@fffe00000 {
+		ranges = <0x0 0xf 0xffe00000 0x100000>;
+	};
+
+	pci0: pcie@fffe09000 {
+		reg = <0xf 0xffe09000 0 0x1000>;
+		ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000
+			  0x1000000 0x0 0x00000000 0xf 0xffc10000 0x0 0x10000>;
+		pcie@0 {
+			ranges = <0x2000000 0x0 0xc0000000
+				  0x2000000 0x0 0xc0000000
+				  0x0 0x20000000
+
+				  0x1000000 0x0 0x0
+				  0x1000000 0x0 0x0
+				  0x0 0x100000>;
+		};
+	};
+
+	pci1: pcie@fffe0a000 {
+		reg = <0xf 0xffe0a000 0 0x1000>;
+		ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000
+			  0x1000000 0x0 0x00000000 0xf 0xffc10000 0x0 0x10000>;
+		pcie@0 {
+			ranges = <0x2000000 0x0 0xc0000000
+				  0x2000000 0x0 0xc0000000
+				  0x0 0x20000000
+
+				  0x1000000 0x0 0x0
+				  0x1000000 0x0 0x0
+				  0x0 0x100000>;
+		};
+	};
+};
+
+/include/ "p1010rdb.dtsi"
+/include/ "fsl/p1010si-post.dtsi"
-- 
1.7.3.4

  reply	other threads:[~2011-11-17  7:16 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-17  7:15 [PATCH 01/29] powerpc/85xx: Simplify P1020RDB CAMP dts using includes Kumar Gala
2011-11-17  7:15 ` [PATCH 02/29] powerpc/85xx: Rework PCI nodes on P1020RDB Kumar Gala
2011-11-17  7:15   ` [PATCH 03/29] powerpc/85xx: Update SPI binding to match binding spec for P1020RDB Kumar Gala
2011-11-17  7:15     ` [PATCH 04/29] powerpc/85xx: Update P1020 SEC3.3 node to match actual SoC HW Kumar Gala
2011-11-17  7:15       ` [PATCH 05/29] powerpc/85xx: Add ethernet magic packet property to P1020 device tree Kumar Gala
2011-11-17  7:15         ` [PATCH 06/29] powerpc/85xx: p1020si.dtsi update interrupt handling Kumar Gala
2011-11-17  7:15           ` [PATCH 07/29] powerpc/85xx: create dts components to build up an SoC Kumar Gala
2011-11-17  7:16             ` [PATCH 08/29] powerpc/85xx: Rework MPC8536DS device trees Kumar Gala
2011-11-17  7:16               ` [PATCH 09/29] powerpc/85xx: Rework MPC8544DS device tree Kumar Gala
2011-11-17  7:16                 ` [PATCH 10/29] powerpc/85xx: Rework MPC8548CDS device trees Kumar Gala
2011-11-17  7:16                   ` [PATCH 11/29] powerpc/85xx: Rework MPC8568MDS device tree Kumar Gala
2011-11-17  7:16                     ` [PATCH 12/29] powerpc/85xx: Rework MPC8569MDS " Kumar Gala
2011-11-17  7:16                       ` [PATCH 13/29] powerpc/85xx: Rework MPC8572DS " Kumar Gala
2011-11-17  7:16                         ` [PATCH 14/29] powerpc/85xx: Rework P1010RDB and P1010 " Kumar Gala
2011-11-17  7:16                           ` [PATCH 15/29] powerpc/85xx: Add RTC to P1010RDB " Kumar Gala
2011-11-17  7:16                             ` [PATCH 16/29] powerpc/85xx: Add crypto engine to P1010 SoC " Kumar Gala
2011-11-17  7:16                               ` Kumar Gala [this message]
2011-11-17  7:16                                 ` [PATCH 18/29] powerpc/85xx: Rework P1020RDB " Kumar Gala
2011-11-17  7:16                                   ` [PATCH 19/29] powerpc/85xx: Add P1020RDB 36-bit address map " Kumar Gala
2011-11-17  7:16                                     ` [PATCH 20/29] powerpc/85xx: Rework P1021MDS " Kumar Gala
2011-11-17  7:16                                       ` [PATCH 21/29] powerpc/85xx: Rework P1022DS " Kumar Gala
2011-11-17  7:16                                         ` [PATCH 22/29] powerpc/85xx: Rework P1023RDS " Kumar Gala
2011-11-17  7:16                                           ` [PATCH 23/29] powerpc/85xx: Rework P2020DS " Kumar Gala
2011-11-17  7:16                                             ` [PATCH 24/29] powerpc/85xx: Rework P2020RDB " Kumar Gala
2011-11-17  7:16                                               ` [PATCH 25/29] powerpc/85xx: Rework P2041RDB " Kumar Gala
2011-11-17  7:16                                                 ` [PATCH 26/29] powerpc/85xx: Rework P3041DS " Kumar Gala
2011-11-17  7:16                                                   ` [PATCH 27/29] powerpc/85xx: Rework P3060QDS " Kumar Gala
2011-11-17  7:16                                                     ` [PATCH 28/29] powerpc/85xx: Rework P4080DS device trees Kumar Gala
2011-11-17  7:16                                                       ` [PATCH 29/29] powerpc/85xx: Rework P5020DS device tree Kumar Gala
2011-11-17 14:01                                         ` [PATCH 21/29] powerpc/85xx: Rework P1022DS " Tabi Timur-B04825
2011-11-17 14:33                                           ` Kumar Gala
2011-11-17 20:44               ` [PATCH 08/29] powerpc/85xx: Rework MPC8536DS device trees Scott Wood
2011-11-20 16:13 ` [PATCH 01/29] powerpc/85xx: Simplify P1020RDB CAMP dts using includes Kumar Gala

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=1321514181-28897-17-git-send-email-galak@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.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).