Lines Matching +full:mixed +full:- +full:burst

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/net/stm32-dwmac.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Alexandre Torgue <alexandre.torgue@st.com>
12 - Christophe Roullier <christophe.roullier@st.com>
23 - st,stm32-dwmac
24 - st,stm32mp1-dwmac
26 - compatible
29 - $ref: "snps,dwmac.yaml#"
34 - items:
35 - enum:
36 - st,stm32mp1-dwmac
37 - const: snps,dwmac-4.20a
38 - items:
39 - enum:
40 - st,stm32-dwmac
41 - const: snps,dwmac-4.10a
42 - items:
43 - enum:
44 - st,stm32-dwmac
45 - const: snps,dwmac-3.50a
51 - description: GMAC main clock
52 - description: MAC TX clock
53 - description: MAC RX clock
54 - description: For MPU family, used for power mode
55 - description: For MPU family, used for PHY without quartz
57 clock-names:
62 - stmmaceth
63 - mac-clk-tx
64 - mac-clk-rx
65 - ethstp
66 - eth-ck
69 $ref: "/schemas/types.yaml#/definitions/phandle-array"
74 st,eth-clk-sel:
79 st,eth-ref-clk-sel:
86 - compatible
87 - clocks
88 - clock-names
89 - st,syscon
94 - |
95 #include <dt-bindings/interrupt-controller/arm-gic.h>
96 #include <dt-bindings/clock/stm32mp1-clks.h>
97 #include <dt-bindings/reset/stm32mp1-resets.h>
98 #include <dt-bindings/mfd/stm32h7-rcc.h>
101 compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a";
103 reg-names = "stmmaceth";
105 interrupt-names = "macirq";
106 clock-names = "stmmaceth",
107 "mac-clk-tx",
108 "mac-clk-rx",
110 "eth-ck";
118 snps,axi-config = <&stmmac_axi_config_0>;
120 phy-mode = "rgmii";
125 compatible = "st,stm32-dwmac", "snps,dwmac-3.50a";
127 reg-names = "stmmaceth";
129 interrupt-names = "macirq", "eth_wake_irq";
130 clock-names = "stmmaceth", "mac-clk-tx", "mac-clk-rx";
134 snps,mixed-burst;
135 phy-mode = "mii";
140 compatible = "st,stm32-dwmac", "snps,dwmac-4.10a";
142 reg-names = "stmmaceth";
144 interrupt-names = "macirq";
145 clock-names = "stmmaceth", "mac-clk-tx", "mac-clk-rx";
149 phy-mode = "mii";