ti,dp83867.txt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. * Texas Instruments - dp83867 Giga bit ethernet phy
  2. Required properties:
  3. - reg - The ID number for the phy, usually a small integer
  4. - ti,rx-internal-delay - RGMII Receive Clock Delay - see dt-bindings/net/ti-dp83867.h
  5. for applicable values. Required only if interface type is
  6. PHY_INTERFACE_MODE_RGMII_ID or PHY_INTERFACE_MODE_RGMII_RXID
  7. - ti,tx-internal-delay - RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h
  8. for applicable values. Required only if interface type is
  9. PHY_INTERFACE_MODE_RGMII_ID or PHY_INTERFACE_MODE_RGMII_TXID
  10. - ti,fifo-depth - Transmitt FIFO depth- see dt-bindings/net/ti-dp83867.h
  11. for applicable values
  12. Optional property:
  13. - ti,min-output-impedance - MAC Interface Impedance control to set
  14. the programmable output impedance to
  15. minimum value (35 ohms).
  16. - ti,max-output-impedance - MAC Interface Impedance control to set
  17. the programmable output impedance to
  18. maximum value (70 ohms).
  19. - ti,dp83867-rxctrl-strap-quirk - This denotes the fact that the
  20. board has RX_DV/RX_CTRL pin strapped in
  21. mode 1 or 2. To ensure PHY operation,
  22. there are specific actions that
  23. software needs to take when this pin is
  24. strapped in these modes. See data manual
  25. for details.
  26. - ti,clk-output-sel - Muxing option for CLK_OUT pin - see dt-bindings/net/ti-dp83867.h
  27. for applicable values.
  28. Note: ti,min-output-impedance and ti,max-output-impedance are mutually
  29. exclusive. When both properties are present ti,max-output-impedance
  30. takes precedence.
  31. Default child nodes are standard Ethernet PHY device
  32. nodes as described in Documentation/devicetree/bindings/net/phy.txt
  33. Example:
  34. ethernet-phy@0 {
  35. reg = <0>;
  36. ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
  37. ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_75_NS>;
  38. ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
  39. };
  40. Datasheet can be found:
  41. http://www.ti.com/product/DP83867IR/datasheet