aquantia-phy.txt 1018 B

12345678910111213141516171819202122232425
  1. PHY nodes for Aquantia devices.
  2. This text describes properties that are applicable to Aquantia PHY nodes in
  3. addition to the bindings in phy.txt.
  4. Aquantia PHYs allow some flexibility in the way they are wired in a system,
  5. they allow MDI pins to be reversed, LEDs linked up in different weays, have an
  6. I2C slave interface that can be used for debug. Normally the configuration
  7. corresponding to these is driven by the PHY firmware with the downside that
  8. a custom firmware is needed for each integration of a PHY.
  9. Several optional bindings are defined that allow these configuration points to
  10. be driven by the PHY driver and reduce dependency on specific FW versions.
  11. Optional properties:
  12. mdi-reversal: 0 or 1 indicating that reversal must be disabled/enabled.
  13. Firmware default is used if the property is missing.
  14. smb-addr: I2C/SMBus address to use, firmware default is used if the property
  15. is missing.
  16. Example node:
  17. phy@00 {
  18. reg = <0x00>;
  19. mdi-reversal = <1>;
  20. smb-addr = <0x25>;
  21. };