zephyr/dts/bindings/usb/usb-ep.yaml
Ulf Magnusson 6e46a64a48 dts: bindings: Shorten license headers
Shaves a bunch of lines.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-07 10:25:02 -05:00

26 lines
708 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
required: false
description: Number of IN endpoints supported by hardware
(including EP0 IN)
num-out-endpoints:
type: int
required: false
description: Number of OUT endpoints supported by hardware
(including EP0 OUT)