Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 5 additions & 1 deletion dts/bindings/video/st,mipid02.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Copyright (c) 2025 STMicroelectronics.
# SPDX-License-Identifier: Apache-2.0

description: MIPID02 CSI to DVP interface bridge
title: MIPID02 CSI to DVP interface bridge

description: |
The MIPID02 allows connecting a DVP sensor to a CSI-2–enabled
camera receiver.

compatible: "st,mipid02"

Expand Down
5 changes: 4 additions & 1 deletion dts/bindings/video/st,stm32-dcmi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
# SPDX-License-Identifier: Apache-2.0
#

title: STM32 DCMI (Digital Camera Memory Interface)

description: |
STM32 Digital Camera Memory Interface (DCMI).
The STM32 DCMI (Digital Camera Memory Interface) allows
capturing data via a parallel interface (DVP).

Example of node configuration at board level:

Expand Down
8 changes: 7 additions & 1 deletion dts/bindings/video/st,stm32-dcmipp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
# SPDX-License-Identifier: Apache-2.0
#

title: STM32 DCMIPP (Digital Camera Memory Interface Pixel Processor)

description: |
STM32 Digital Camera Memory Interface Pixel Processor (DCMIPP).
The STM32 DCMIPP (Digital Camera Memory Interface Pixel Processor) supports,
depending on the platform, data capture from either parallel (DVP) or
CSI-2 interfaces. It integrates up to three processing pipelines capable of
performing frame operations, including one pipeline with ISP functionality
enabled.

Example of node configuration at board level:

Expand Down
4 changes: 2 additions & 2 deletions dts/bindings/video/st,stm32-jpeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: Apache-2.0
#

description: |
STM32 JPEG HW Codec.
title: STM32 JPEG HW Codec

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

Expand Down
7 changes: 7 additions & 0 deletions tests/drivers/build_all/video/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ tests:
drivers.video.stm32_venc.build:
platform_allow:
- stm32n6570_dk/stm32n657xx/sb
extra_configs:
- CONFIG_VIDEO_ENCODER_H264=y
drivers.video.stm32_jpeg.build:
platform_allow:
- stm32n6570_dk/stm32n657xx/sb
extra_configs:
- CONFIG_VIDEO_ENCODER_JPEG=y