aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/stmmac.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/net/stmmac.txt')
-rw-r--r--Documentation/devicetree/bindings/net/stmmac.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
index 29aca8591b16..f34fc3c81a75 100644
--- a/Documentation/devicetree/bindings/net/stmmac.txt
+++ b/Documentation/devicetree/bindings/net/stmmac.txt
@@ -45,6 +45,8 @@ Optional properties:
45 If not passed then the system clock will be used and this is fine on some 45 If not passed then the system clock will be used and this is fine on some
46 platforms. 46 platforms.
47- snps,burst_len: The AXI burst lenth value of the AXI BUS MODE register. 47- snps,burst_len: The AXI burst lenth value of the AXI BUS MODE register.
48- tx-fifo-depth: See ethernet.txt file in the same directory
49- rx-fifo-depth: See ethernet.txt file in the same directory
48 50
49Examples: 51Examples:
50 52
@@ -59,6 +61,8 @@ Examples:
59 phy-mode = "gmii"; 61 phy-mode = "gmii";
60 snps,multicast-filter-bins = <256>; 62 snps,multicast-filter-bins = <256>;
61 snps,perfect-filter-entries = <128>; 63 snps,perfect-filter-entries = <128>;
64 rx-fifo-depth = <16384>;
65 tx-fifo-depth = <16384>;
62 clocks = <&clock>; 66 clocks = <&clock>;
63 clock-names = "stmmaceth"; 67 clock-names = "stmmaceth";
64 }; 68 };