All of the current stm32mp2x boards embed an ethernet1 SNPS GMAC5.x
controller.
Add the support for it on stm32mp235f-dk, stm32mp257f-dk and
stm32mp257f-ev1 boards and default enable it.
On the stm32mp257f-ev1 board, we choose to keep the ethernet1
controller as a standalone ethernet controller instead of using
the TSN capable switch.
Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
---
Gatien Chevallier (4):
arm64: dts: st: add eth1 pins for stm32mp2x platforms
arm64: dts: st: enable ethernet1 controller on stm32mp257f-dk
arm64: dts: st: enable ethernet1 controller on stm32mp257f-ev1
arm64: dts: st: enable ethernet1 controller on stm32mp235f-dk
arch/arm64/boot/dts/st/stm32mp235f-dk.dts | 24 +++++
arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 126 ++++++++++++++++++++++++++
arch/arm64/boot/dts/st/stm32mp257f-dk.dts | 24 +++++
arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 25 +++++
4 files changed, 199 insertions(+)
---
base-commit: 4952fb7f53d4c9f007147ffb250c04ed40c959f7
change-id: 20250902-mp2_ethernet-97ddde08f903
Best regards,
--
Gatien Chevallier <gatien.chevallier@foss.st.com>