Searched +full:mdc +full:- +full:gpios (Results 1 – 3 of 3) sorted by relevance
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-ports13 - Linus Walleij <linus.walleij@linaro.org>20 The SMI "Simple Management Interface" is a two-wire protocol using21 bit-banged GPIO that while it reuses the MDIO lines MCK and MDIO does23 SMI-based Realtek devices. The realtek-smi driver is a platform driver26 The MDIO-connected switches use MDIO protocol to access their registers.27 The realtek-mdio driver is an MDIO driver and it must be inserted inside[all …]
4 - compatible: Must be "img,spfi".5 - reg: Must contain the base address and length of the SPFI registers.6 - interrupts: Must contain the SPFI interrupt.7 - clocks: Must contain an entry for each entry in clock-names.8 See ../clock/clock-bindings.txt for details.9 - clock-names: Must include the following entries:10 - spfi: SPI operating clock11 - sys: SPI system interface clock12 - dmas: Must contain an entry for each entry in dma-names.14 - dma-names: Must include the following entries:[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/mdio-gpio.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MDIO on GPIOs10 - Andrew Lunn <andrew@lunn.ch>11 - Heiner Kallweit <hkallweit1@gmail.com>12 - Russell King <linux@armlinux.org.uk>15 - $ref: mdio.yaml#20 - virtual,mdio-gpio[all …]