1# Copyright (c) 2018 PHYTEC Messtechnik GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    NPX Kinetis USBFSOTG Controller in device mode
6
7compatible: "nxp,kinetis-usbd"
8
9include: usb-ep.yaml
10
11properties:
12  reg:
13    required: true
14
15  interrupts:
16    required: true
17
18  no-voltage-regulator:
19    type: boolean
20    description: Indicates that USB voltage regulator is not present.
21