linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 1/3] ARM: shmobile: ape6evm-reference: add ethernet controller to DT
Date: Tue, 02 Dec 2014 08:37:05 +0000	[thread overview]
Message-ID: <1417509427-31690-2-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
In-Reply-To: <dbffb5a1525dc88f1c871c48574634f14845b43d.1380530263.git.horms+renesas@verge.net.au>

Describes the SMSC LAN9220 chip.  It is not currently enabled because a suitable
mechanism for activating its clock (zb) is yet to be developed.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
index 84e05f7..a218c26 100644
--- a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
+++ b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts
@@ -68,6 +68,19 @@
 		#address-cells = <1>;
 		#size-cells = <1>;
 		ranges = <0 0 0 0x80000000>;
+
+		ethernet@8000000 {
+			compatible = "smsc,lan9220", "smsc,lan9115";
+			reg = <0x08000000 0x1000>;
+			interrupt-parent = <&irqc1>;
+			interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
+			phy-mode = "mii";
+			reg-io-width = <4>;
+			smsc,irq-active-high;
+			smsc,irq-push-pull;
+			vddvario-supply = <&ape6evm_fixed_3v3>;
+			vdd33a-supply = <&ape6evm_fixed_3v3>;
+		};
 	};
 };
 
-- 
1.8.4.5


  reply	other threads:[~2014-12-02  8:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-20 13:08 [GIT PULL 0/3] Renesas ARM-based SoC DT updates for v3.11 #2 Simon Horman
2013-06-20 13:08 ` [PATCH 1/3] irqchip: renesas-intc-irqpin: DT binding for sense bitfield width Simon Horman
2013-06-20 13:08 ` [PATCH 2/3] ARM: shmobile: sh73a0: remove "0x" prefix from DT node names Simon Horman
2013-06-20 13:08 ` [PATCH 3/3] ARM: shmobile: irqpin: add a DT property to enable masking on parent Simon Horman
2013-06-21 13:29 ` [GIT PULL 0/3] Renesas ARM-based SoC DT updates for v3.11 #2 Arnd Bergmann
2013-10-01  2:39 ` [GIT PULL 0/3] Renesas ARM-based SoC DT updates for v3.13 Simon Horman
2013-10-01  2:39   ` [PATCH 1/3] ARM: shmobile: ape6evm-reference: add MMCIF and SDHI DT nodes Simon Horman
2014-12-02  8:37     ` Ulrich Hecht [this message]
2014-12-02 17:42     ` [PATCH 1/3] ARM: shmobile: ape6evm-reference: add ethernet controller to DT Geert Uytterhoeven
2013-10-01  2:39   ` [PATCH 3/3] ARM: shmobile: Add r8a7790 CA7 CPU cores to DTSI Simon Horman
2013-10-01  4:08   ` [GIT PULL 0/3] Renesas ARM-based SoC DT updates for v3.13 Simon Horman

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=1417509427-31690-2-git-send-email-ulrich.hecht+renesas@gmail.com \
    --to=ulrich.hecht+renesas@gmail.com \
    --cc=linux-sh@vger.kernel.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).