smsc-lan91c111.txt 671 B

1234567891011121314151617
  1. SMSC LAN91c111 Ethernet mac
  2. Required properties:
  3. - compatible = "smsc,lan91c111";
  4. - reg : physical address and size of registers
  5. - interrupts : interrupt connection
  6. Optional properties:
  7. - phy-device : see ethernet.txt file in the same directory
  8. - reg-io-width : Mask of sizes (in bytes) of the IO accesses that
  9. are supported on the device. Valid value for SMSC LAN91c111 are
  10. 1, 2 or 4. If it's omitted or invalid, the size would be 2 meaning
  11. 16-bit access only.
  12. - power-gpios: GPIO to control the PWRDWN pin
  13. - reset-gpios: GPIO to control the RESET pin
  14. - pxa-u16-align4 : Boolean, put in place the workaround the force all
  15. u16 writes to be 32 bits aligned