-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: Introduce stm32h7 ethernet compatible
Add stm32h7 ethernet compatible "st,stm32h7-ethernet", used also for stm32h5. Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
- Loading branch information
Marwa IBEN EL HADJ
committed
Sep 26, 2024
1 parent
a3f71f1
commit 79e2b84
Showing
5 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright (c) 2024, STMicroelectronics | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Common fields for STM32 Ethernet peripherals. | ||
|
||
include: [ethernet-controller.yaml, pinctrl-device.yaml] | ||
|
||
properties: | ||
reg: | ||
required: true | ||
interrupts: | ||
required: true | ||
clocks: | ||
required: true | ||
clock-names: | ||
required: true | ||
pinctrl-0: | ||
required: true | ||
pinctrl-names: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,8 @@ | ||
# Copyright (c) 2020, Linaro Limited | ||
# Copyright (c) 2024, STMicroelectronics | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
description: ST STM32 Ethernet | ||
|
||
compatible: "st,stm32-ethernet" | ||
|
||
include: [ethernet-controller.yaml, pinctrl-device.yaml] | ||
|
||
properties: | ||
reg: | ||
required: true | ||
interrupts: | ||
required: true | ||
clocks: | ||
required: true | ||
clock-names: | ||
required: true | ||
pinctrl-0: | ||
required: true | ||
pinctrl-names: | ||
required: true | ||
include: st,stm32-ethernet-common.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Copyright (c) 2024, STMicroelectronics | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
description: ST STM32 Ethernet | ||
|
||
compatible: "st,stm32h7-ethernet" | ||
|
||
include: st,stm32-ethernet-common.yaml |