mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 19:42:03 +02:00
arm64: dts: socfpga: agilex5: Add per-channel interrupts to gmac0
Extend the gmac0 interrupt list to support 8 TX and 8 RX per-channel interrupts in addition to the combined macirq, enabling per-channel interrupt handling for improved DMA performance. Signed-off-by: Nazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
dc59e4fea9
commit
27dd768f89
|
|
@ -557,8 +557,40 @@ gmac0: ethernet@10810000 {
|
|||
compatible = "altr,socfpga-stmmac-agilex5",
|
||||
"snps,dwxgmac-2.10";
|
||||
reg = <0x10810000 0x3500>;
|
||||
interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "macirq";
|
||||
interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "macirq",
|
||||
"tx-queue-0",
|
||||
"tx-queue-1",
|
||||
"tx-queue-2",
|
||||
"tx-queue-3",
|
||||
"tx-queue-4",
|
||||
"tx-queue-5",
|
||||
"tx-queue-6",
|
||||
"tx-queue-7",
|
||||
"rx-queue-0",
|
||||
"rx-queue-1",
|
||||
"rx-queue-2",
|
||||
"rx-queue-3",
|
||||
"rx-queue-4",
|
||||
"rx-queue-5",
|
||||
"rx-queue-6",
|
||||
"rx-queue-7";
|
||||
resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
|
||||
reset-names = "stmmaceth", "ahb";
|
||||
clocks = <&clkmgr AGILEX5_EMAC0_CLK>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user