| # Copyright The Zephyr Project Contributors | |
| # SPDX-License-Identifier: Apache-2.0 | |
| title: STM32 Ethernet Controller | |
| description: | | |
| Contains the Ethernet MAC and the MDIO as child nodes. | |
| compatible: "st,stm32-ethernet-controller" | |
| include: base.yaml | |
| properties: | |
| reg: | |
| required: true | |
| clocks: | |
| required: true | |
| clock-names: | |
| required: true |