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

ARM: socfpga: dts: Add multicast bins and unicast filter entries

Add multicast-filter-bins and perfect-filter-entries configuration properties
to the socfpga devicetree for the Arria 10 socfpga.
Signed-off-by: default avatarVince Bridgers <vbridger@opensource.altera.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 5459f9ab
......@@ -116,6 +116,8 @@ gmac0: ethernet@ff800000 {
interrupt-names = "macirq";
/* Filled in by bootloader */
mac-address = [00 00 00 00 00 00];
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
status = "disabled";
};
......@@ -126,6 +128,8 @@ gmac1: ethernet@ff802000 {
interrupt-names = "macirq";
/* Filled in by bootloader */
mac-address = [00 00 00 00 00 00];
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
status = "disabled";
};
......@@ -136,6 +140,8 @@ gmac2: ethernet@ff804000 {
interrupt-names = "macirq";
/* Filled in by bootloader */
mac-address = [00 00 00 00 00 00];
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
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