[PATCH v2 0/4] arm64: dts: st: add ethernet1 controller support on stm32mp23/25 boards

Gatien Chevallier posted 4 patches 4 weeks ago
arch/arm64/boot/dts/st/stm32mp235f-dk.dts     |  23 +++++
arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 126 ++++++++++++++++++++++++++
arch/arm64/boot/dts/st/stm32mp257f-dk.dts     |  23 +++++
arch/arm64/boot/dts/st/stm32mp257f-ev1.dts    |  24 +++++
4 files changed, 196 insertions(+)
[PATCH v2 0/4] arm64: dts: st: add ethernet1 controller support on stm32mp23/25 boards
Posted by Gatien Chevallier 4 weeks ago
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>
---
Changes in v2:
- Remove pointless max-speed properties
- Fix property ordering (reg after compatible) in the stm32mp257f-ev1
- Link to v1: https://lore.kernel.org/r/20250903-mp2_ethernet-v1-0-4105b0ad2344@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     |  23 +++++
 arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 126 ++++++++++++++++++++++++++
 arch/arm64/boot/dts/st/stm32mp257f-dk.dts     |  23 +++++
 arch/arm64/boot/dts/st/stm32mp257f-ev1.dts    |  24 +++++
 4 files changed, 196 insertions(+)
---
base-commit: 08a5d1b176ed503a5cef40991fc89549d85e8fe8
change-id: 20250902-mp2_ethernet-97ddde08f903

Best regards,
-- 
Gatien Chevallier <gatien.chevallier@foss.st.com>
Re: [PATCH v2 0/4] arm64: dts: st: add ethernet1 controller support on stm32mp23/25 boards
Posted by Alexandre TORGUE 2 weeks, 3 days ago
Hi Gatien

On 9/4/25 09:40, Gatien Chevallier wrote:
> 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>
> ---
> Changes in v2:
> - Remove pointless max-speed properties
> - Fix property ordering (reg after compatible) in the stm32mp257f-ev1
> - Link to v1: https://lore.kernel.org/r/20250903-mp2_ethernet-v1-0-4105b0ad2344@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     |  23 +++++
>   arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 126 ++++++++++++++++++++++++++
>   arch/arm64/boot/dts/st/stm32mp257f-dk.dts     |  23 +++++
>   arch/arm64/boot/dts/st/stm32mp257f-ev1.dts    |  24 +++++
>   4 files changed, 196 insertions(+)
> ---
> base-commit: 08a5d1b176ed503a5cef40991fc89549d85e8fe8
> change-id: 20250902-mp2_ethernet-97ddde08f903
> 
> Best regards,

Series applied on stm32-next.

Thanks!!

Alex