Home
last modified time | relevance | path

Searched +full:mt7628 +full:- +full:wmac (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/net/wireless/
H A 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 <nbd@nbd.name>
12 - Lorenzo Bianconi <lorenzo@kernel.org>
13 - Ryder Lee <ryder.lee@mediatek.com>
19 Alternatively, it can specify the wireless part of the MT7628/MT7688
23 - $ref: ieee80211.yaml#
28 - mediatek,mt76
[all …]
/openbmc/linux/arch/mips/boot/dts/ralink/
H A 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 …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A 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()
67 { .compatible = "mediatek,mt7628-wmac" },
/openbmc/linux/drivers/clk/ralink/
H A 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") }
210 { CLK_PERIPH("10180000.wmac", "xtal") }
223 { CLK_PERIPH("10300000.wmac", "xtal") }
230 struct clk_hw **hws = clk_data->hws; in mtmips_register_pherip_clocks()
232 size_t idx_start = priv->data->num_clk_base + priv->data->num_clk_fixed + in mtmips_register_pherip_clocks()
[all …]