1# Copyright (c) 2020, Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4description: ST STM32 Ethernet
5
6compatible: "st,stm32-ethernet"
7
8include: ethernet.yaml
9
10properties:
11    reg:
12      required: true
13    interrupts:
14      required: true
15    clocks:
16      required: true
17    clock-names:
18      required: true
19
20    pinctrl-0:
21      type: phandles
22      required: false
23      description: |
24        GPIO pin configuration for Ethernet signals. We expect that the phandles
25        will reference pinctrl nodes, e.g.
26
27           pinctrl-0 = <&eth_ref_clk_pa1 &eth_mdio_pa2 ...>;
28