Skip to content
Open
Changes from 1 commit
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
28 changes: 28 additions & 0 deletions dts/bindings/video/st,stm32-jpeg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# Copyright (c) 2025 STMicroelectronics.
#
# SPDX-License-Identifier: Apache-2.0
#

description: |
STM32 JPEG Codec.

The STM32 JPEG codec can decode JPEG compressed frames
and encode uncompressed frames to the JPEG format.
Comment on lines +10 to +11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I'm not familiar with video conventions: Is it worth specifying that this is an HW accelerator ie that we're not talking about a SW Codec ?


compatible: "st,stm32-jpeg"

include: [base.yaml, reset-device.yaml]

properties:
reg:
required: true

clocks:
required: true

interrupts:
required: true

resets:
required: true