summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/snps,dwmac.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/net/snps,dwmac.yaml')
-rw-r--r--Documentation/devicetree/bindings/net/snps,dwmac.yaml24
1 files changed, 7 insertions, 17 deletions
diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index e72dded824f4..5c2769dc689a 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -103,27 +103,17 @@ properties:
interrupts:
minItems: 1
- maxItems: 19
+ items:
+ - 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:
minItems: 1
- maxItems: 19
items:
- oneOf:
- - description: Combined signal for various interrupt events
- 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
+ - const: macirq
+ - enum: [eth_wake_irq, eth_lpi]
+ - const: eth_lpi
clocks:
minItems: 1