Commit 12fba11c authored by Peter Chiu's avatar Peter Chiu Committed by Felix Fietkau

dt-bindings: net: wireless: mt76: add clock description for MT7986.

Add clocks and clock-names for MT7986.
Reviewed-by: default avatarRyder Lee <ryder.lee@mediatek.com>
Signed-off-by: default avatarPeter Chiu <chui-hao.chiu@mediatek.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent a55a0c70
...@@ -54,6 +54,16 @@ properties: ...@@ -54,6 +54,16 @@ properties:
reset-names: reset-names:
const: consys const: consys
clocks:
maxItems: 2
description:
Specify the consys clocks for mt7986.
clock-names:
items:
- const: mcu
- const: ap2conn
mediatek,infracfg: mediatek,infracfg:
$ref: /schemas/types.yaml#/definitions/phandle $ref: /schemas/types.yaml#/definitions/phandle
description: description:
...@@ -269,5 +279,8 @@ examples: ...@@ -269,5 +279,8 @@ examples:
<0x10003000 0x1000>, <0x10003000 0x1000>,
<0x11d10000 0x1000>; <0x11d10000 0x1000>;
interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&topckgen 50>,
<&topckgen 62>;
clock-names = "mcu", "ap2conn";
memory-region = <&wmcpu_emi>; memory-region = <&wmcpu_emi>;
}; };
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