micrel.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Micrel PHY properties.
  2. These properties cover the base properties Micrel PHYs.
  3. Optional properties:
  4. - micrel,led-mode : LED mode value to set for PHYs with configurable LEDs.
  5. Configure the LED mode with single value. The list of PHYs and the
  6. bits that are currently supported:
  7. KSZ8001: register 0x1e, bits 15..14
  8. KSZ8041: register 0x1e, bits 15..14
  9. KSZ8021: register 0x1f, bits 5..4
  10. KSZ8031: register 0x1f, bits 5..4
  11. KSZ8051: register 0x1f, bits 5..4
  12. KSZ8081: register 0x1f, bits 5..4
  13. KSZ8091: register 0x1f, bits 5..4
  14. See the respective PHY datasheet for the mode values.
  15. - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select
  16. bit selects 25 MHz mode
  17. Setting the RMII Reference Clock Select bit enables 25 MHz rather
  18. than 50 MHz clock mode.
  19. Note that this option in only needed for certain PHY revisions with a
  20. non-standard, inverted function of this configuration bit.
  21. Specifically, a clock reference ("rmii-ref" below) is always needed to
  22. actually select a mode.
  23. - clocks, clock-names: contains clocks according to the common clock bindings.
  24. supported clocks:
  25. - KSZ8021, KSZ8031, KSZ8081, KSZ8091: "rmii-ref": The RMII reference
  26. input clock. Used to determine the XI input clock.
  27. - micrel,fiber-mode: If present the PHY is configured to operate in fiber mode
  28. Some PHYs, such as the KSZ8041FTL variant, support fiber mode, enabled
  29. by the FXEN boot strapping pin. It can't be determined from the PHY
  30. registers whether the PHY is in fiber mode, so this boolean device tree
  31. property can be used to describe it.
  32. In fiber mode, auto-negotiation is disabled and the PHY can only work in
  33. 100base-fx (full and half duplex) modes.