@@ -28,7 +28,10 @@ properties:
- ralink,rt5350-eth
reg:
- maxItems: 1
+ items:
+ - description: Register for accessing the MACs.
+ - description: SoC internal SRAM used for DMA operations.
+ minItems: 1
clocks:
minItems: 2
@@ -40,7 +43,11 @@ properties:
interrupts:
minItems: 1
- maxItems: 4
+ maxItems: 6
+
+ interrupt-names:
+ minItems: 1
+ maxItems: 6
power-domains:
maxItems: 1
@@ -348,7 +355,17 @@ allOf:
then:
properties:
interrupts:
- minItems: 4
+ minItems: 2
+
+ interrupt-names:
+ minItems: 2
+ items:
+ - const: tx
+ - const: rx
+ - const: rx-ring0
+ - const: rx-ring1
+ - const: rx-ring2
+ - const: rx-ring3
clocks:
minItems: 24
@@ -381,8 +398,11 @@ allOf:
- const: xgp2
- const: xgp3
+ reg:
+ minItems: 2
+
patternProperties:
- "^mac@[0-1]$":
+ "^mac@[0-2]$":
type: object
unevaluatedProperties: false
allOf: