Home
last modified time | relevance | path

Searched +full:sgmii +full:- +full:txclk +full:- +full:falling +full:- +full:edge (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/arm/boot/dts/
Dbcm958625-meraki-alamo.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
5 * Copyright (C) 2020-2021 Matthew Hagan <mnhagan88@gmail.com>
8 #include "bcm958625-meraki-mx6x-common.dtsi"
12 compatible = "gpio-keys-polled";
14 poll-interval = <20>;
16 button-reset {
24 compatible = "gpio-leds";
26 led-0 {
27 /* green:wan1-left */
29 function-enumerator = <0>;
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/net/dsa/
Dqca8k.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - John Crispin <john@phrozen.org>
13 If the QCA8K switch is connect to an SoC's external mdio-bus, each subnode
16 ID. To declare the internal mdio-bus configuration, declare an MDIO node in
18 PHY it is connected to. In this config, an internal mdio-bus is registered and
20 mdio-bus configurations are not supported by the hardware.
25 - enum:
26 - qca,qca8327
[all …]
/Linux-v6.1/drivers/net/dsa/qca/
Dqca8k-8xxx.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org>
42 u16 *cached_lo = &priv->mdio_cache.lo; in qca8k_set_lo()
43 struct mii_bus *bus = priv->bus; in qca8k_set_lo()
49 ret = bus->write(bus, phy_id, regnum, lo); in qca8k_set_lo()
51 dev_err_ratelimited(&bus->dev, in qca8k_set_lo()
61 u16 *cached_hi = &priv->mdio_cache.hi; in qca8k_set_hi()
62 struct mii_bus *bus = priv->bus; in qca8k_set_hi()
68 ret = bus->write(bus, phy_id, regnum, hi); in qca8k_set_hi()
70 dev_err_ratelimited(&bus->dev, in qca8k_set_hi()
[all …]