Searched +full:mt7622 +full:- +full:wmac (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/net/wireless/ |
D | mediatek,mt76.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 5 --- 7 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 - Felix Fietkau <nbd@nbd.name> 13 - Lorenzo Bianconi <lorenzo@kernel.org> 14 - Ryder Lee <ryder.lee@mediatek.com> 21 or MT7622/MT7986 SoC. 24 - $ref: ieee80211.yaml# 29 - mediatek,mt76 [all …]
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 This adds support for MT7615-based wireless PCIe devices, 15 which support concurrent dual-band operation at both 5GHz 17 MU-MIMO up to 4 users/group and 160MHz channels. 22 bool "MT7622 (SoC) WMAC support" 28 This adds support for the built-in WMAC on MT7622 SoC devices
|
D | soc.c | 1 // SPDX-License-Identifier: ISC 18 struct device_node *np = dev->mt76.dev->of_node; in mt7622_wmac_init() 20 if (!is_mt7622(&dev->mt76)) in mt7622_wmac_init() 23 dev->infracfg = syscon_regmap_lookup_by_phandle(np, "mediatek,infracfg"); in mt7622_wmac_init() 24 if (IS_ERR(dev->infracfg)) { in mt7622_wmac_init() 25 dev_err(dev->mt76.dev, "Cannot find infracfg controller\n"); in mt7622_wmac_init() 26 return PTR_ERR(dev->infracfg); in mt7622_wmac_init() 45 return mt7615_mmio_probe(&pdev->dev, mem_base, irq, mt7615e_reg_map); in mt7622_wmac_probe() 58 { .compatible = "mediatek,mt7622-wmac" }, 64 .name = "mt7622-wmac",
|
/Linux-v6.1/arch/arm64/boot/dts/mediatek/ |
D | mt7622.dtsi | 6 * SPDX-License-Identifier: (GPL-2.0 OR MIT) 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/clock/mt7622-clk.h> 12 #include <dt-bindings/phy/phy.h> 13 #include <dt-bindings/power/mt7622-power.h> 14 #include <dt-bindings/reset/mt7622-reset.h> 15 #include <dt-bindings/thermal/thermal.h> 18 compatible = "mediatek,mt7622"; 19 interrupt-parent = <&sysirq>; [all …]
|
D | mt7622-rfb1.dts | 6 * SPDX-License-Identifier: (GPL-2.0 OR MIT) 9 /dts-v1/; 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/gpio/gpio.h> 13 #include "mt7622.dtsi" 17 model = "MediaTek MT7622 RFB1 board"; 18 compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622"; 25 stdout-path = "serial0:115200n8"; 31 proc-supply = <&mt6380_vcpu_reg>; 32 sram-supply = <&mt6380_vm_reg>; [all …]
|
D | mt7622-bananapi-bpi-r64.dts | 5 * SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 /dts-v1/; 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/leds/common.h> 13 #include "mt7622.dtsi" 17 model = "Bananapi BPI-R64"; 18 compatible = "bananapi,bpi-r64", "mediatek,mt7622"; 25 stdout-path = "serial0:115200n8"; 31 proc-supply = <&mt6380_vcpu_reg>; [all …]
|