Home
last modified time | relevance | path

Searched +full:mt7628 +full:- +full:wmac (Results 1 – 4 of 4) 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]>
19 Alternatively, it can specify the wireless part of the MT7628/MT7688
25 - mediatek,mt76
26 - mediatek,mt7628-wmac
[all …]
/linux-6.14.4/arch/mips/boot/dts/ralink/
Dmt7628a.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 #address-cells = <1>;
5 #size-cells = <1>;
6 compatible = "ralink,mt7628a-soc";
9 #address-cells = <1>;
10 #size-cells = <0>;
19 resetc: reset-controller {
20 compatible = "ralink,rt2880-reset";
21 #reset-cells = <1>;
24 cpuintc: interrupt-controller {
[all …]
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7603/
Dsoc.c1 // SPDX-License-Identifier: ISC
26 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7603_ops, in mt76_wmac_probe()
29 return -ENOMEM; in mt76_wmac_probe()
34 mdev->rev = (mt76_rr(dev, MT_HW_CHIPID) << 16) | in mt76_wmac_probe()
36 dev_info(mdev->dev, "ASIC revision: %04x\n", mdev->rev); in mt76_wmac_probe()
40 ret = devm_request_irq(mdev->dev, irq, mt7603_irq_handler, in mt76_wmac_probe()
64 { .compatible = "mediatek,mt7628-wmac" },
/linux-6.14.4/drivers/clk/ralink/
Dclk-mtmips.c1 // SPDX-License-Identifier: GPL-2.0
8 #include <linux/clk-provider.h>
12 #include <linux/reset-controller.h>
172 { CLK_PERIPH("480000.wmac", "xtal") }
185 { CLK_PERIPH("10180000.wmac", "xtal") }
198 { CLK_PERIPH("10180000.wmac", "xtal") }
211 { CLK_PERIPH("10180000.wmac", "xtal") }
225 { CLK_PERIPH("10300000.wmac", "xtal") }
232 struct clk_hw **hws = clk_data->hws; in mtmips_register_pherip_clocks()
234 size_t idx_start = priv->data->num_clk_base + priv->data->num_clk_fixed + in mtmips_register_pherip_clocks()
[all …]