Searched +full:stm32mp13 +full:- +full:dcmipp (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/media/st,stm32-dcmipp.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32 DCMIPP Digital Camera Memory Interface Pixel Processor10 - Hugues Fruchet <hugues.fruchet@foss.st.com>11 - Alain Volmat <alain.volmat@foss.st.com>15 const: st,stm32mp13-dcmipp30 $ref: /schemas/graph.yaml#/$defs/port-base33 DCMIPP supports a single port node with parallel bus.[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2021 - All Rights Reserved11 dcmipp: dcmipp@5a000000 { label12 compatible = "st,stm32mp13-dcmipp";
2 STM32MP13 Overview6 ------------8 The STM32MP131/STM32MP133/STM32MP135 are Cortex-A MPU aimed at various applications.11 - One Cortex-A7 application core12 - Standard memories interface support13 - Standard connectivity, widely inherited from the STM32 MCU family14 - Comprehensive security support18 - Cortex-A7 core running up to @900MHz19 - FMC controller to connect SDRAM, NOR and NAND memories20 - QSPI[all …]
1 // SPDX-License-Identifier: GPL-2.020 #include <media/media-device.h>21 #include <media/v4l2-device.h>22 #include <media/v4l2-fwnode.h>24 #include "dcmipp-common.h"26 #define DCMIPP_MDEV_MODEL_NAME "DCMIPP MDEV"92 /* --------------------------------------------------------------------------140 static int dcmipp_create_links(struct dcmipp_device *dcmipp) in dcmipp_create_links() argument146 for (i = 0; i < dcmipp->pipe_cfg->num_links; i++) { in dcmipp_create_links()148 &dcmipp->pipe_cfg->links[i]; in dcmipp_create_links()[all …]