Home
last modified time | relevance | path

Searched +full:mt7986 +full:- +full:wmac (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/net/wireless/
Dmediatek,mt76.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Felix Fietkau <[email protected]>
12 - Lorenzo Bianconi <[email protected]>
13 - Ryder Lee <[email protected]>
20 or MT7622/MT7986 SoC.
25 - mediatek,mt76
26 - mediatek,mt7628-wmac
[all …]
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7915/
DKconfig1 # SPDX-License-Identifier: ISC
10 This adds support for MT7915-based PCIe wireless devices,
11 which support concurrent dual-band operation at both 5GHz
12 and 2.4GHz IEEE 802.11ax 4x4:4SS 1024-QAM, 160MHz channels,
18 bool "MT798x (SoC) WMAC support"
23 This adds support for the built-in WMAC on MT7981 and MT7986 SoC device
Dsoc.c1 // SPDX-License-Identifier: ISC
175 /* Only DBDC A-die is used with MT7981 */ in mt798x_wmac_check_adie_type()
176 if (is_mt7981(&dev->mt76)) in mt798x_wmac_check_adie_type()
179 val = readl(dev->sku + MT_TOP_POS_SKU); in mt798x_wmac_check_adie_type()
187 return reset_control_assert(dev->rstc); in mt7986_wmac_consys_reset()
189 mt76_wmac_rmw(dev->sku, MT_TOP_POS_FAST_CTRL, in mt7986_wmac_consys_reset()
193 return reset_control_deassert(dev->rstc); in mt7986_wmac_consys_reset()
204 pinctrl = devm_pinctrl_get(dev->mt76.dev); in mt7986_wmac_gpio_setup()
212 return -EINVAL; in mt7986_wmac_gpio_setup()
217 return -EINVAL; in mt7986_wmac_gpio_setup()
[all …]
/linux-6.14.4/arch/arm64/boot/dts/mediatek/
Dmt7986a.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 #include <dt-bindings/interrupt-controller/irq.h>
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/mt7986-clk.h>
10 #include <dt-bindings/reset/mt7986-resets.h>
11 #include <dt-bindings/phy/phy.h>
15 interrupt-parent = <&gic>;
16 #address-cells = <2>;
17 #size-cells = <2>;
20 #address-cells = <1>;
[all …]
Dmt7981b.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 #include <dt-bindings/clock/mediatek,mt7981-clk.h>
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/reset/mt7986-resets.h>
9 interrupt-parent = <&gic>;
10 #address-cells = <2>;
11 #size-cells = <2>;
14 #address-cells = <1>;
15 #size-cells = <0>;
18 compatible = "arm,cortex-a53";
[all …]