mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 23:35:21 +00:00
This commit enables support for parsing 'fixed-link' node when it is added to node described in 'ethernet,fixed-link.yaml'. Signed-off-by: Lukasz Majewski <lukma@denx.de>
15 lines
282 B
YAML
15 lines
282 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"]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
interrupts:
|
|
required: true
|