Commit 80f81e2b authored by Alain Volmat's avatar Alain Volmat Committed by Benjamin Cabé
Browse files

shields: st_mb1897_cam: addition of MB1897 camera board



Addition of a shield st_mb1897_cam embedding a GC2145 CSI
sensor which can be connected to the STM32MP135F-DK via a 15pins FFC.

Signed-off-by: default avatarAlain Volmat <alain.volmat@foss.st.com>
parent 48b633cc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# Copyright (c) 2025 STMicroelectronics

# SPDX-License-Identifier: Apache-2.0

config SHIELD_ST_MB1897_CAM
	def_bool $(shields_list_contains,st_mb1897_cam)
+3 −0
Original line number Diff line number Diff line
CONFIG_VIDEO_STM32_DCMIPP_SENSOR_PIXEL_FORMAT="RGBP"
CONFIG_VIDEO_STM32_DCMIPP_SENSOR_WIDTH=640
CONFIG_VIDEO_STM32_DCMIPP_SENSOR_HEIGHT=480
+13 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2025 STMicroelectronics
 *
 * SPDX-License-Identifier: Apache-2.0
 */

&mipid02 {
	status = "okay";
};

&mco1 {
	status = "okay";
};
+38 −0
Original line number Diff line number Diff line
.. _st_mb1897_cam:

ST_MB1897_CAM
#############

Overview
********

The STM32MP135F discovery board is delivered with a CSI camera module
connected to the STM32MP135F-DK board via a 15pins FFC connector.
The camera module board (MB1897) embeds a Galaxycore GC2145 CSI sensor.

.. figure:: st_mb1897_cam.webp
     :align: center
     :alt: ST-MB1897-CAM

     MB1897 Image (Credit: STMicroelectronics.)

Requirements
************

The camera module bundle is compatible with STM32 Discovery kits and
Evaluation boards featuring a 15 pins FFC connector, such as the STM32MP13
Discovery kit.

Usage
*****

The shield can be used in any application by setting ``SHIELD`` to
``st_mb1897_cam`` for boards with the necessary device tree node labels.

Set ``--shield "st_mb1897_cam"`` when you invoke ``west build``. For example:

.. zephyr-app-commands::
   :zephyr-app: samples/drivers/video/capture
   :board: stm32mp135f_dk
   :shield: st_mb1897_cam
   :goals: build
+9.19 KiB
Loading image diff...
Loading