2018-02-28 15:54:40 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, Sundar Subramaniyan <sundar.subramaniyan@gmail.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-02-28 15:54:40 +08:00
|
|
|
title: Nordic nRF52 USBD
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the Nordic nRF52 USB device controller
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include usb-ep.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "nordic,nrf-usbd"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
num-isoin-endpoints:
|
|
|
|
type: int
|
|
|
|
category: required
|
|
|
|
description: Number of ISOIN endpoints supported by hardware
|
|
|
|
|
|
|
|
num-isoout-endpoints:
|
|
|
|
type: int
|
|
|
|
category: required
|
|
|
|
description: Number of ISOOUT endpoints supported by hardware
|