diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-07-04 10:35:41 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-07-04 14:34:17 -0700 |
commit | 25c83b5c2e82560406d5265f42cd147f1eb441d0 (patch) | |
tree | 1edcb44b5b50a5cb8fd1d1f668fa0ac38c3ac377 /Documentation/devicetree/bindings | |
parent | d741434c3e0ae5592b72a0f4833a42b4be1b2fa1 (diff) |
dt:net:stmmac: Add support to dwmac version 3.610 and 3.710
This patch adds dt support to dwmac version 3.610 and 3.710 these
versions are integrated in STiH415 and STiH416 ARM A9 SOCs.
To support these IP version, some of the device tree properties are
extended.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/net/stmmac.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt index 060bbf098ef..e1ddfcc46a4 100644 --- a/Documentation/devicetree/bindings/net/stmmac.txt +++ b/Documentation/devicetree/bindings/net/stmmac.txt @@ -12,6 +12,10 @@ Required properties: property - phy-mode: String, operation mode of the PHY interface. Supported values are: "mii", "rmii", "gmii", "rgmii". +- snps,phy-addr phy address to connect to. +- snps,pbl Programmable Burst Length +- snps,fixed-burst Program the DMA to use the fixed burst mode +- snps,mixed-burst Program the DMA to use the mixed burst mode Optional properties: - mac-address: 6 bytes, mac address |