From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH v2 4/5] MIPS: img-ci20: enable dm9000 ethernet controller
Date: Tue, 12 May 2015 00:00:52 +0300 [thread overview]
Message-ID: <1431378053-18914-5-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <1431378053-18914-1-git-send-email-antonynpavlov@gmail.com>
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
arch/mips/dts/img-ci20.dts | 15 +++++++++++++++
arch/mips/mach-xburst/Kconfig | 1 +
2 files changed, 16 insertions(+)
diff --git a/arch/mips/dts/img-ci20.dts b/arch/mips/dts/img-ci20.dts
index f2022dd..da2a5bf 100644
--- a/arch/mips/dts/img-ci20.dts
+++ b/arch/mips/dts/img-ci20.dts
@@ -28,6 +28,21 @@
device_type = "memory";
reg = <0x0 0x10000000>;
};
+
+ board {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "simple-bus";
+ ranges = <>;
+
+ dm9000@16000000 {
+ compatible = "davicom,dm9000";
+ davicom,no-eeprom;
+
+ reg = <0x16000000 1 /* addr */
+ 0x16000002 1>; /* data */
+ };
+ };
};
&uart0 {
diff --git a/arch/mips/mach-xburst/Kconfig b/arch/mips/mach-xburst/Kconfig
index 2598c41..fd106fe 100644
--- a/arch/mips/mach-xburst/Kconfig
+++ b/arch/mips/mach-xburst/Kconfig
@@ -27,6 +27,7 @@ config BOARD_RZX50
config BOARD_CI20
bool "Imagination Creator CI20"
select CPU_JZ4780
+ select HAS_DM9000
endchoice
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2015-05-11 20:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 21:00 [PATCH v2 0/5] dm9k fixups; " Antony Pavlov
2015-05-11 21:00 ` [PATCH v2 1/5] net: dm9k: show only one phy on miibus Antony Pavlov
2015-05-11 21:00 ` [PATCH v2 2/5] net: dm9k: add device tree support Antony Pavlov
2015-05-11 21:00 ` [PATCH v2 3/5] net: dm9k: fix reset routine Antony Pavlov
2015-05-11 21:00 ` Antony Pavlov [this message]
2015-05-11 21:00 ` [PATCH v2 5/5] MIPS: img-ci20_defconfig: enable network stuff Antony Pavlov
2015-05-12 6:22 ` [PATCH v2 0/5] dm9k fixups; img-ci20: enable dm9000 ethernet controller Sascha Hauer
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=1431378053-18914-5-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@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