1# Copyright (c) 2018, Yannis Damigos
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for PHY providers
5
6include: base.yaml
7
8properties:
9  "#phy-cells":
10    type: int
11    required: true
12    description: |
13      Number of cells in a PHY provider. The meaning those
14      cells is defined by the binding for the phy node.
15