Skip to content
Merged
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
#

Copy link
Contributor

Choose a reason for hiding this comment

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

As @JarmouniA taught me, there is a title: available.

Suggested change
title: STM32 JPEG hardware codec

description: |
STM32 JPEG HW Codec.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
STM32 JPEG HW Codec.


The STM32 JPEG HW codec can decode JPEG compressed frames
and encode uncompressed frames to the JPEG format.

compatible: "st,stm32-jpeg"

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

properties:
reg:
required: true

clocks:
required: true

interrupts:
required: true

resets:
required: true