Skip to content
Snippets Groups Projects
Commit a0678625 authored by John Crispin's avatar John Crispin Committed by Felix Fietkau
Browse files

mediatek: add wmac devicetree node for MT7622


Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent f6e07c82
No related branches found
No related tags found
No related merge requests found
......@@ -664,6 +664,17 @@
status = "disabled";
};
wmac: wmac@18000000 {
compatible = "mediatek,mt7622-wmac";
reg = <0 0x18000000 0 0x100000>;
interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_LOW>;
mediatek,infracfg = <&infracfg>;
status = "disabled";
power-domains = <&scpsys MT7622_POWER_DOMAIN_WB>;
};
ssusbsys: ssusbsys@1a000000 {
compatible = "mediatek,mt7622-ssusbsys",
"syscon";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment