mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / net / ti,dp83867.txt
blob58d935b58598102f4fab0b132ca0fbfadf544fab
1 * Texas Instruments - dp83867 Giga bit ethernet phy
3 Required properties:
4         - reg - The ID number for the phy, usually a small integer
5         - ti,rx-internal-delay - RGMII Recieve Clock Delay - see dt-bindings/net/ti-dp83867.h
6                 for applicable values
7         - ti,tx-internal-delay - RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h
8                 for applicable values
9         - ti,fifo-depth - Transmitt FIFO depth- see dt-bindings/net/ti-dp83867.h
10                 for applicable values
12 Default child nodes are standard Ethernet PHY device
13 nodes as described in Documentation/devicetree/bindings/net/phy.txt
15 Example:
17         ethernet-phy@0 {
18                 reg = <0>;
19                 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
20                 ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_75_NS>;
21                 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
22         };
24 Datasheet can be found:
25 http://www.ti.com/product/DP83867IR/datasheet