zephyr/dts/bindings/usb/usb-ep.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

27 lines
629 B
YAML

# Copyright (c) 2018, I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
# Common fields that give the number of endpoints supported by the USB hardware
include: usb-controller.yaml
properties:
num-bidir-endpoints:
type: int
required: true
description: |
Number of bi-directional endpoints supported by hardware
(including EP0)
num-in-endpoints:
type: int
description: |
Number of IN endpoints supported by hardware
(including EP0 IN)
num-out-endpoints:
type: int
description: |
Number of OUT endpoints supported by hardware
(including EP0 OUT)