28 lines
704 B
YAML
28 lines
704 B
YAML
# Copyright (c) 2018, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP Kinetis Ethernet
|
|
|
|
compatible: "nxp,kinetis-ethernet"
|
|
|
|
include: ["ethernet.yaml", "ethernet,fixed-link.yaml", "pinctrl-device.yaml"]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
interrupts:
|
|
required: true
|
|
phy-addr:
|
|
type: int
|
|
description: Address of the phy controller
|
|
required: true
|
|
reset-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: GPIO to reset PHY. Reset signal is assumed active low.
|
|
int-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description:
|
|
interrupt GPIO for PHY. Will be pulled high before reset is asserted.
|