From: 21cnbao@gmail.com (Barry Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 03/10] ARM: dts: atlas7: add lost gmac node
Date: Tue, 28 Jul 2015 09:03:57 +0000 [thread overview]
Message-ID: <1438074244-18708-4-git-send-email-21cnbao@gmail.com> (raw)
In-Reply-To: <1438074244-18708-1-git-send-email-21cnbao@gmail.com>
From: Ye He <Ye.He@csr.com>
this patch adds lost ethernet gmac node, and also fix the ranges of
its parent node.
Signed-off-by: Ye He <ye.he@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
arch/arm/boot/dts/atlas7.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
index 3caa2cc..cc9db08 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -1236,6 +1236,7 @@
<0x18040000 0x18040000 0x1000>,
<0x18050000 0x18050000 0x1000>,
<0x18060000 0x18060000 0x1000>,
+ <0x180b0000 0x180b0000 0x4000>,
<0x18100000 0x18100000 0x3000>,
<0x18250000 0x18250000 0x10000>,
<0x18200000 0x18200000 0x1000>;
@@ -1319,6 +1320,18 @@
dma-names = "rx", "tx";
status = "disabled";
};
+ gmac: eth at 180b0000 {
+ compatible = "snps, dwc-eth-qos";
+ reg = <0x180b0000 0x4000>;
+ interrupts = <0 59 0>, <0 70 0>;
+ interrupt-names = "macirq", "macpmt";
+ clocks = <&car 39>, <&car 45>,
+ <&car 86>, <&car 87>;
+ clock-names = "gnssm_rgmii", "gnssm_gmac",
+ "rgmii", "gmac";
+ local-mac-address = [00 00 00 00 00 00];
+ phy-mode = "rgmii";
+ };
dspub at 18250000 {
compatible = "dx,cc44p";
reg = <0x18250000 0x10000>;
--
1.9.1
next prev parent reply other threads:[~2015-07-28 9:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-28 9:03 [PATCH 00/10] ARM: dts: atlas7: add some missed nodes and properties Barry Song
2015-07-28 9:03 ` [PATCH 01/10] ARM: dts: atlas7: add lost jpeg node Barry Song
2015-07-28 9:03 ` [PATCH 02/10] ARM: dts: atlas7: add performance monitor unit node Barry Song
2015-07-28 9:03 ` Barry Song [this message]
2015-07-28 9:03 ` [PATCH 04/10] ARM: dts: atlas7: add alias name for spi device Barry Song
2015-07-28 9:03 ` [PATCH 05/10] ARM: dts: atlas7: add multimedia codec node Barry Song
2015-07-28 9:04 ` [PATCH 06/10] ARM: dts: atlas7: add lost G2D node Barry Song
2015-07-28 9:04 ` [PATCH 07/10] ARM: dts: atlas7: add lost PWM node Barry Song
2015-07-28 9:04 ` [PATCH 08/10] ARM: dts: atlas7: add software digital radio nodes and its DMA channels Barry Song
2015-07-28 9:04 ` [PATCH 09/10] ARM: dts: atlas7: put pinctl property to get pinmux for NAND Barry Song
2015-07-28 9:04 ` [PATCH 10/10] ARM: dts: atlas7: add a GPIO key for rearview button Barry Song
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=1438074244-18708-4-git-send-email-21cnbao@gmail.com \
--to=21cnbao@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).