-
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: 340655 b: refs/heads/master c: 96f6360 h: refs/heads/master i: 340653: 1219ab7 340651: d139d83 340647: 10bc007 340639: 7ed4986 v: v3
- Loading branch information
Jean-Christophe PLAGNIOL-VILLARD
authored and
David S. Miller
committed
Nov 6, 2012
1 parent
84d4a29
commit 0e441ab
Showing
3 changed files
with
90 additions
and
8 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: 474075452a9c121786a5305e7f625d6d18096a1f | ||
refs/heads/master: 96f6360c5a0c20fd3e006c3030aac0d1addbe3d9 |
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,23 @@ | ||
* Cadence EMAC Ethernet controller | ||
|
||
Required properties: | ||
- compatible: Should be "cdns,[<chip>-]{emac}" | ||
Use "cdns,at91rm9200-emac" Atmel at91rm9200 SoC. | ||
or the generic form: "cdns,emac". | ||
- reg: Address and length of the register set for the device | ||
- interrupts: Should contain macb interrupt | ||
- phy-mode: String, operation mode of the PHY interface. | ||
Supported values are: "mii", "rmii". | ||
|
||
Optional properties: | ||
- local-mac-address: 6 bytes, mac address | ||
|
||
Examples: | ||
|
||
macb0: ethernet@fffc4000 { | ||
compatible = "cdns,at91rm9200-emac"; | ||
reg = <0xfffc4000 0x4000>; | ||
interrupts = <21>; | ||
phy-mode = "rmii"; | ||
local-mac-address = [3a 0e 03 04 05 06]; | ||
}; |
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