Skip to content

Commit 81f1f63

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 732a3a5 commit 81f1f63

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#
2+
# Copyright (c) 2025 Hugues Fruchet <[email protected]>
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
description: |
8+
STMicroelectronics STM32 video encoder peripheral (VENC).
9+
Example of node configuration at board level:
10+
11+
&venc {
12+
status = "okay";
13+
};
14+
15+
compatible: "st,stm32-venc"
16+
17+
include: [base.yaml, reset-device.yaml]
18+
19+
properties:
20+
interrupts:
21+
required: true
22+
23+
clocks:
24+
required: true
25+
26+
resets:
27+
required: false

0 commit comments

Comments
 (0)