linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH] powerpc/4xx: Add GPIO, SPI and MMC suport to the Arches
Date: Fri, 31 Oct 2008 12:11:46 +0100	[thread overview]
Message-ID: <1225451506-24727-1-git-send-email-sr@denx.de> (raw)

This patch adds GPIO, SPI & MMC (for onboard uSD) support to the
Arches dts

Signed-off-by: Stefan Roese <sr@denx.de>
---
 arch/powerpc/boot/dts/arches.dts |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/arches.dts b/arch/powerpc/boot/dts/arches.dts
index d9113b1..c568095 100644
--- a/arch/powerpc/boot/dts/arches.dts
+++ b/arch/powerpc/boot/dts/arches.dts
@@ -195,6 +195,38 @@
 				interrupts = <0x3 0x4>;
 			};
 
+			SPI0: spi@ef600900 {
+				#address-cells = <1>;
+				#size-cells = <0>;
+				device_type = "spi";
+				compatible = "ibm,spi-460gt", "ibm,ppc4xx-spi";
+				reg = <0xef600900 7>;
+				interrupt-parent = <&UIC1>;
+				interrupts = <2 4>;
+
+				/* gpio(s) representing chip select(s) */
+				gpios = <&GPIO1 11 0>;
+
+				mmc-slot@0 {
+					compatible = "linux,mmc-spi", "mmc-spi";
+					reg = <0>;
+					spi-max-frequency = <10000000>;
+					voltage-range = <3300 3300>;
+				};
+			};
+
+			GPIO0: gpio@ef600b00 {
+				#gpio-cells = <2>;
+				compatible = "ibm,460gt-gpio","ibm,ppc4xx-gpio";
+				reg = <0xef600b00 38>;
+			};
+
+			GPIO1: gpio@ef600c00 {
+				#gpio-cells = <2>;
+				compatible = "ibm,460gt-gpio","ibm,ppc4xx-gpio";
+				reg = <0xef600c00 38>;
+			};
+
 			TAH0: emac-tah@ef601350 {
 				compatible = "ibm,tah-460gt", "ibm,tah";
 				reg = <0xef601350 0x00000030>;
-- 
1.6.0.3

             reply	other threads:[~2008-10-31 11:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-31 11:11 Stefan Roese [this message]
2008-10-31 12:21 ` [PATCH] powerpc/4xx: Add GPIO, SPI and MMC suport to the Arches Anton Vorontsov
2008-10-31 14:31   ` Stefan Roese

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=1225451506-24727-1-git-send-email-sr@denx.de \
    --to=sr@denx.de \
    --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).