28 lines
581 B
YAML
28 lines
581 B
YAML
# Copyright (c) 2020, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: ST STM32 Ethernet
|
|
|
|
compatible: "st,stm32-ethernet"
|
|
|
|
include: ethernet.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
interrupts:
|
|
required: true
|
|
clocks:
|
|
required: true
|
|
clock-names:
|
|
required: true
|
|
|
|
pinctrl-0:
|
|
type: phandles
|
|
required: false
|
|
description: |
|
|
GPIO pin configuration for Ethernet signals. We expect that the phandles
|
|
will reference pinctrl nodes, e.g.
|
|
|
|
pinctrl-0 = <ð_ref_clk_pa1 ð_mdio_pa2 ...>;
|