summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/amd-xgbe-phy.txt
diff options
context:
space:
mode:
authorLendacky, Thomas <Thomas.Lendacky@amd.com>2014-06-05 09:15:00 -0500
committerDavid S. Miller <davem@davemloft.net>2014-06-05 15:26:51 -0700
commit7c123b6a1c5ce1d7900b4ef7bab5f0491e4f674e (patch)
tree4bb63f9c5509fea64f128a43338e204544483eec /Documentation/devicetree/bindings/net/amd-xgbe-phy.txt
parente0a47d1f781665d2aa126b804572314d128a0070 (diff)
amd-xgbe: AMD 10GbE device bindings documentation
This patch provides the documentation of the device bindings for the AMD 10GbE platform driver. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/amd-xgbe-phy.txt')
-rw-r--r--Documentation/devicetree/bindings/net/amd-xgbe-phy.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/amd-xgbe-phy.txt b/Documentation/devicetree/bindings/net/amd-xgbe-phy.txt
new file mode 100644
index 00000000000..d01ed63d3eb
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/amd-xgbe-phy.txt
@@ -0,0 +1,17 @@
+* AMD 10GbE PHY driver (amd-xgbe-phy)
+
+Required properties:
+- compatible: Should be "amd,xgbe-phy-seattle-v1a" and
+ "ethernet-phy-ieee802.3-c45"
+- reg: Address and length of the register sets for the device
+ - SerDes Rx/Tx registers
+ - SerDes integration registers (1/2)
+ - SerDes integration registers (2/2)
+
+Example:
+ xgbe_phy@e1240800 {
+ compatible = "amd,xgbe-phy-seattle-v1a", "ethernet-phy-ieee802.3-c45";
+ reg = <0 0xe1240800 0 0x00400>,
+ <0 0xe1250000 0 0x00060>,
+ <0 0xe1250080 0 0x00004>;
+ };