Commit 53026159 authored by Peter Chiu's avatar Peter Chiu Committed by Felix Fietkau

dt-bindings: net: wireless: mt76: add interrupts description for MT7986

The mt7986 can support four interrupts to distribute the interrupts
to different CPUs.
Signed-off-by: default avatarPeter Chiu <chui-hao.chiu@mediatek.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 8b0fdca3
...@@ -19,9 +19,6 @@ description: | ...@@ -19,9 +19,6 @@ description: |
Alternatively, it can specify the wireless part of the MT7628/MT7688 Alternatively, it can specify the wireless part of the MT7628/MT7688
or MT7622/MT7986 SoC. or MT7622/MT7986 SoC.
allOf:
- $ref: ieee80211.yaml#
properties: properties:
compatible: compatible:
enum: enum:
...@@ -38,7 +35,12 @@ properties: ...@@ -38,7 +35,12 @@ properties:
MT7986 should contain 3 regions consys, dcm, and sku, in this order. MT7986 should contain 3 regions consys, dcm, and sku, in this order.
interrupts: interrupts:
maxItems: 1 minItems: 1
items:
- description: major interrupt for rings
- description: additional interrupt for ring 19
- description: additional interrupt for ring 4
- description: additional interrupt for ring 5
power-domains: power-domains:
maxItems: 1 maxItems: 1
...@@ -217,6 +219,23 @@ required: ...@@ -217,6 +219,23 @@ required:
- compatible - compatible
- reg - reg
allOf:
- $ref: ieee80211.yaml#
- if:
properties:
compatible:
contains:
enum:
- mediatek,mt7986-wmac
then:
properties:
interrupts:
minItems: 4
else:
properties:
interrupts:
maxItems: 1
unevaluatedProperties: false unevaluatedProperties: false
examples: examples:
...@@ -293,7 +312,10 @@ examples: ...@@ -293,7 +312,10 @@ examples:
reg = <0x18000000 0x1000000>, reg = <0x18000000 0x1000000>,
<0x10003000 0x1000>, <0x10003000 0x1000>,
<0x11d10000 0x1000>; <0x11d10000 0x1000>;
interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&topckgen 50>, clocks = <&topckgen 50>,
<&topckgen 62>; <&topckgen 62>;
clock-names = "mcu", "ap2conn"; clock-names = "mcu", "ap2conn";
......
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