Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions dts/bindings/ethernet/st,stm32mp13-ethernet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright (c) 2025, STMicroelectronics
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit:

-The  "st,ext-phyclk" property aligned Linux binding is used to specify
+The "st,ext-phyclk" property aligned Linux binding is used to specify

in the commit message

# SPDX-License-Identifier: Apache-2.0

description: |
STM32MP13 Ethernet

This binding file describes the device tree properties required to configure
and use the Ethernet controller on STM32MP13 series microprocessor.

compatible: "st,stm32mp13-ethernet"

include:
- "st,stm32-ethernet-common.yaml"
- "memory-region.yaml"

properties:
memory-regions:
required: true
description: |
The memory region has to be non-cacheable and accessible by the Ethernet
peripheral.
st,ext-phyclk:
type: boolean
description:
set this property in RMII mode when you have PHY without crystal 50MHz and want to
select RCC clock instead of ETH_REF_CLK. OR in RGMII mode when you want to select
RCC clock instead of ETH_CLK125.