Searched +full:stm32mp13 +full:- +full:dcmipp (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | st,stm32-dcmipp.yaml | 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 Processor 10 - Hugues Fruchet <hugues.fruchet@foss.st.com> 11 - Alain Volmat <alain.volmat@foss.st.com> 15 const: st,stm32mp13-dcmipp 30 $ref: /schemas/graph.yaml#/$defs/port-base 33 DCMIPP supports a single port node with parallel bus. [all …]
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | stm32mp135.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2021 - All Rights Reserved 11 dcmipp: dcmipp@5a000000 { label 12 compatible = "st,stm32mp13-dcmipp"; 23 ltdc: display-controller@5a001000 { 24 compatible = "st,stm32-ltdc"; 29 clock-names = "lcd";
|
D | stm32mp135f-dk.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2021 - All Rights Reserved 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/regulator/st,stm32mp13-regulator.h> 15 #include "stm32mp13-pinctrl.dtsi" 18 model = "STMicroelectronics STM32MP135F-DK Discovery Board"; 19 compatible = "st,stm32mp135f-dk", "st,stm32mp135"; [all …]
|
/linux-6.12.1/Documentation/arch/arm/stm32/ |
D | stm32mp13-overview.rst | 2 STM32MP13 Overview 6 ------------ 8 The STM32MP131/STM32MP133/STM32MP135 are Cortex-A MPU aimed at various applications. 11 - One Cortex-A7 application core 12 - Standard memories interface support 13 - Standard connectivity, widely inherited from the STM32 MCU family 14 - Comprehensive security support 18 - Cortex-A7 core running up to @900MHz 19 - FMC controller to connect SDRAM, NOR and NAND memories 20 - QSPI [all …]
|
/linux-6.12.1/drivers/media/platform/st/stm32/stm32-dcmipp/ |
D | dcmipp-core.c | 1 // SPDX-License-Identifier: GPL-2.0 20 #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() argument 146 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 …]
|