-
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.
- Loading branch information
Rob Herring
authored and
David S. Miller
committed
Nov 29, 2011
1 parent
50206f5
commit ed06f79
Showing
7 changed files
with
1,954 additions
and
1 deletion.
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: 8ac72d167198f52cba8637cc9bec89339b8e4e64 | ||
refs/heads/master: 85c10f28286148ee5cdba1d22c81936ff160596e |
15 changes: 15 additions & 0 deletions
15
trunk/Documentation/devicetree/bindings/net/calxeda-xgmac.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,15 @@ | ||
* Calxeda Highbank 10Gb XGMAC Ethernet | ||
|
||
Required properties: | ||
- compatible : Should be "calxeda,hb-xgmac" | ||
- reg : Address and length of the register set for the device | ||
- interrupts : Should contain 3 xgmac interrupts. The 1st is main interrupt. | ||
The 2nd is pwr mgt interrupt. The 3rd is low power state interrupt. | ||
|
||
Example: | ||
|
||
ethernet@fff50000 { | ||
compatible = "calxeda,hb-xgmac"; | ||
reg = <0xfff50000 0x1000>; | ||
interrupts = <0 77 4 0 78 4 0 79 4>; | ||
}; |
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
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
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,7 @@ | ||
config NET_CALXEDA_XGMAC | ||
tristate "Calxeda 1G/10G XGMAC Ethernet driver" | ||
|
||
select CRC32 | ||
help | ||
This is the driver for the XGMAC Ethernet IP block found on Calxeda | ||
Highbank platforms. |
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 @@ | ||
obj-$(CONFIG_NET_CALXEDA_XGMAC) += xgmac.o |
Oops, something went wrong.