ti,dp83867.txt 856 B

12345678910111213141516171819202122232425
  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 Recieve Clock Delay - see dt-bindings/net/ti-dp83867.h
  5. for applicable values
  6. - ti,tx-internal-delay - RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h
  7. for applicable values
  8. - ti,fifo-depth - Transmitt FIFO depth- see dt-bindings/net/ti-dp83867.h
  9. for applicable values
  10. Default child nodes are standard Ethernet PHY device
  11. nodes as described in Documentation/devicetree/bindings/net/phy.txt
  12. Example:
  13. ethernet-phy@0 {
  14. reg = <0>;
  15. ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
  16. ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_75_NS>;
  17. ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
  18. };
  19. Datasheet can be found:
  20. http://www.ti.com/product/DP83867IR/datasheet