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-Processor Bindings10 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,imx8mq-cm419 - fsl,imx8mm-cm420 - fsl,imx8mn-cm7[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 <linux/arm-smccc.h>60 * struct imx_rproc_mem - slim internal memory structure129 /* QSPI Code - alias */131 /* DDR (Code) - alias */135 /* OCRAM_S - alias */149 /* TCML - alias */157 /* QSPI Code - alias */159 /* DDR (Code) - alias */191 /* OCRAM_S (M4 Boot code) - alias */[all …]