Lines Matching +full:stm32mp1 +full:- +full:resets

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
50 - description: GMAC main clock
51 - description: MAC TX clock
52 - description: MAC RX clock
53 - description: For MPU family, used for power mode
54 - description: For MPU family, used for PHY without quartz
55 - description: PTP clock
57 clock-names:
62 - stmmaceth
63 - mac-clk-tx
64 - mac-clk-rx
65 - ethstp
66 - eth-ck
67 - ptp_ref
70 $ref: "/schemas/types.yaml#/definitions/phandle-array"
75 st,eth-clk-sel:
80 st,eth-ref-clk-sel:
87 - compatible
88 - clocks
89 - clock-names
90 - st,syscon
95 - |
96 #include <dt-bindings/interrupt-controller/arm-gic.h>
97 #include <dt-bindings/clock/stm32mp1-clks.h>
98 #include <dt-bindings/reset/stm32mp1-resets.h>
99 #include <dt-bindings/mfd/stm32h7-rcc.h>
102 compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a";
104 reg-names = "stmmaceth";
106 interrupt-names = "macirq";
107 clock-names = "stmmaceth",
108 "mac-clk-tx",
109 "mac-clk-rx",
111 "eth-ck";
119 snps,axi-config = <&stmmac_axi_config_0>;
121 phy-mode = "rgmii";
126 compatible = "st,stm32-dwmac", "snps,dwmac-3.50a";
128 reg-names = "stmmaceth";
130 interrupt-names = "macirq", "eth_wake_irq";
131 clock-names = "stmmaceth", "mac-clk-tx", "mac-clk-rx";
135 snps,mixed-burst;
136 phy-mode = "mii";
141 compatible = "st,stm32-dwmac", "snps,dwmac-4.10a";
143 reg-names = "stmmaceth";
145 interrupt-names = "macirq";
146 clock-names = "stmmaceth", "mac-clk-tx", "mac-clk-rx";
150 phy-mode = "mii";