Searched +full:imx93 +full:- +full:src (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/soc/imx/ |
D | fsl,imx93-src.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx93-src.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Peng Fan <peng.fan@nxp.com> 13 The System Reset Controller (SRC) is responsible for the generation of 17 - Deals with all global system reset sources from other modules, 19 - Responsible for power gating of MIXs (Slices) and their memory 25 - const: fsl,imx93-src 26 - const: syscon [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx93.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/imx93-clock.h> 7 #include <dt-bindings/dma/fsl-edma.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/power/fsl,imx93-power.h> 12 #include <dt-bindings/thermal/thermal.h> 14 #include "imx93-pinfunc.h" 17 interrupt-parent = <&gic>; [all …]
|
/linux-6.12.1/drivers/soc/imx/ |
D | imx93-src.c | 1 // SPDX-License-Identifier: GPL-2.0 12 return devm_of_platform_populate(&pdev->dev); in imx93_src_probe() 16 { .compatible = "fsl,imx93-src" }, 31 MODULE_DESCRIPTION("NXP i.MX93 src driver");
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 3 obj-$(CONFIG_ARCH_MXC) += soc-imx.o 5 obj-$(CONFIG_SOC_IMX8M) += soc-imx8m.o 6 obj-$(CONFIG_SOC_IMX9) += imx93-src.o
|
/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/ |
D | fsl,imx-rproc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/fsl,imx-rproc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP i.MX Co-Processor 10 This binding provides support for ARM Cortex M4 Co-processor found on some NXP iMX SoCs. 13 - Peng Fan <peng.fan@nxp.com> 18 - fsl,imx6sx-cm4 19 - fsl,imx7d-cm4 20 - fsl,imx7ulp-cm4 [all …]
|
/linux-6.12.1/drivers/pmdomain/imx/ |
D | imx93-pd.c | 1 // SPDX-License-Identifier: GPL-2.0 38 void __iomem *addr = domain->addr; in imx93_pd_on() 42 ret = clk_bulk_prepare_enable(domain->num_clks, domain->clks); in imx93_pd_on() 44 dev_err(domain->dev, "failed to enable clocks for domain: %s\n", genpd->name); in imx93_pd_on() 55 dev_err(domain->dev, "pd_on timeout: name: %s, stat: %x\n", genpd->name, val); in imx93_pd_on() 65 void __iomem *addr = domain->addr; in imx93_pd_off() 77 dev_err(domain->dev, "pd_off timeout: name: %s, stat: %x\n", genpd->name, val); in imx93_pd_off() 81 clk_bulk_disable_unprepare(domain->num_clks, domain->clks); in imx93_pd_off() 89 struct device *dev = &pdev->dev; in imx93_pd_remove() 90 struct device_node *np = dev->of_node; in imx93_pd_remove() [all …]
|
/linux-6.12.1/drivers/remoteproc/ |
D | imx_rproc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <dt-bindings/firmware/imx/rsrc.h> 7 #include <linux/arm-smccc.h> 75 * struct imx_rproc_mem - slim internal memory structure 122 /* TCM CODE NON-SECURE */ 128 /* TCM SYS NON-SECURE*/ 179 /* QSPI Code - alias */ 181 /* DDR (Code) - alias */ 185 /* OCRAM_S - alias */ 199 /* TCML - alias */ [all …]
|
/linux-6.12.1/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|