mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 00:21:32 +00:00
e8f08ee0ad
This patch is an attempt to gather the Ethernet related bindings in one file, like it's done in the MMC and some other subsystems. It should save some of the trouble of documenting several properties over and over in each binding document, instead only making reference to the main file. I have used the Embedded Power Architecture(TM) Platform Requirements (ePAPR) standard as a base for the properties description, also documenting some ad-hoc properties that have been introduced over time despite having direct analogs in ePAPR. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
472 B
Plaintext
14 lines
472 B
Plaintext
SMSC LAN91c111 Ethernet mac
|
|
|
|
Required properties:
|
|
- compatible = "smsc,lan91c111";
|
|
- reg : physical address and size of registers
|
|
- interrupts : interrupt connection
|
|
|
|
Optional properties:
|
|
- phy-device : see ethernet.txt file in the same directory
|
|
- reg-io-width : Mask of sizes (in bytes) of the IO accesses that
|
|
are supported on the device. Valid value for SMSC LAN91c111 are
|
|
1, 2 or 4. If it's omitted or invalid, the size would be 2 meaning
|
|
16-bit access only.
|