Searched +full:imx8qm +full:- +full:edma (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/dma/fsl,edma.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale enhanced Direct Memory Access(eDMA) Controller10 The eDMA channels have multiplex capability by programmable11 memory-mapped registers. channels are split into two groups, called16 - Peng Fan <peng.fan@nxp.com>21 - enum:22 - fsl,vf610-edma[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright 2018-2019 NXP7 #include <dt-bindings/clock/imx8-clock.h>8 #include <dt-bindings/clock/imx8-lpcg.h>9 #include <dt-bindings/dma/fsl-edma.h>10 #include <dt-bindings/firmware/imx/rsrc.h>12 audio_ipg_clk: clock-audio-ipg {13 compatible = "fixed-clock";14 #clock-cells = <0>;15 clock-frequency = <120000000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright 2018-2019 NXP7 #include <dt-bindings/clock/imx8-lpcg.h>8 #include <dt-bindings/dma/fsl-edma.h>9 #include <dt-bindings/firmware/imx/rsrc.h>11 dma_ipg_clk: clock-dma-ipg {12 compatible = "fixed-clock";13 #clock-cells = <0>;14 clock-frequency = <120000000>;15 clock-output-names = "dma_ipg_clk";[all …]