Skip to content

Commit 00e1acb

Browse files
committed
dts-bindings: video: addition of stm32 venc description
Addition of description for the STM32 Video encoder (VENC). Signed-off-by: Hugues Fruchet <[email protected]>
1 parent 022d9f4 commit 00e1acb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#
2+
# Copyright (c) 2025 STMicroelectronics.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
title: STM32 video encoder (VENC)
7+
8+
description: |
9+
STMicroelectronics STM32 video encoder peripheral (VENC).
10+
11+
compatible: "st,stm32-venc"
12+
13+
include: [base.yaml, reset-device.yaml]
14+
15+
properties:
16+
interrupts:
17+
required: true
18+
19+
clocks:
20+
required: true
21+
22+
resets:
23+
required: true

0 commit comments

Comments
 (0)