Searched +full:mt7986 +full:- +full:wmac (Results 1 – 4 of 4) sorted by relevance
1 # 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 <nbd@nbd.name>12 - Lorenzo Bianconi <lorenzo@kernel.org>13 - Ryder Lee <ryder.lee@mediatek.com>20 or MT7622/MT7986 SoC.23 - $ref: ieee80211.yaml#28 - mediatek,mt76[all …]
1 # SPDX-License-Identifier: ISC10 This adds support for MT7915-based PCIe wireless devices,11 which support concurrent dual-band operation at both 5GHz12 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
1 // SPDX-License-Identifier: ISC176 /* Only DBDC A-die is used with MT7981 */ in mt798x_wmac_check_adie_type()177 if (is_mt7981(&dev->mt76)) in mt798x_wmac_check_adie_type()180 val = readl(dev->sku + MT_TOP_POS_SKU); in mt798x_wmac_check_adie_type()188 return reset_control_assert(dev->rstc); in mt7986_wmac_consys_reset()190 mt76_wmac_rmw(dev->sku, MT_TOP_POS_FAST_CTRL, in mt7986_wmac_consys_reset()194 return reset_control_deassert(dev->rstc); in mt7986_wmac_consys_reset()205 pinctrl = devm_pinctrl_get(dev->mt76.dev); in mt7986_wmac_gpio_setup()213 return -EINVAL; in mt7986_wmac_gpio_setup()218 return -EINVAL; in mt7986_wmac_gpio_setup()[all …]
1 // 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 …]