/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt7620-pinctrl.yaml | 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7620-pinctrl.yaml# 7 title: MediaTek MT7620 Pin Controller 14 MediaTek MT7620 pin controller for MT7620 SoC. 20 const: ralink,mt7620-pinctrl 290 compatible = "ralink,mt7620-pinctrl";
|
/openbmc/u-boot/arch/mips/mach-mt7620/ |
H A D | Kconfig | 8 default "mt7620" if SOC_MT7620 14 bool "MT7620/8" 17 This supports MediaTek MIPS MT7620 family.
|
/openbmc/linux/arch/mips/ralink/ |
H A D | Platform | 25 # Ralink MT7620 28 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
|
H A D | clk.c | 46 return "ralink,mt7620-sysc"; in clk_cpu() 49 return "ralink,mt7620-sysc"; in clk_cpu()
|
H A D | Makefile | 23 obj-$(CONFIG_SOC_MT7620) += mt7620.o
|
H A D | Kconfig | 44 bool "MT7620/8"
|
H A D | of.c | 43 { .compatible = "ralink,mt7620-sysc" },
|
H A D | mt7620.c | 19 #include <asm/mach-ralink/mt7620.h>
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt7620.c | 119 { .compatible = "ralink,mt7620-pinctrl" }, 128 .name = "mt7620-pinctrl",
|
H A D | Makefile | 11 obj-$(CONFIG_PINCTRL_MT7620) += pinctrl-mt7620.o
|
H A D | Kconfig | 51 bool "MediaTek MT7620 pin control"
|
H A D | pinctrl-mt76x8.c | 265 { .compatible = "ralink,mt7620-pinctrl" },
|
H A D | pinctrl-mtmips.c | 20 #include <asm/mach-ralink/mt7620.h>
|
/openbmc/linux/drivers/phy/ralink/ |
H A D | Kconfig | 21 RT3352, MT7620, MT7628 and MT7688.
|
H A D | phy-ralink-usb.c | 158 .compatible = "mediatek,mt7620-usbphy",
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-mt7620.c | 22 #include <asm/mach-ralink/mt7620.h> 397 { .compatible = "mediatek,mt7620-pci" }, 404 .name = "mt7620-pci",
|
H A D | Makefile | 41 obj-$(CONFIG_SOC_MT7620) += pci-mt7620.o
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | ralink-usb-phy.txt | 5 "mediatek,mt7620-usbphy"
|
/openbmc/linux/arch/mips/include/asm/mach-ralink/mt7620/ |
H A D | cpu-feature-overrides.h | 3 * Ralink MT7620 specific CPU feature overrides
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | mediatek,mtmips-sysc.yaml | 25 - ralink,mt7620-sysc
|
/openbmc/u-boot/arch/mips/ |
H A D | Kconfig | 78 bool "Support MT7620/7688 SoCs" 156 source "arch/mips/mach-mt7620/Kconfig"
|
H A D | Makefile | 18 machine-$(CONFIG_ARCH_MT7620) += mt7620
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | mtk-sd.yaml | 21 - mediatek,mt7620-mmc 175 - mediatek,mt7620-mmc
|
/openbmc/linux/drivers/clk/ralink/ |
H A D | clk-mtmips.c | 60 /* MT7620 and MT76x8 SoCs */ 862 .compatible = "ralink,mt7620-sysc", 881 if (!of_device_is_compatible(node, "ralink,mt7620-sysc")) in mtmips_clk_regs_init() 1001 CLK_OF_DECLARE_DRIVER(mt7620_clk, "ralink,mt7620-sysc", mtmips_clk_init);
|
/openbmc/linux/arch/mips/boot/dts/ralink/ |
H A D | mt7621.dtsi | 237 compatible = "mediatek,mt7620-mmc";
|