GNU Linux-libre 4.9.309-gnu1
[releases.git] / Documentation / devicetree / bindings / net / ti,dp83867.txt
1 * Texas Instruments - dp83867 Giga bit ethernet phy
2
3 Required properties:
4         - reg - The ID number for the phy, usually a small integer
5         - ti,rx-internal-delay - RGMII Receive Clock Delay - see dt-bindings/net/ti-dp83867.h
6                 for applicable values. Required only if interface type is
7                 PHY_INTERFACE_MODE_RGMII_ID or PHY_INTERFACE_MODE_RGMII_RXID
8         - ti,tx-internal-delay - RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h
9                 for applicable values. Required only if interface type is
10                 PHY_INTERFACE_MODE_RGMII_ID or PHY_INTERFACE_MODE_RGMII_TXID
11         - ti,fifo-depth - Transmitt FIFO depth- see dt-bindings/net/ti-dp83867.h
12                 for applicable values
13
14 Default child nodes are standard Ethernet PHY device
15 nodes as described in Documentation/devicetree/bindings/net/phy.txt
16
17 Example:
18
19         ethernet-phy@0 {
20                 reg = <0>;
21                 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
22                 ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_75_NS>;
23                 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
24         };
25
26 Datasheet can be found:
27 http://www.ti.com/product/DP83867IR/datasheet