Clean up multi-line strings so they will show up properly in the bindings index in the HTML documentation. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
15 lines
348 B
YAML
15 lines
348 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.
|