2011-07-26 17:19:06 +08:00
|
|
|
SMSC LAN91c111 Ethernet mac
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible = "smsc,lan91c111";
|
|
|
|
- reg : physical address and size of registers
|
|
|
|
- interrupts : interrupt connection
|
|
|
|
|
|
|
|
Optional properties:
|
2014-02-18 07:41:59 +08:00
|
|
|
- phy-device : see ethernet.txt file in the same directory
|
2013-12-12 05:04:27 +08:00
|
|
|
- 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.
|
2014-10-31 00:59:27 +08:00
|
|
|
- power-gpios: GPIO to control the PWRDWN pin
|
|
|
|
- reset-gpios: GPIO to control the RESET pin
|
2016-10-18 03:45:32 +08:00
|
|
|
- pxa-u16-align4 : Boolean, put in place the workaround the force all
|
|
|
|
u16 writes to be 32 bits aligned
|