Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions dts/bindings/usb/zephyr,uvc-host.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (c) 2025 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

description: |
USB Video Class (UVC) host instance.
Each UVC instance added to the USB Host Controller (UHC) node will be visible
as a new camera from Zephyr point of view.
as soon as a camera is connected to USB this device will be usable by the application as a
video device, following the video API.
compatible: "zephyr,uvc-host"

include: base.yaml
Loading
Loading