Searched +full:rtl8363nb +full:- +full:vb (Results 1 – 2 of 2) 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 …]
1 // SPDX-License-Identifier: GPL-2.02 /* Realtek SMI subdriver for the Realtek RTL8365MB-VC ethernet switch.4 * Copyright (C) 2021 Alvin Šipraga <alsi@bang-olufsen.dk>5 * Copyright (C) 2021 Michael Rasmussen <mir@bang-olufsen.dk>7 * The RTL8365MB-VC is a 4+1 port 10/100/1000M switch controller. It includes 49 * can be connected to the CPU - or another PHY - via either MII, RMII, or15 * .-----------------------------------.17 * UTP <---------------> Giga PHY <-> PCS <-> P0 GMAC |18 * UTP <---------------> Giga PHY <-> PCS <-> P1 GMAC |19 * UTP <---------------> Giga PHY <-> PCS <-> P2 GMAC |[all …]