Commit c01e8cdb authored by Vince Bridgers's avatar Vince Bridgers Committed by Dinh Nguyen

ARM: socfpga: dts: Add tx-fifo-depth and rx-fifo-depth properties

Add tx-fifo-depth and rx-fifo-depth devicetree properties for socfpga
stmmac. These devicetree properties will be used to configure certain
features of the stmmac on the socfpga.
Signed-off-by: default avatarVince Bridgers <vbridger@opensource.altera.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent be9863ca
...@@ -496,6 +496,8 @@ gmac0: ethernet@ff700000 { ...@@ -496,6 +496,8 @@ gmac0: ethernet@ff700000 {
reset-names = "stmmaceth"; reset-names = "stmmaceth";
snps,multicast-filter-bins = <256>; snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>; snps,perfect-filter-entries = <128>;
tx-fifo-depth = <4096>;
rx-fifo-depth = <4096>;
status = "disabled"; status = "disabled";
}; };
...@@ -512,6 +514,8 @@ gmac1: ethernet@ff702000 { ...@@ -512,6 +514,8 @@ gmac1: ethernet@ff702000 {
reset-names = "stmmaceth"; reset-names = "stmmaceth";
snps,multicast-filter-bins = <256>; snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>; snps,perfect-filter-entries = <128>;
tx-fifo-depth = <4096>;
rx-fifo-depth = <4096>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -130,6 +130,8 @@ gmac1: ethernet@ff802000 { ...@@ -130,6 +130,8 @@ gmac1: ethernet@ff802000 {
mac-address = [00 00 00 00 00 00]; mac-address = [00 00 00 00 00 00];
snps,multicast-filter-bins = <256>; snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>; snps,perfect-filter-entries = <128>;
tx-fifo-depth = <4096>;
rx-fifo-depth = <16384>;
status = "disabled"; status = "disabled";
}; };
...@@ -142,6 +144,8 @@ gmac2: ethernet@ff804000 { ...@@ -142,6 +144,8 @@ gmac2: ethernet@ff804000 {
mac-address = [00 00 00 00 00 00]; mac-address = [00 00 00 00 00 00];
snps,multicast-filter-bins = <256>; snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>; snps,perfect-filter-entries = <128>;
tx-fifo-depth = <4096>;
rx-fifo-depth = <16384>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment