Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.git] / Documentation / devicetree / bindings / net / ti,dp83867.txt
CommitLineData
2a10154a
DM
1* Texas Instruments - dp83867 Giga bit ethernet phy
2
3Required properties:
4 - reg - The ID number for the phy, usually a small integer
ac7ba51c 5 - ti,rx-internal-delay - RGMII Recieve Clock Delay - see dt-bindings/net/ti-dp83867.h
2a10154a 6 for applicable values
ac7ba51c 7 - ti,tx-internal-delay - RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h
2a10154a 8 for applicable values
ac7ba51c 9 - ti,fifo-depth - Transmitt FIFO depth- see dt-bindings/net/ti-dp83867.h
2a10154a
DM
10 for applicable values
11
ac7ba51c
DM
12Default child nodes are standard Ethernet PHY device
13nodes as described in Documentation/devicetree/bindings/net/phy.txt
14
2a10154a
DM
15Example:
16
17 ethernet-phy@0 {
18 reg = <0>;
ac7ba51c
DM
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>;
2a10154a 22 };
ac7ba51c
DM
23
24Datasheet can be found:
25http://www.ti.com/product/DP83867IR/datasheet
This page took 0.071245 seconds and 5 git commands to generate.