Lines Matching +full:tx +full:- +full:pcs
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/renesas,rzn1-gmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Romain Gantois <romain.gantois@bootlin.com>
17 - renesas,r9a06g032-gmac
18 - renesas,rzn1-gmac
20 - compatible
23 - $ref: snps,dwmac.yaml#
28 - enum:
29 - renesas,r9a06g032-gmac
30 - const: renesas,rzn1-gmac
31 - const: snps,dwmac
33 pcs-handle:
35 phandle pointing to a PCS sub-node compatible with
36 renesas,rzn1-miic.yaml#
39 - compatible
44 - |
45 #include <dt-bindings/clock/r9a06g032-sysctrl.h>
46 #include <dt-bindings/interrupt-controller/arm-gic.h>
49 compatible = "renesas,r9a06g032-gmac", "renesas,rzn1-gmac", "snps,dwmac";
54 interrupt-names = "macirq", "eth_wake_irq", "eth_lpi";
55 clock-names = "stmmaceth";
57 power-domains = <&sysctrl>;
58 snps,multicast-filter-bins = <256>;
59 snps,perfect-filter-entries = <128>;
60 tx-fifo-depth = <2048>;
61 rx-fifo-depth = <4096>;
62 pcs-handle = <&mii_conv1>;
63 phy-mode = "mii";