21 lines
444 B
YAML
21 lines
444 B
YAML
#
|
|
# Copyright (c) 2018, Yannis Damigos
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: PHY Base Structure
|
|
|
|
description: >
|
|
This binding gives the base structures for all PHY providers
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
"#phy-cells":
|
|
type: int
|
|
category: required
|
|
description: Number of cells in a PHY provider. The meaning those
|
|
cells is defined by the binding for the phy node.
|