Skip to content

Commit be9863c

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
interrupt-names = "macirq";
117117
/* Filled in by bootloader */
118118
mac-address = [00 00 00 00 00 00];
119+
snps,multicast-filter-bins = <256>;
120+
snps,perfect-filter-entries = <128>;
119121
status = "disabled";
120122
};
121123

@@ -126,6 +128,8 @@
126128
interrupt-names = "macirq";
127129
/* Filled in by bootloader */
128130
mac-address = [00 00 00 00 00 00];
131+
snps,multicast-filter-bins = <256>;
132+
snps,perfect-filter-entries = <128>;
129133
status = "disabled";
130134
};
131135

@@ -136,6 +140,8 @@
136140
interrupt-names = "macirq";
137141
/* Filled in by bootloader */
138142
mac-address = [00 00 00 00 00 00];
143+
snps,multicast-filter-bins = <256>;
144+
snps,perfect-filter-entries = <128>;
139145
status = "disabled";
140146
};
141147

0 commit comments

Comments
 (0)