Skip to content

Commit ae26b10

Browse files
author
Alain Volmat
committed
dts-bindings: video: addition of ST JPEG codec description
Add description of the ST JPEG codec IP node. Signed-off-by: Alain Volmat <[email protected]>
1 parent 7fc8051 commit ae26b10

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 STMicroelectronics.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
description: |
8+
STM32 JPEG Codec. The STM32 JPEG codec allows JPEG encoding and
9+
decoding from / to MCU blocks which can be generated from NV12
10+
format.
11+
12+
compatible: "st,stm32-jpeg"
13+
14+
include: [base.yaml, reset-device.yaml]
15+
16+
properties:
17+
reg:
18+
required: true
19+
20+
clocks:
21+
required: true
22+
23+
interrupts:
24+
required: true
25+
26+
resets:
27+
required: true

0 commit comments

Comments
 (0)