smsc-lan91c111.txt 502 B

1234567891011121314
  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 : phandle to Ethernet phy
  8. - local-mac-address : Ethernet mac address to use
  9. - reg-io-width : Mask of sizes (in bytes) of the IO accesses that
  10. are supported on the device. Valid value for SMSC LAN91c111 are
  11. 1, 2 or 4. If it's omitted or invalid, the size would be 2 meaning
  12. 16-bit access only.