[PATCH 3/3] arm64: dts: st: enable Ethernet2 on stm32mp257f-ev1 board

Marek Vasut marex at denx.de
Tue Jun 18 08:02:15 PDT 2024


On 6/18/24 11:35 AM, Christophe Roullier wrote:
> ETHERNET2 instance is connected to Realtek PHY in RGMII mode
> Ethernet is SNSP IP with GMAC5 version.
> 
> Signed-off-by: Christophe Roullier <christophe.roullier at foss.st.com>
> ---
>   arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 24 ++++++++++++++++++++++
>   1 file changed, 24 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts b/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts
> index 27b7360e5dba..6d8bf1342e23 100644
> --- a/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts
> +++ b/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts
> @@ -17,6 +17,7 @@ / {
>   	compatible = "st,stm32mp257f-ev1", "st,stm32mp257";
>   
>   	aliases {
> +		ethernet0 = &ethernet2;
>   		serial0 = &usart2;
>   	};
>   
> @@ -55,6 +56,29 @@ &arm_wdt {
>   	status = "okay";
>   };
>   
> +&ethernet2 {
> +	status = "okay";
> +	pinctrl-0 = <&eth2_rgmii_pins_a>;
> +	pinctrl-1 = <&eth2_rgmii_sleep_pins_a>;
> +	pinctrl-names = "default", "sleep";
> +	phy-mode = "rgmii-id";
> +	max-speed = <1000>;

Keep the list sorted.



More information about the linux-arm-kernel mailing list