Searched +full:xrx200 +full:- +full:mdio (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/net/dsa/ |
| H A D | lantiq,gswip.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: dsa.yaml#/$defs/ethernet-ports 13 - Hauke Mehrtens <hauke@hauke-m.de> 18 - lantiq,xrx200-gswip 19 - lantiq,xrx300-gswip 20 - lantiq,xrx330-gswip 26 reg-names: 28 - const: switch [all …]
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | lantiq,pinctrl-xway.txt | 4 - compatible: "lantiq,<chip>-pinctrl", where <chip> is: 8 "xrx200" (XWAY xRX200 Family) 10 - reg: Should contain the physical address and length of the gpio/pinmux 13 Please refer to pinctrl-bindings.txt in this directory for details of the 21 pull-up and open-drain 36 Required subnode-properties: 37 - lantiq,groups : An array of strings. Each string contains the name of a group. 39 - lantiq,function: A string containing the name of the function to mux to the 48 clkout1, clkout2, mdio, dfe led0, dfe led1, ephy led0, ephy led1, ephy led2 51 spi, asc, cgu, jtag, exin, stp, gpt, mdio, ephy, dfe [all …]
|
| /linux/drivers/net/phy/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 7 tristate "MDIO bus consumer layer" 9 MDIO bus consumer layer 40 Adds support for a set of LED trigger events per-PHY. Link 44 logical-or of all the link speed ones. 63 tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs" 66 Adds the platform "fixed" MDIO Bus to cover the boards that use 67 PHYs that are not connected to the real MDIO bus. 69 Currently tested with mpc866ads and mpc8349e-mitx. 121 - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY [all …]
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-xway.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/drivers/pinctrl/pinmux-xway.c 4 * based on linux/drivers/pinctrl/pinmux-pxa910.c 21 #include "pinctrl-lantiq.h" 110 /* --------- ase related code --------- */ 139 MFP_XWAY(GPIO24, GPIO, EBU, EBU2, MDIO), 142 MFP_XWAY(GPIO27, GPIO, EBU, NONE, MDIO), 201 GRP_MUX("mdio", MDIO, ase_pins_mdio), 213 static const char * const ase_mdio_grps[] = {"mdio"}; 233 {"mdio", ARRAY_AND_SIZE(ase_mdio_grps)}, [all …]
|