Home
last modified time | relevance | path

Searched +full:ast2600 +full:- +full:mdio (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Daspeed,ast2600-mdio.yaml1 # SPDX-License-Identifier: GPL-2.0-or-later
3 ---
4 $id: http://devicetree.org/schemas/net/aspeed,ast2600-mdio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ASPEED AST2600 MDIO Controller
10 - Andrew Jeffery <andrew@aj.id.au>
13 The ASPEED AST2600 MDIO controller is the third iteration of ASPEED's MDIO
18 - $ref: mdio.yaml#
22 const: aspeed,ast2600-mdio
26 description: The register range of the MDIO controller instance
[all …]
H A Dfaraday,ftgmac100.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Po-Yu Chuang <ratbert@faraday-tech.com>
15 - const: faraday,ftgmac100
16 - items:
17 - enum:
18 - aspeed,ast2400-mac
19 - aspeed,ast2500-mac
20 - aspeed,ast2600-mac
[all …]
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-g6.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>
6 #include <dt-bindings/clock/ast2600-clock.h>
10 compatible = "aspeed,ast2600";
11 #address-cells = <1>;
12 #size-cells = <1>;
13 interrupt-parent = <&gic>;
47 #address-cells = <1>;
48 #size-cells = <0>;
[all …]
H A Daspeed-bmc-facebook-elbert.dts1 // SPDX-License-Identifier: GPL-2.0+
4 /dts-v1/;
6 #include "ast2600-facebook-netbmc-common.dtsi"
10 compatible = "facebook,elbert-bmc", "aspeed,ast2600";
19 * 8 child channels of PCA9548 2-0075.
31 * 8 child channels of PCA9548 5-0075.
44 stdout-path = &uart5;
48 num-chipselects = <1>;
49 cs-gpios = <&gpio0 ASPEED_GPIO(X, 0) GPIO_ACTIVE_LOW>;
59 aspeed,lpc-io-reg = <0xca8>;
[all …]
/linux/drivers/net/mdio/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # MDIO Layer Configuration
7 tristate "MDIO bus consumer layer"
9 MDIO bus consumer layer
17 FWNODE MDIO bus (Ethernet PHY) accessors
23 OpenFirmware MDIO bus (Ethernet PHY) accessors
28 ACPI MDIO bus (Ethernet PHY) accessors
31 tristate "Airoha AN7583 MDIO bus controller"
34 This module provides a driver for the MDIO busses found in the
38 tristate "Allwinner sun4i MDIO interface support"
[all …]
/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * (C) Copyright 2009-2011 Faraday Technology
6 * Po-Yu Chuang <ratbert@faraday-tech.com>
13 #include <linux/dma-mapping.h>
55 /* For NC-SI to register a fixed-link phy device */
103 /* AST2500/AST2600 RMII ref clock gate */
129 struct net_device *netdev = priv->netdev; in ftgmac100_reset_mac()
133 iowrite32(maccr, priv->base + FTGMAC100_OFFSET_MACCR); in ftgmac100_reset_mac()
135 priv->base + FTGMAC100_OFFSET_MACCR); in ftgmac100_reset_mac()
139 maccr = ioread32(priv->base + FTGMAC100_OFFSET_MACCR); in ftgmac100_reset_mac()
[all …]