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: Vince Bridgers <vbridger@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
Vince Bridgers 2015-04-21 14:15:40 -05:00 committed by Dinh Nguyen
parent 5459f9abe2
commit be9863cac2
1 changed files with 6 additions and 0 deletions

View File

@ -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";
};