Commit cd82b0e0 authored by Felix Fietkau's avatar Felix Fietkau

dt-bindings: net: wireless: mt76: document bindings for MT7622

MT7622 is a SoC that includes a 2.4 GHz 4x4 802.11n WMAC. Its
feature set is comparable to a MT7615 chip, but limited to 2.4 GHz.
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent d9c54264
...@@ -4,13 +4,21 @@ This node provides properties for configuring the MediaTek mt76xx wireless ...@@ -4,13 +4,21 @@ This node provides properties for configuring the MediaTek mt76xx wireless
device. The node is expected to be specified as a child node of the PCI device. The node is expected to be specified as a child node of the PCI
controller to which the wireless chip is connected. controller to which the wireless chip is connected.
Alternatively, it can specify the wireless part of the MT7628/MT7688 SoC. Alternatively, it can specify the wireless part of the MT7628/MT7688 or
For SoC, use the compatible string "mediatek,mt7628-wmac" and the following MT7622 SoC. For SoC, use the following compatible strings:
properties:
compatible:
- "mediatek,mt7628-wmac" for MT7628/MT7688
- "mediatek,mt7622-wmac" for MT7622
properties:
- reg: Address and length of the register set for the device. - reg: Address and length of the register set for the device.
- interrupts: Main device interrupt - interrupts: Main device interrupt
MT7622 specific properties:
- power-domains: phandle to the power domain that the WMAC is part of
- mediatek,infracfg: phandle to the infrastructure bus fabric syscon node
Optional properties: Optional properties:
- ieee80211-freq-limit: See ieee80211.txt - ieee80211-freq-limit: See ieee80211.txt
...@@ -53,3 +61,15 @@ wmac: wmac@10300000 { ...@@ -53,3 +61,15 @@ wmac: wmac@10300000 {
mediatek,mtd-eeprom = <&factory 0x0000>; mediatek,mtd-eeprom = <&factory 0x0000>;
}; };
MT7622 example:
wmac: wmac@18000000 {
compatible = "mediatek,mt7622-wmac";
reg = <0 0x18000000 0 0x100000>;
interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_LOW>;
mediatek,infracfg = <&infracfg>;
power-domains = <&scpsys MT7622_POWER_DOMAIN_WB>;
};
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