blob: 58d935b58598102f4fab0b132ca0fbfadf544fab [file] [log] [blame]
Dan Murphy2a101542015-06-02 09:34:37 -05001* Texas Instruments - dp83867 Giga bit ethernet phy
2
3Required properties:
4 - reg - The ID number for the phy, usually a small integer
Dan Murphyac7ba512015-06-08 14:30:55 -05005 - ti,rx-internal-delay - RGMII Recieve Clock Delay - see dt-bindings/net/ti-dp83867.h
Dan Murphy2a101542015-06-02 09:34:37 -05006 for applicable values
Dan Murphyac7ba512015-06-08 14:30:55 -05007 - ti,tx-internal-delay - RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h
Dan Murphy2a101542015-06-02 09:34:37 -05008 for applicable values
Dan Murphyac7ba512015-06-08 14:30:55 -05009 - ti,fifo-depth - Transmitt FIFO depth- see dt-bindings/net/ti-dp83867.h
Dan Murphy2a101542015-06-02 09:34:37 -050010 for applicable values
11
Dan Murphyac7ba512015-06-08 14:30:55 -050012Default child nodes are standard Ethernet PHY device
13nodes as described in Documentation/devicetree/bindings/net/phy.txt
14
Dan Murphy2a101542015-06-02 09:34:37 -050015Example:
16
17 ethernet-phy@0 {
18 reg = <0>;
Dan Murphyac7ba512015-06-08 14:30:55 -050019 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>;
Dan Murphy2a101542015-06-02 09:34:37 -050022 };
Dan Murphyac7ba512015-06-08 14:30:55 -050023
24Datasheet can be found:
25http://www.ti.com/product/DP83867IR/datasheet