Searched +full:imx8m +full:- +full:ddrc (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/memory-controllers/fsl/imx8m-ddrc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Peng Fan <peng.fan@nxp.com>13 The DDRC block is integrated in i.MX8M for interfacing with DDR based18 switching is implemented by TF-A code which runs from a SRAM area.20 The Linux driver for the DDRC doesn't even map registers (they're included27 - enum:28 - fsl,imx8mn-ddrc[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/interconnect/fsl,imx8m-noc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Peng Fan <peng.fan@nxp.com>18 for normal (non-secure) world.20 The buses are based on externally licensed IPs such as ARM NIC-301 and27 - items:28 - enum:29 - fsl,imx8mm-nic[all …]
1 // SPDX-License-Identifier: GPL-2.013 #include <linux/clk-provider.h>14 #include <linux/arm-smccc.h>40 * +----------+ |\ +------+41 * | dram_pll |-------|M| dram_core | |42 * +----------+ |U|---------->| D |43 * /--|X| | D |46 * +---------+ | |48 * +---------+ | |50 * +----------+ | | |[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PM_DEVFREQ) += devfreq.o3 obj-$(CONFIG_PM_DEVFREQ_EVENT) += devfreq-event.o4 obj-$(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND) += governor_simpleondemand.o5 obj-$(CONFIG_DEVFREQ_GOV_PERFORMANCE) += governor_performance.o6 obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE) += governor_powersave.o7 obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o8 obj-$(CONFIG_DEVFREQ_GOV_PASSIVE) += governor_passive.o11 obj-$(CONFIG_ARM_EXYNOS_BUS_DEVFREQ) += exynos-bus.o12 obj-$(CONFIG_ARM_IMX_BUS_DEVFREQ) += imx-bus.o[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mn-clock.h>7 #include <dt-bindings/power/imx8mn-power.h>8 #include <dt-bindings/reset/imx8mq-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx8mn-pinfunc.h"17 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mp-clock.h>7 #include <dt-bindings/power/imx8mp-power.h>8 #include <dt-bindings/reset/imx8mp-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interconnect/fsl,imx8mp.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/thermal/thermal.h>15 #include "imx8mp-pinfunc.h"[all …]