258fc16570
Rename the ethernet.yaml template to ethernet-controller.yaml to match the Linux one. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
23 lines
401 B
YAML
23 lines
401 B
YAML
# Copyright (c) 2020, Linaro Limited
|
|
# 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
|