14 lines
347 B
YAML
14 lines
347 B
YAML
# Copyright (c) 2018, Yannis Damigos
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for PHY providers
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
"#phy-cells":
|
|
type: int
|
|
required: true
|
|
description: Number of cells in a PHY provider. The meaning those
|
|
cells is defined by the binding for the phy node.
|