Lines Matching +full:tx +full:- +full:queues +full:- +full:to +full:- +full:use
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/sophgo,sg2044-dwmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Inochi Amaoto <inochiama@gmail.com>
17 - sophgo,sg2044-dwmac
19 - compatible
24 - const: sophgo,sg2044-dwmac
25 - const: snps,dwmac-5.30a
32 - description: GMAC main clock
33 - description: PTP clock
34 - description: TX clock
36 clock-names:
38 - const: stmmaceth
39 - const: ptp_ref
40 - const: tx
42 dma-noncoherent: true
47 interrupt-names:
53 reset-names:
57 - compatible
58 - reg
59 - clocks
60 - clock-names
61 - interrupts
62 - interrupt-names
63 - resets
64 - reset-names
67 - $ref: snps,dwmac.yaml#
72 - |
73 #include <dt-bindings/interrupt-controller/irq.h>
76 compatible = "sophgo,sg2044-dwmac", "snps,dwmac-5.30a";
79 clock-names = "stmmaceth", "ptp_ref", "tx";
80 interrupt-parent = <&intc>;
82 interrupt-names = "macirq";
84 reset-names = "stmmaceth";
85 snps,multicast-filter-bins = <0>;
86 snps,perfect-filter-entries = <1>;
91 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
92 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
93 snps,axi-config = <&gmac0_stmmac_axi_setup>;
96 gmac0_mtl_rx_setup: rx-queues-config {
97 snps,rx-queues-to-use = <8>;
98 snps,rx-sched-wsp;
109 gmac0_mtl_tx_setup: tx-queues-config {
110 snps,tx-queues-to-use = <8>;
121 gmac0_stmmac_axi_setup: stmmac-axi-config {