-
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.
This should make the driver usable with VIA/WonderMedia ARM-based Systems-on-Chip integrated Rhine III adapters. Note that these are always in MMIO mode, and don't have any known EEPROM. Signed-off-by: Alexey Charkov <alchark@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Alexey Charkov
authored and
David S. Miller
committed
Apr 23, 2014
1 parent
f7630d1
commit 2d28386
Showing
6 changed files
with
229 additions
and
115 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* VIA Rhine 10/100 Network Controller | ||
|
||
Required properties: | ||
- compatible : Should be "via,vt8500-rhine" for integrated | ||
Rhine controllers found in VIA VT8500, WonderMedia WM8950 | ||
and similar. These are listed as 1106:3106 rev. 0x84 on the | ||
virtual PCI bus under vendor-provided kernels | ||
- reg : Address and length of the io space | ||
- interrupts : Should contain the controller interrupt line | ||
|
||
Examples: | ||
|
||
ethernet@d8004000 { | ||
compatible = "via,vt8500-rhine"; | ||
reg = <0xd8004000 0x100>; | ||
interrupts = <10>; | ||
}; |
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
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
Oops, something went wrong.