From: manabian@gmail.com (Joachim Eastwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 09/17] ARM: dts: lpc18xx: add ethernet node
Date: Tue, 14 Jul 2015 15:39:44 +0200 [thread overview]
Message-ID: <1436881192-23930-10-git-send-email-manabian@gmail.com> (raw)
In-Reply-To: <1436881192-23930-1-git-send-email-manabian@gmail.com>
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
---
arch/arm/boot/dts/lpc18xx.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi
index 563435aaee57..be154749bf56 100644
--- a/arch/arm/boot/dts/lpc18xx.dtsi
+++ b/arch/arm/boot/dts/lpc18xx.dtsi
@@ -78,6 +78,16 @@
status = "disabled";
};
+ mac: ethernet at 40010000 {
+ compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
+ reg = <0x40010000 0x2000>;
+ interrupts = <5>;
+ interrupt-names = "macirq";
+ clocks = <&ccu1 CLK_CPU_ETHERNET>;
+ clock-names = "stmmaceth";
+ status = "disabled";
+ };
+
creg: syscon at 40043000 {
compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
reg = <0x40043000 0x1000>;
--
1.8.0
next prev parent reply other threads:[~2015-07-14 13:39 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-14 13:39 [PATCH 00/17] LPC18xx DTS changes for 4.3 Joachim Eastwood
2015-07-14 13:39 ` [PATCH 01/17] ARM: dts: lpc18xx: add cgu and ccu clock-controller nodes Joachim Eastwood
2015-07-14 13:39 ` [PATCH 02/17] ARM: dts: lpc18xx: add uart new compat string and clk names Joachim Eastwood
2015-07-14 13:39 ` [PATCH 03/17] ARM: dts: lpc18xx: add pinctrl node Joachim Eastwood
2015-07-14 13:39 ` [PATCH 04/17] ARM: dts: lpc18xx: add gpio node Joachim Eastwood
2015-07-14 13:39 ` [PATCH 05/17] ARM: dts: lpc18xx: add ssp nodes Joachim Eastwood
2015-07-14 13:39 ` [PATCH 06/17] ARM: dts: lpc18xx: add can nodes Joachim Eastwood
2015-07-14 13:39 ` [PATCH 07/17] ARM: dts: lpc18xx: add mmcsd node Joachim Eastwood
2015-07-14 13:39 ` [PATCH 08/17] ARM: dts: lpc18xx: add creg (syscon) node Joachim Eastwood
2015-07-14 13:39 ` Joachim Eastwood [this message]
2015-07-14 13:39 ` [PATCH 10/17] ARM: dts: lpc18xx: add usb nodes Joachim Eastwood
2015-07-14 13:39 ` [PATCH 11/17] ARM: dts: lpc4357-ea4357: add pinctrl and uart0 muxing Joachim Eastwood
2015-07-14 13:39 ` [PATCH 12/17] ARM: dts: lpc4357-ea4357: add mmcsd Joachim Eastwood
2015-07-14 13:39 ` [PATCH 13/17] ARM: dts: lpc4357-ea4357: add gpio joystick Joachim Eastwood
2015-07-14 13:39 ` [PATCH 14/17] ARM: dts: lpc4357-ea4357: add ethernet Joachim Eastwood
2015-07-14 13:39 ` [PATCH 15/17] ARM: dts: lpc4357-ea4357: add uart3 Joachim Eastwood
2015-07-14 13:39 ` [PATCH 16/17] of: add vendor prefix for CIAA project Joachim Eastwood
2015-07-14 13:39 ` [PATCH 17/17] ARM: dts: add DT for CIAA LPC4337 industrial computer Joachim Eastwood
2015-07-17 16:54 ` [PATCH 00/17] LPC18xx DTS changes for 4.3 Olof Johansson
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=1436881192-23930-10-git-send-email-manabian@gmail.com \
--to=manabian@gmail.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).