Browse Source
move stmmaceth clock to parent, so it can also be used by mdio and rename it to ``stm-eth``. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>pull/87089/head
13 changed files with 101 additions and 49 deletions
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
# Copyright The Zephyr Project Contributors |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: | |
||||
ST STM32 Ethernet controller, contains the Ethernet MAC |
||||
and the MDIO as a child nodes. |
||||
|
||||
compatible: "st,stm32-ethernet-controller" |
||||
|
||||
include: base.yaml |
||||
|
||||
properties: |
||||
reg: |
||||
required: true |
||||
clocks: |
||||
required: true |
||||
clock-names: |
||||
required: true |
Loading…
Reference in new issue