Lines Matching +full:ast2600 +full:- +full:mdio
1 # 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
32 - compatible
33 - reg
34 - "#address-cells"
35 - "#size-cells"
40 - |
41 #include <dt-bindings/clock/ast2600-clock.h>
42 mdio0: mdio@1e650000 {
43 compatible = "aspeed,ast2600-mdio";
45 #address-cells = <1>;
46 #size-cells = <0>;
49 ethphy0: ethernet-phy@0 {
50 compatible = "ethernet-phy-ieee802.3-c22";