From: "Sinisa Denic" <sinisa.denic@abs-cs.com>
To: <linuxppc-dev@ozlabs.org>
Subject: mpc52xx localplus bus and dm9000
Date: Thu, 14 Aug 2008 11:52:17 +0200 [thread overview]
Message-ID: <WorldClient-F200808141152.AA52170076@abs-cs.com> (raw)
Hi,I have mpc52xx based board very similar to lite5200b.
There is Davicom DM9000 connected to Local Plus Bus CS0.
Does anybody have idea how should DTS part look like in order to add this
resource in system.
I've written something like this:
lpb {
device_type = "network";
compatible = "fsl,lpb";
ranges = <0 0 ff000000 1000000>;
dm9000@0,0 {
compatible = "dm9000";
reg = <0 0 100000>;
#size-cells = <1>;
#address-cells = <1>;
};
};
but it's not working.
Is it enough to have right dts record for default dm9000 driver working
or I have to change something more?
Thank you in andvance.
Sinisa Denic
System and software engineer
tel: +381(0)112016142
ABS Control Systems
bul.Zorana Djindjica 8a
Belgrade,Serbia
next reply other threads:[~2008-08-14 9:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-14 9:52 Sinisa Denic [this message]
2008-08-15 16:30 ` mpc52xx localplus bus and dm9000 Grant Likely
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=WorldClient-F200808141152.AA52170076@abs-cs.com \
--to=sinisa.denic@abs-cs.com \
--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).