Searched +full:stm32 +full:- +full:dsi (Results 1 – 21 of 21) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/display/st,stm32-dsi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32 DSI host controller10 - Philippe Cornu <philippe.cornu@foss.st.com>11 - Yannick Fertre <yannick.fertre@foss.st.com>14 The STMicroelectronics STM32 DSI controller uses the Synopsys DesignWare MIPI-DSI host controller.17 - $ref: dsi-controller.yaml#21 const: st,stm32-dsi[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/display/st,stm32-ltdc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32 lcd-tft display controller10 - Philippe Cornu <philippe.cornu@foss.st.com>11 - Yannick Fertre <yannick.fertre@foss.st.com>15 const: st,stm32-ltdc22 - description: events interrupt line.23 - description: errors interrupt line.[all …]
1 # SPDX-License-Identifier: GPL-2.0+9 bool "Enable STM32 video support"12 STM32 supports many video output options including RGB and13 DSI. This option enables these supports which can be used on14 devices which have RGB TFT or DSI display connected.23 framebuffer during device-model binding/probing.32 framebuffer during device-model binding/probing.41 framebuffer during device-model binding/probing.
1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */2 /* Copyright (C) STMicroelectronics 2017 - All Rights Reserved */8 dsi: dsi@40016c00 { label9 compatible = "st,stm32-dsi";11 resets = <&rcc STM32F4_APB2_RESET(DSI)>;12 reset-names = "apb";14 clock-names = "pclk", "ref";
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved16 clock-names = "bus" ,"core";20 dsi: dsi@5a000000 { label21 compatible = "st,stm32-dsi";24 clock-names = "pclk", "ref", "px_clk";25 phy-dsi-supply = <®18>;27 reset-names = "apb";31 #address-cells = <1>;32 #size-cells = <0>;
2 * Copyright 2016 - Lee Jones <lee.jones@linaro.org>4 * This file is dual-licensed: you can use it either under the terms22 * MA 02110-1301 USA48 /dts-v1/;50 #include "stm32f469-pinctrl.dtsi"51 #include <dt-bindings/gpio/gpio.h>52 #include <dt-bindings/input/input.h>55 model = "STMicroelectronics STM32F469i-DISCO board";56 compatible = "st,stm32f469i-disco", "st,stm32f469";60 stdout-path = "serial0:115200n8";[all …]
1 # SPDX-License-Identifier: GPL-2.0-only12 Enable support for the on-chip display controller on13 STMicroelectronics STM32 MCUs.15 will be called stm-drm.18 tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI"22 Choose this option for MIPI DSI support on STMicroelectronics SoC.
1 // SPDX-License-Identifier: GPL-2.025 /* DSI digital registers & bit definitions */29 /* DSI wrapper registers & bit definitions */32 #define WCFGR_DSIM BIT(0) /* DSI Mode */36 #define WCR_DSIEN BIT(3) /* DSI ENable */60 /* dsi color format coding according to the datasheet */80 struct dw_mipi_dsi *dsi; member87 static inline void dsi_write(struct dw_mipi_dsi_stm *dsi, u32 reg, u32 val) in dsi_write() argument89 writel(val, dsi->base + reg); in dsi_write()92 static inline u32 dsi_read(struct dw_mipi_dsi_stm *dsi, u32 reg) in dsi_read() argument[all …]
6 ------------8 The STM32F769 is a Cortex-M7 MCU aimed at various applications.11 - Cortex-M7 core running up to @216MHz12 - 2MB internal flash, 512KBytes internal RAM (+4KB of backup SRAM)13 - FMC controller to connect SDRAM, NOR and NAND memories14 - Dual mode QSPI15 - SD/MMC/SDIO support*216 - Ethernet controller17 - USB OTFG FS & HS controllers18 - I2C*4, SPI*6, CAN*3 busses support[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/stm32mp1-clks.h>8 #include <dt-bindings/reset/stm32mp1-resets.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;19 compatible = "arm,cortex-a7";[all …]
7 bool "Theobroma Systems RK3368-uQ7 (Lion) module"9 The RK3368-uQ7 is a micro-Qseven form-factor (40mm x 70mm,10 MXM-230 connector) system-on-module designed by Theobroma14 - 8x Cortex-A53 (in 2 clusters of 4 cores each)15 - (on-module) up to 4GB of DDR3 memory16 - (on-module) SPI-NOR flash17 - (on-module) eMMC18 - Gigabit Ethernet (with an on-module KSZ9031 PHY)19 - USB20 - HDMI[all …]
13 to display a command-line console or splash screen. Enabling this24 This driver can be use with "simple-panel" and26 (leds/backlight/pwm-backlight.txt)34 This driver can be used with "simple-panel" and36 (leds/backlight/gpio-backlight.txt)39 bool "Support 8-bit-per-pixel displays"43 Support drawing text and bitmaps onto a 8-bit-per-pixel display.49 bool "Support 16-bit-per-pixel displays"53 Support drawing text and bitmaps onto a 16-bit-per-pixel display.59 bool "Support 32-bit-per-pixel displays"[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved8 #include <clk-uclass.h>13 #include <asm/arch/stm32.h>16 #include <dt-bindings/mfd/stm32f7-rcc.h>147 struct stm32_rcc_regs *regs = priv->base; in configure_clocks()148 struct stm32_pwr_regs *pwr = priv->pwr_regs; in configure_clocks()149 struct pll_psc *sys_pll_psc = &priv->info.sys_pll_psc; in configure_clocks()152 setbits_le32(®s->cr, RCC_CR_HSION); in configure_clocks()153 writel(0, ®s->cfgr); /* Reset CFGR */ in configure_clocks()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) STMicroelectronics 2018 - All Rights Reserved9 #include <linux/clk-provider.h>17 #include <linux/reset-controller.h>21 #include <dt-bindings/clock/stm32mp1-clks.h>167 "ck_hse", "pll4_r", "clk-hse-div2"380 /* STM32 Composite clock */393 struct gate_cfg *gate_cfg = cfg->cfg; in _clk_hw_register_gate()396 cfg->name, in _clk_hw_register_gate()397 cfg->parent_name, in _clk_hw_register_gate()[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]
1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms)2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c'3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms)4 2024-1[all...]
1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz'2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz'3 2024-12-2[all...]
1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c'2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms)3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa[all...]
... --------------------- ...
1 2025-03-15 03:00:37.236-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-03-15 03:00:37.352-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]
1 2025-03-14 03:00:40.378-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-03-14 03:00:40.496-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]