Searched full:mt7530 (Results 1 – 13 of 13) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/net/dsa/ |
D | mediatek,mt7530.yaml | 4 $id: http://devicetree.org/schemas/net/dsa/mediatek,mt7530.yaml# 7 title: Mediatek MT7530 and MT7531 Ethernet Switches 17 There are three versions of MT7530, standalone, in a multi-chip module and 20 MT7530 is a part of the multi-chip module in MT7620AN, MT7620DA, MT7620DAN, 28 The MT7530 in MT7620AN, MT7620DA, MT7620DAN and MT7620NN SoCs has 10/100 PHYs 34 Port 5 on MT7530 supports various configurations: 54 - For the multi-chip module MT7530, in case of an external phy wired to 65 For the multi-chip module MT7530, the external phy must be wired TX to TX 69 For the multi-chip module MT7530, muxing PHY 0 or 4 won't work when the 80 Standalone MT7530 and multi-chip module MT7530 in MT7623AI SoC [all …]
|
/linux-6.14.4/drivers/net/dsa/ |
D | Kconfig | 38 tristate "MediaTek MT7530 and MT7531 Ethernet switch support" 43 This enables support for the MediaTek MT7530 and MT7531 Ethernet 44 switch chips. Multi-chip module MT7530 in MT7621AT, MT7621DAT, 49 tristate "MediaTek MT7530 MDIO interface driver" 54 This enables support for the MediaTek MT7530 and MT7531 switch 56 module MT7530 which can be found in the MT7621AT, MT7621DAT, 60 tristate "MediaTek MT7530 MMIO interface driver"
|
D | Makefile | 9 obj-$(CONFIG_NET_DSA_MT7530) += mt7530.o 10 obj-$(CONFIG_NET_DSA_MT7530_MDIO) += mt7530-mdio.o 11 obj-$(CONFIG_NET_DSA_MT7530_MMIO) += mt7530-mmio.o
|
D | mt7530-mmio.c | 11 #include "mt7530.h" 92 .name = "mt7530-mmio", 99 MODULE_DESCRIPTION("Driver for Mediatek MT7530 Switch (MMIO)");
|
D | mt7530-mdio.c | 16 #include "mt7530.h" 133 { .compatible = "mediatek,mt7530", .data = &mt753x_table[ID_MT7530], }, 170 dev_info(&mdiodev->dev, "MT7530 adapts as multi-chip module\n"); in mt7530_probe() 259 .name = "mt7530-mdio", 267 MODULE_DESCRIPTION("Driver for Mediatek MT7530 Switch (MDIO)");
|
D | mt7530.c | 3 * Mediatek MT7530 DSA Switch driver 26 #include "mt7530.h" 191 "failed to write mt7530 register\n"); in mt7530_mii_write() 206 "failed to read mt7530 register\n"); in mt7530_mii_read() 363 /* Set up switch core clock for MT7530 */ 410 /* Disable the MT7530 TRGMII clocks */ in mt7530_setup_port6() 441 /* Setup the MT7530 TRGMII Tx Clock */ in mt7530_setup_port6() 453 /* Enable the MT7530 TRGMII clocks */ in mt7530_setup_port6() 1894 /* MT7530 only supports one monitor port */ in mt753x_port_mirror_add() 2037 gc->label = "mt7530"; in mt7530_setup_gpio() [all …]
|
D | mt7530.h | 630 /* Registers for LED GPIO control (MT7530 only) 752 /* Port 5 mode definitions of the MT7530 switch */ 815 * @p5_mode: Holding the current mode of port 5 of the MT7530 switch
|
/linux-6.14.4/drivers/net/phy/mediatek/ |
D | Kconfig | 11 Non-built-in Gigabit Ethernet PHYs include mt7530/mt7531. 12 You may find mt7530 inside mt7621. This driver shares some
|
D | mtk-ge.c | 66 .name = "MediaTek MT7530 PHY",
|
/linux-6.14.4/arch/arm/boot/dts/mediatek/ |
D | mt7623a.dtsi | 51 compatible = "mediatek,mt7530";
|
D | mt7623n-rfb-emmc.dts | 189 compatible = "mediatek,mt7530";
|
D | mt7623n-bananapi-bpi-r2.dts | 204 compatible = "mediatek,mt7530";
|
/linux-6.14.4/ |
D | MAINTAINERS | 14900 F: drivers/net/dsa/mt7530-mdio.c 14901 F: drivers/net/dsa/mt7530-mmio.c 14902 F: drivers/net/dsa/mt7530.*
|