Lines Matching +full:rgmii +full:- +full:txid
1 # 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
21 - const: faraday,ftgmac100
32 - description: MAC IP clock
33 - description: RMII RCLK gate for AST2500/2600
38 clock-names:
41 - const: MACCLK
42 - const: RCLK
44 phy-mode:
46 - rgmii
47 - rgmii-id
48 - rgmii-rxid
49 - rgmii-txid
50 - rmii
52 phy-handle: true
54 use-ncsi:
56 Use the NC-SI stack instead of an MDIO PHY. Currently assumes
57 rmii (100bT) but kept as a separate property in case NC-SI grows support
61 no-hw-checksum:
73 - compatible
74 - reg
75 - interrupts
78 - $ref: ethernet-controller.yaml#
79 - if:
84 - aspeed,ast2600-mac
95 - |
97 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
100 use-ncsi;
104 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
108 phy-handle = <&phy>;
109 phy-mode = "rgmii";
112 #address-cells = <1>;
113 #size-cells = <0>;
115 phy: ethernet-phy@1 {
116 compatible = "ethernet-phy-ieee802.3-c22";