micrel.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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.