Skip to content

Commit c01e8cd

Browse files
Vince BridgersDinh Nguyen
authored andcommitted
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: Vince Bridgers <[email protected]> Signed-off-by: Dinh Nguyen <[email protected]>
1 parent be9863c commit c01e8cd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

arch/arm/boot/dts/socfpga.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,8 @@
496496
reset-names = "stmmaceth";
497497
snps,multicast-filter-bins = <256>;
498498
snps,perfect-filter-entries = <128>;
499+
tx-fifo-depth = <4096>;
500+
rx-fifo-depth = <4096>;
499501
status = "disabled";
500502
};
501503

@@ -512,6 +514,8 @@
512514
reset-names = "stmmaceth";
513515
snps,multicast-filter-bins = <256>;
514516
snps,perfect-filter-entries = <128>;
517+
tx-fifo-depth = <4096>;
518+
rx-fifo-depth = <4096>;
515519
status = "disabled";
516520
};
517521

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@
130130
mac-address = [00 00 00 00 00 00];
131131
snps,multicast-filter-bins = <256>;
132132
snps,perfect-filter-entries = <128>;
133+
tx-fifo-depth = <4096>;
134+
rx-fifo-depth = <16384>;
133135
status = "disabled";
134136
};
135137

@@ -142,6 +144,8 @@
142144
mac-address = [00 00 00 00 00 00];
143145
snps,multicast-filter-bins = <256>;
144146
snps,perfect-filter-entries = <128>;
147+
tx-fifo-depth = <4096>;
148+
rx-fifo-depth = <16384>;
145149
status = "disabled";
146150
};
147151

0 commit comments

Comments
 (0)