30 lines
493 B
YAML
30 lines
493 B
YAML
# Copyright (c) 2023 Nuvoton Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Nuvoton, NuMaker Ethernet controller
|
|
|
|
compatible: "nuvoton,numaker-ethernet"
|
|
|
|
include:
|
|
- ethernet-controller.yaml
|
|
- reset-device.yaml
|
|
- pinctrl-device.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
resets:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
phy-addr:
|
|
type: int
|
|
description: Address of the phy controller
|
|
required: true
|