Lines Matching +full:rmii +full:- +full:mode
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/mediatek,star-emac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bartosz Golaszewski <bgolaszewski@baylibre.com>
14 It's compliant with 802.3 standards and supports half- and full-duplex
15 modes with flow-control as well as CRC offloading and VLAN tags.
18 - $ref: ethernet-controller.yaml#
23 - mediatek,mt8516-eth
24 - mediatek,mt8518-eth
25 - mediatek,mt8175-eth
26 - mediatek,mt8365-eth
38 clock-names:
41 - const: core
42 - const: reg
43 - const: trans
49 to control the MII mode.
51 mediatek,rmii-rxc:
54 If present, indicates that the RMII reference clock, which is from external
57 mediatek,rxc-inverse:
62 mediatek,txc-inverse:
72 - compatible
73 - reg
74 - interrupts
75 - clocks
76 - clock-names
77 - mediatek,pericfg
78 - phy-handle
83 - |
84 #include <dt-bindings/interrupt-controller/arm-gic.h>
85 #include <dt-bindings/clock/mt8516-clk.h>
88 compatible = "mediatek,mt8516-eth";
95 clock-names = "core", "reg", "trans";
96 phy-handle = <ð_phy>;
97 phy-mode = "rmii";
100 #address-cells = <1>;
101 #size-cells = <0>;
103 eth_phy: ethernet-phy@0 {