Commit 3d94d1ac authored by Christophe Roullier's avatar Christophe Roullier Committed by Paolo Abeni

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: default avatarChristophe Roullier <christophe.roullier@foss.st.com>
Reviewed-by: default avatarConor Dooley <conor.dooley@microchip.com>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent f261aa15
...@@ -23,12 +23,17 @@ select: ...@@ -23,12 +23,17 @@ select:
- st,stm32-dwmac - st,stm32-dwmac
- st,stm32mp1-dwmac - st,stm32mp1-dwmac
- st,stm32mp13-dwmac - st,stm32mp13-dwmac
- st,stm32mp25-dwmac
required: required:
- compatible - compatible
properties: properties:
compatible: compatible:
oneOf: oneOf:
- items:
- enum:
- st,stm32mp25-dwmac
- const: snps,dwmac-5.20
- items: - items:
- enum: - enum:
- st,stm32mp1-dwmac - st,stm32mp1-dwmac
...@@ -121,8 +126,9 @@ allOf: ...@@ -121,8 +126,9 @@ allOf:
compatible: compatible:
contains: contains:
enum: enum:
- st,stm32mp1-dwmac
- st,stm32-dwmac - st,stm32-dwmac
- st,stm32mp1-dwmac
- st,stm32mp25-dwmac
then: then:
properties: properties:
st,syscon: st,syscon:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment