Commit 67d47c8a authored by Swee Leong Ching's avatar Swee Leong Ching Committed by David S. Miller

dt-bindings: net: snps,dwmac: per channel irq

Add dt-bindings for per channel irq.
Signed-off-by: default avatarRohan G Thomas <rohan.g.thomas@intel.com>
Signed-off-by: default avatarSwee Leong Ching <leong.ching.swee@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 769ab26d
...@@ -103,17 +103,27 @@ properties: ...@@ -103,17 +103,27 @@ properties:
interrupts: interrupts:
minItems: 1 minItems: 1
items: maxItems: 19
- description: Combined signal for various interrupt events
- description: The interrupt to manage the remote wake-up packet detection
- description: The interrupt that occurs when Rx exits the LPI state
interrupt-names: interrupt-names:
minItems: 1 minItems: 1
maxItems: 19
items: items:
- const: macirq oneOf:
- enum: [eth_wake_irq, eth_lpi] - description: Combined signal for various interrupt events
- const: eth_lpi const: macirq
- description: The interrupt to manage the remote wake-up packet detection
const: eth_wake_irq
- description: The interrupt that occurs when Rx exits the LPI state
const: eth_lpi
- description: DMA Tx per-channel interrupt
pattern: '^dma_tx[0-7]?$'
- description: DMA Rx per-channel interrupt
pattern: '^dma_rx[0-7]?$'
allOf:
- contains:
const: macirq
clocks: clocks:
minItems: 1 minItems: 1
......
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