Searched +full:imx7d +full:- +full:cm4 (Results 1 – 4 of 4) sorted by relevance
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-Processor10 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-cm419 - fsl,imx7d-cm420 - fsl,imx7ulp-cm4[all …]
1 // SPDX-License-Identifier: GPL-2.011 "fsl,imx7d-cm4",15 DT_MACHINE_START(IMX7D, "Freescale i.MX7 Dual Cortex-M4 (Device Tree)")
1 # SPDX-License-Identifier: GPL-2.02 obj-y := cpu.o system.o irq-common.o4 obj-$(CONFIG_SOC_IMX25) += cpu-imx25.o mach-imx25.o pm-imx25.o6 obj-$(CONFIG_SOC_IMX27) += cpu-imx27.o pm-imx27.o mach-imx27.o8 obj-$(CONFIG_SOC_IMX31) += mm-imx3.o cpu-imx31.o mach-imx31.o9 obj-$(CONFIG_SOC_IMX35) += mm-imx3.o cpu-imx35.o mach-imx35.o11 imx5-pm-$(CONFIG_PM) += pm-imx5.o12 obj-$(CONFIG_SOC_IMX5) += cpu-imx5.o $(imx5-pm-y)14 obj-$(CONFIG_MXC_TZIC) += tzic.o15 obj-$(CONFIG_MXC_AVIC) += avic.o[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <dt-bindings/firmware/imx/rsrc.h>7 #include <linux/arm-smccc.h>75 * struct imx_rproc_mem - slim internal memory structure122 /* 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 …]