-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 315475 b: refs/heads/master c: 42f5996 h: refs/heads/master i: 315473: 3de7843 315471: 2991543 v: v3
- Loading branch information
Heiko Schocher
authored and
David S. Miller
committed
Jul 18, 2012
1 parent
eece4fe
commit 70a2b74
Showing
3 changed files
with
130 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 2ae4605d738ede6d94a481a30972fadfdaf73549 | ||
refs/heads/master: 42f59967a091d012b358a532766fe4d53c6d3ba3 |
41 changes: 41 additions & 0 deletions
41
trunk/Documentation/devicetree/bindings/net/davinci_emac.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
* Texas Instruments Davinci EMAC | ||
|
||
This file provides information, what the device node | ||
for the davinci_emac interface contains. | ||
|
||
Required properties: | ||
- compatible: "ti,davinci-dm6467-emac"; | ||
- reg: Offset and length of the register set for the device | ||
- ti,davinci-ctrl-reg-offset: offset to control register | ||
- ti,davinci-ctrl-mod-reg-offset: offset to control module register | ||
- ti,davinci-ctrl-ram-offset: offset to control module ram | ||
- ti,davinci-ctrl-ram-size: size of control module ram | ||
- ti,davinci-rmii-en: use RMII | ||
- ti,davinci-no-bd-ram: has the emac controller BD RAM | ||
- phy-handle: Contains a phandle to an Ethernet PHY. | ||
if not, davinci_emac driver defaults to 100/FULL | ||
- interrupts: interrupt mapping for the davinci emac interrupts sources: | ||
4 sources: <Receive Threshold Interrupt | ||
Receive Interrupt | ||
Transmit Interrupt | ||
Miscellaneous Interrupt> | ||
|
||
Optional properties: | ||
- local-mac-address : 6 bytes, mac address | ||
|
||
Example (enbw_cmc board): | ||
eth0: emac@1e20000 { | ||
compatible = "ti,davinci-dm6467-emac"; | ||
reg = <0x220000 0x4000>; | ||
ti,davinci-ctrl-reg-offset = <0x3000>; | ||
ti,davinci-ctrl-mod-reg-offset = <0x2000>; | ||
ti,davinci-ctrl-ram-offset = <0>; | ||
ti,davinci-ctrl-ram-size = <0x2000>; | ||
local-mac-address = [ 00 00 00 00 00 00 ]; | ||
interrupts = <33 | ||
34 | ||
35 | ||
36 | ||
>; | ||
interrupt-parent = <&intc>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters