net: phy: dp83867: Add TI dp83867 phy
[deliverable/linux.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_int_delay - RGMII Recieve Clock Delay - see dt-bindings/net/ti-dp83867.h
6 for applicable values
7 - ti,tx_int_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
11
12 Example:
13
14 ethernet-phy@0 {
15 reg = <0>;
16 ti,rx_int_delay = <DP83867_RGMIIDCTL_2_25_NS>;
17 ti,tx_int_delay = <DP83867_RGMIIDCTL_2_75_NS>;
18 ti,fifo_depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
19 };
This page took 0.031574 seconds and 5 git commands to generate.