aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/phy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/net/phy.txt')
-rw-r--r--Documentation/devicetree/bindings/net/phy.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/Documentation/devicetree/bindings/net/phy.txt b/Documentation/devicetree/bindings/net/phy.txt
index 7cd18fbfcf7..bb8c742eb8c 100644
--- a/Documentation/devicetree/bindings/net/phy.txt
+++ b/Documentation/devicetree/bindings/net/phy.txt
@@ -14,20 +14,10 @@ Required properties:
14 - linux,phandle : phandle for this node; likely referenced by an 14 - linux,phandle : phandle for this node; likely referenced by an
15 ethernet controller node. 15 ethernet controller node.
16 16
17Optional Properties:
18
19- compatible: Compatible list, may contain
20 "ethernet-phy-ieee802.3-c22" or "ethernet-phy-ieee802.3-c45" for
21 PHYs that implement IEEE802.3 clause 22 or IEEE802.3 clause 45
22 specifications. If neither of these are specified, the default is to
23 assume clause 22. The compatible list may also contain other
24 elements.
25
26Example: 17Example:
27 18
28ethernet-phy@0 { 19ethernet-phy@0 {
29 compatible = "ethernet-phy-ieee802.3-c22"; 20 linux,phandle = <2452000>
30 linux,phandle = <2452000>;
31 interrupt-parent = <40000>; 21 interrupt-parent = <40000>;
32 interrupts = <35 1>; 22 interrupts = <35 1>;
33 reg = <0>; 23 reg = <0>;