Lines Matching +full:mt8516 +full:- +full:eth
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
37 clock-names:
40 - const: core
41 - const: reg
42 - const: trans
56 - compatible
57 - reg
58 - interrupts
59 - clocks
60 - clock-names
61 - mediatek,pericfg
62 - phy-handle
67 - |
68 #include <dt-bindings/interrupt-controller/arm-gic.h>
69 #include <dt-bindings/clock/mt8516-clk.h>
72 compatible = "mediatek,mt8516-eth";
79 clock-names = "core", "reg", "trans";
80 phy-handle = <ð_phy>;
81 phy-mode = "rmii";
84 #address-cells = <1>;
85 #size-cells = <0>;
87 eth_phy: ethernet-phy@0 {