Searched +full:soc +full:- +full:specific (Results 1 – 25 of 1008) sorted by relevance
12345678910>>...41
| /Linux-v5.15/drivers/gpu/drm/rockchip/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 Choose this option if you have a Rockchip soc chipset. 21 IP found on the SoC. 26 bool "Rockchip specific extensions for Analogix DP driver" 28 This selects support for Rockchip SoC specific extensions 30 on RK3288 or RK3399 based SoC, you should select this option. 36 This selects support for Rockchip SoC specific extensions 38 RK3399 based SoC, you should select this 42 bool "Rockchip specific extensions for Synopsys DW HDMI" 44 This selects support for Rockchip SoC specific extensions [all …]
|
| /Linux-v5.15/drivers/pci/controller/dwc/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 31 Enables support for the PCIe controller in the DRA7xx SoC to work in 34 host-specific features PCI_DRA7XX_HOST must be selected and in order 35 to enable device-specific features PCI_DRA7XX_EP must be selected. 46 Enables support for the PCIe controller in the DRA7xx SoC to work in 49 host-specific features PCI_DRA7XX_HOST must be selected and in order 50 to enable device-specific features PCI_DRA7XX_EP must be selected. 57 bool "Platform bus based DesignWare PCIe Controller - Host mode" 66 host-specific features PCIE_DW_PLAT_HOST must be selected and in 67 order to enable device-specific features PCI_DW_PLAT_EP must be [all …]
|
| /Linux-v5.15/arch/arm/mach-omap2/ |
| D | cm.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2007-2009, 2012 Texas Instruments, Inc. 6 * Copyright (C) 2007-2009 Nokia Corporation 25 #include "prcm-common.h" 45 * struct cm_ll_data - fn ptrs to per-SoC CM function implementations 46 * @split_idlest_reg: ptr to the SoC CM-specific split_idlest_reg impl 47 * @wait_module_ready: ptr to the SoC CM-specific wait_module_ready impl 48 * @wait_module_idle: ptr to the SoC CM-specific wait_module_idle impl 49 * @module_enable: ptr to the SoC CM-specific module_enable impl 50 * @module_disable: ptr to the SoC CM-specific module_disable impl [all …]
|
| /Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "STMicroelectronics Multi-Gigabit Ethernet driver" 34 This selects the platform specific bus support for the stmmac driver. 45 tristate "Support for snps,dwc-qos-ethernet.txt DT binding." 50 Support for chips using the snps,dwc-qos-ethernet.txt DT binding. 57 platform specific code to function or is using platform 67 This selects the Anarion SoC glue layer support for the stmmac driver. 89 This selects the IPQ806x SoC glue layer support for the stmmac 91 acceleration features available on this SoC. Network devices 92 will behave like standard non-accelerated ethernet interfaces. [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/pinctrl/ |
| D | marvell,mvebu-pinctrl.txt | 1 * Marvell SoC pinctrl core driver for mpp 3 The pinctrl driver enables Marvell SoCs to configure the multi-purpose pins 4 (mpp) to a specific function. For each SoC family there is a SoC specific 7 Please refer to pinctrl-bindings.txt in this directory for details of the 11 A Marvell SoC pin configuration node is a node of a group of pins which can 12 be used for a specific device or function. Each node requires one or more 16 - compatible: "marvell,<soc>-pinctrl" 17 Please refer to each marvell,<soc>-pinctrl.txt binding doc for supported SoCs. 20 - marvell,pins: string array of mpp pins or group of pins to be muxed. 21 - marvell,function: string representing a function to mux to for all [all …]
|
| D | fsl,imx-pinctrl.txt | 10 Please refer to pinctrl-bindings.txt in this directory for details of the 15 used for a specific device or function. This node represents both mux and config 18 such as pull-up, open drain, drive strength, etc. 21 - compatible: "fsl,<soc>-iomuxc" 22 Please refer to each fsl,<soc>-pinctrl.txt binding doc for supported SoCs. 25 - fsl,pins: each entry consists of 6 integers and represents the mux and config 28 imx*-pinfunc.h under device tree source folder. The last integer CONFIG is 29 the pad setting value like pull-up on this pin. And that's why fsl,pins entry 41 Please refer to each fsl,<soc>-pinctrl,txt binding doc for SoC specific part 45 Some requirements for using fsl,imx-pinctrl binding: [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/mmc/ |
| D | bluefield-dw-mshc.txt | 1 * Mellanox Bluefield SoC specific extensions to the Synopsys Designware 4 Read synopsys-dw-mshc.txt for more details 7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents 9 by synopsys-dw-mshc.txt and the properties used by the Mellanox Bluefield SoC 10 specific extensions to the Synopsys Designware Mobile Storage Host Controller. 15 - "mellanox,bluefield-dw-mshc": for controllers with Mellanox Bluefield SoC 16 specific extensions. 20 /* Mellanox Bluefield SoC MMC */ 22 compatible = "mellanox,bluefield-dw-mshc"; 25 fifo-depth = <0x100>; [all …]
|
| D | samsung-sdhci.txt | 8 Required SoC Specific Properties: 9 - compatible: should be one of the following 10 - "samsung,s3c6410-sdhci": For controllers compatible with s3c6410 sdhci 12 - "samsung,exynos4210-sdhci": For controllers compatible with Exynos4 sdhci 15 Required Board Specific Properties: 16 - pinctrl-0: Should specify pin control groups used for this controller. 17 - pinctrl-names: Should contain only one value - "default". 21 compatible = "samsung,exynos4210-sdhci"; 24 bus-width = <4>; 25 cd-gpios = <&gpk2 2 0>; [all …]
|
| D | exynos-dw-mshc.txt | 1 * Samsung Exynos specific extensions to the Synopsys Designware Mobile 5 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents 7 by synopsys-dw-mshc.txt and the properties used by the Samsung Exynos specific 13 - "samsung,exynos4210-dw-mshc": for controllers with Samsung Exynos4210 14 specific extensions. 15 - "samsung,exynos4412-dw-mshc": for controllers with Samsung Exynos4412 16 specific extensions. 17 - "samsung,exynos5250-dw-mshc": for controllers with Samsung Exynos5250 18 specific extensions. 19 - "samsung,exynos5420-dw-mshc": for controllers with Samsung Exynos5420 [all …]
|
| /Linux-v5.15/drivers/pinctrl/nomadik/ |
| D | pinctrl-abx500.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 30 * struct abx500_function - ABx500 pinctrl mux function 42 * struct abx500_pingroup - describes a ABx500 pin group 43 * @name: the name of this specific pin group 45 * from the driver-local pin enumeration space 69 #define UNUSED -1 81 * function between the ABx500 SOC family when using 105 * struct abx500_gpio_irq_cluster - indicates GPIOs which are interrupt 112 * read-in values into the cluster information table 122 * struct abx500_pinrange - map pin numbers to GPIO offsets [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/sifive/ |
| D | sifive-blocks-ip-versioning.txt | 1 DT compatible string versioning for SiFive open-source IP blocks 4 strings for open-source SiFive IP blocks. HDL for these IP blocks 7 https://github.com/sifive/sifive-blocks 9 IP block-specific DT compatible strings are contained within the HDL, 10 in the form "sifive,<ip-block-name><integer version number>". 14 https://github.com/sifive/sifive-blocks/blob/v1.0/src/main/scala/devices/uart/UART.scala#L43 17 auto-discovery, the maintainers of these IP blocks intend to increment 25 upstream sifive-blocks commits. It is expected that most drivers will 26 match on these IP block-specific compatible strings. 28 DT data authors, when writing data for a particular SoC, should [all …]
|
| /Linux-v5.15/drivers/thermal/samsung/ |
| D | exynos_tmu.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * exynos_tmu.c - Samsung Exynos TMU (Thermal Management Unit) 24 #include <dt-bindings/thermal/thermal_exynos.h> 44 /* Exynos3250 specific registers */ 47 /* Exynos4210 specific registers */ 51 /* Exynos5250, Exynos4412, Exynos3250 specific registers */ 74 /* Exynos5260 specific */ 80 /* Exynos4412 specific */ 84 /* Exynos5433 specific registers */ 107 /* Exynos7 specific registers */ [all …]
|
| /Linux-v5.15/Documentation/arm/spear/ |
| D | overview.rst | 6 ------------ 11 The ST Microelectronics SPEAr range of ARM9/CortexA9 System-on-Chip CPUs are 19 - SPEAr3XX (3XX SOC series, based on ARM9) 20 - SPEAr300 (SOC) 21 - SPEAr300 Evaluation Board 22 - SPEAr310 (SOC) 23 - SPEAr310 Evaluation Board 24 - SPEAr320 (SOC) 25 - SPEAr320 Evaluation Board 26 - SPEAr6XX (6XX SOC series, based on ARM9) [all …]
|
| /Linux-v5.15/Documentation/sound/soc/ |
| D | overview.rst | 2 ALSA SoC Layer Overview 6 provide better ALSA support for embedded system-on-chip processors (e.g. 8 subsystem there was some support in the kernel for SoC audio, however it 9 had some limitations:- 11 * Codec drivers were often tightly coupled to the underlying SoC 12 CPU. This is not ideal and leads to code duplication - for example, 13 Linux had different wm8731 drivers for 4 different SoC platforms. 18 machine specific code to re-route audio, enable amps, etc., after such an 31 features :- 36 * Easy I2S/PCM audio interface setup between codec and SoC. Each SoC [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/media/ |
| D | s5p-mfc.txt | 10 - compatible : value should be either one among the following 11 (a) "samsung,mfc-v5" for MFC v5 present in Exynos4 SoCs 12 (b) "samsung,mfc-v6" for MFC v6 present in Exynos5 SoCs 13 (c) "samsung,mfc-v7" for MFC v7 present in Exynos5420 SoC 14 (d) "samsung,mfc-v8" for MFC v8 present in Exynos5800 SoC 15 (e) "samsung,exynos5433-mfc" for MFC v8 present in Exynos5433 SoC 16 (f) "samsung,mfc-v10" for MFC v10 present in Exynos7880 SoC 18 - reg : Physical base address of the IP registers and length of memory 21 - interrupts : MFC interrupt number to the CPU. 22 - clocks : from common clock binding: handle to mfc clock. [all …]
|
| /Linux-v5.15/Documentation/devicetree/ |
| D | usage-model.rst | 1 .. SPDX-License-Identifier: GPL-2.0 44 ---------- 56 In 2005, when PowerPC Linux began a major cleanup and to merge 32-bit 57 and 64-bit support, the decision was made to require DT support on all 61 blob without requiring a real Open Firmware implementation. U-Boot, 66 existing non-DT aware firmware. 74 ------------- 79 ------------------- 88 per-machine hard coded selections. 101 --------------------------- [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/powerpc/fsl/ |
| D | mpic.txt | 14 - compatible 22 - reg 24 Value type: <prop-encoded-array> 29 - interrupt-controller 35 - #interrupt-cells 39 specifiers do not contain the interrupt-type or type-specific 42 - #address-cells 47 - pic-no-reset 53 configuration registers to a sane state-- masked or 60 - big-endian [all …]
|
| /Linux-v5.15/sound/soc/qcom/ |
| D | lpass.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2010-2011,2013-2015,2020 The Linux Foundation. All rights reserved. 5 * lpass.h - Definitions for the QTi LPASS 15 #include <dt-bindings/sound/qcom,lpass.h> 16 #include "lpass-hdmi.h" 27 return -EINVAL; \ 58 /* AHB-I/X bus clocks inside the low-power audio subsystem (LPASS) */ 76 /* low-power audio interface (LPAIF) registers */ 80 /* regmap backed by the low-power audio interface (LPAIF) registers */ 84 /* interrupts from the low-power audio interface (LPAIF) */ [all …]
|
| /Linux-v5.15/drivers/pinctrl/mvebu/ |
| D | pinctrl-mvebu.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 13 * struct mvebu_mpp_ctrl_data - private data for the mpp ctrl operations 29 * struct mvebu_mpp_ctrl - describe a mpp control 39 * internal function, inside the SoC. Each muxable unit can be switched 44 * specific mode. The optional mpp_gpio_req/_dir functions can be used 62 * struct mvebu_mpp_ctrl_setting - describe a mpp ctrl setting 64 * @name: ctrl setting name, e.g. uart2, spi0 - unique per mpp_mode 69 * A ctrl_setting describes a specific internal mux function that a mpp pin 71 * register for common mpp pin configuration registers on MVEBU. SoC specific [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/arm/marvell/ |
| D | marvell,orion5x.txt | 1 Marvell Orion SoC Family Device Tree Bindings 2 --------------------------------------------- 4 Boards with a SoC of the Marvell Orion family, eg 88f5181 9 In addition, the above compatible shall be extended with the specific 10 SoC. Currently known SoC compatibles are: 12 "marvell,orion5x-88f5181" 13 "marvell,orion5x-88f5182" 15 And in addition, the compatible shall be extended with the specific 21 "lacie,ethernet-disk-mini-v2" 22 "lacie,d2-network" [all …]
|
| /Linux-v5.15/drivers/mmc/host/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 85 implements a hardware byte swapper using a 32-bit datum. 114 disabled, it will steal the MMC cards away - rendering them 126 identified by ACPI Compatibility ID PNP0D40 or specific 152 (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC. 231 tristate "SDHCI OF support for the MCHP Sparx5 SoC" 236 found in the MCHP Sparx5 SoC. 238 If you have a Sparx5 SoC with this interface, say Y or M here. 254 tristate "SDHCI support on the Cavium Networks CNS3xxx SoC" 258 This selects the SDHCI support for CNS3xxx System-on-Chip devices. [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/rtc/ |
| D | isil,isl12057.txt | 8 ("wakeup-source") to handle the specific use-case found 9 on at least three in-tree users of the chip (NETGEAR ReadyNAS 102, 104 10 and 2120 ARM-based NAS); On those devices, the IRQ#2 pin of the chip 12 to the SoC but to a PMIC. It allows the device to be powered up when 14 get access to the 'wakealarm' sysfs entry, this specific property can 15 be set when the IRQ#2 pin of the chip is not connected to the SoC but 20 - "compatible": must be "isil,isl12057" 21 - "reg": I2C bus address of the device 25 - "wakeup-source": mark the chip as a wakeup source, independently of 26 the availability of an IRQ line connected to the SoC. [all …]
|
| /Linux-v5.15/arch/mips/lantiq/ |
| D | prom.c | 1 // SPDX-License-Identifier: GPL-2.0-only 32 * this struct is filled by the soc specific detection code and holds 33 * information about the specific soc type, revision and name 94 /* call the soc specific detetcion code and get it to fill soc_info */ in prom_init() 96 snprintf(soc_info.sys_type, LTQ_SYS_TYPE_LEN - 1, "%s rev %s", in prom_init() 98 soc_info.sys_type[LTQ_SYS_TYPE_LEN - 1] = '\0'; in prom_init() 99 pr_info("SoC: %s\n", soc_info.sys_type); in prom_init()
|
| /Linux-v5.15/Documentation/devicetree/bindings/dma/ |
| D | fsl-edma.txt | 3 The eDMA channels have multiplex capability by programmble memory-mapped 5 specific DMA request source can only be multiplexed by any channel of certain 10 - compatible : 11 - "fsl,vf610-edma" for eDMA used similar to that on Vybrid vf610 SoC 12 - "fsl,imx7ulp-edma" for eDMA2 used similar to that on i.mx7ulp 13 - "fsl,ls1028a-edma" followed by "fsl,vf610-edma" for eDMA used on the 14 LS1028A SoC. 15 - reg : Specifies base physical address(s) and size of the eDMA registers. 19 - interrupts : A list of interrupt-specifiers, one for each entry in 20 interrupt-names on vf610 similar SoC. But for i.mx7ulp per channel [all …]
|
| /Linux-v5.15/drivers/soc/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "SOC (System On Chip) specific Drivers" 4 source "drivers/soc/actions/Kconfig" 5 source "drivers/soc/amlogic/Kconfig" 6 source "drivers/soc/aspeed/Kconfig" 7 source "drivers/soc/atmel/Kconfig" 8 source "drivers/soc/bcm/Kconfig" 9 source "drivers/soc/canaan/Kconfig" 10 source "drivers/soc/fsl/Kconfig" 11 source "drivers/soc/imx/Kconfig" [all …]
|
12345678910>>...41