diff options
author | Christophe Roullier <christophe.roullier@foss.st.com> | 2024-06-24 09:10:51 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-06-27 09:59:26 +0200 |
commit | 3d94d1ac3792abee651274e3cfbb9a12c9f95988 (patch) | |
tree | 2e615a283fb94d1de7edd17d5938a62fc7fab370 /Documentation | |
parent | f261aa15b2ca73d4f9dbb8b116b16743237edad9 (diff) |
dt-bindings: net: add STM32MP25 compatible in documentation for stm32
New STM32 SOC have 2 GMACs instances.
GMAC IP version is SNPS 5.30
Signed-off-by: Christophe Roullier <christophe.roullier@foss.st.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/stm32-dwmac.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/stm32-dwmac.yaml b/Documentation/devicetree/bindings/net/stm32-dwmac.yaml index f6e5e0626a3f..bf23838fe6e8 100644 --- a/Documentation/devicetree/bindings/net/stm32-dwmac.yaml +++ b/Documentation/devicetree/bindings/net/stm32-dwmac.yaml @@ -23,6 +23,7 @@ select: - st,stm32-dwmac - st,stm32mp1-dwmac - st,stm32mp13-dwmac + - st,stm32mp25-dwmac required: - compatible @@ -31,6 +32,10 @@ properties: oneOf: - items: - enum: + - st,stm32mp25-dwmac + - const: snps,dwmac-5.20 + - items: + - enum: - st,stm32mp1-dwmac - st,stm32mp13-dwmac - const: snps,dwmac-4.20a @@ -121,8 +126,9 @@ allOf: compatible: contains: enum: - - st,stm32mp1-dwmac - st,stm32-dwmac + - st,stm32mp1-dwmac + - st,stm32mp25-dwmac then: properties: st,syscon: |