Searched +full:imx7ulp +full:- +full:spi (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/spi/spi-fsl-lpspi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale Low Power SPI (LPSPI) for i.MX10 - Anson Huang <Anson.Huang@nxp.com>13 - $ref: "/schemas/spi/spi-controller.yaml#"18 - fsl,imx7ulp-spi19 - fsl,imx8qxp-spi29 - description: SoC SPI per clock[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Shawn Guo <shawnguo@kernel.org>11 - Li Yang <leoyang.li@nxp.com>18 - description: i.MX1 based Boards20 - enum:21 - armadeus,imx1-apf932822 - fsl,imx1ads23 - const: fsl,imx1[all …]
1 // SPDX-License-Identifier: GPL-2.0+12 #include <linux/dma-mapping.h>23 #include <linux/platform_data/dma-imx.h>26 #include <linux/spi/spi.h>27 #include <linux/spi/spi_bitbang.h>35 #define FSL_LPSPI_MAX_EDMA_BYTES ((1 << 15) - 1)126 { .compatible = "fsl,imx7ulp-spi", },134 unsigned int val = readl(fsl_lpspi->base + IMX7ULP_RDR); \136 if (fsl_lpspi->rx_buf) { \137 *(type *)fsl_lpspi->rx_buf = val; \[all …]
1 # SPDX-License-Identifier: GPL-2.02 dtb-$(CONFIG_ARCH_ALPINE) += \3 alpine-db.dtb4 dtb-$(CONFIG_MACH_ARTPEC6) += \5 artpec6-devboard.dtb6 dtb-$(CONFIG_MACH_ASM9260) += \7 alphascale-asm9260-devkit.dtb9 dtb-$(CONFIG_SOC_AT91RM9200) += \12 dtb-$(CONFIG_SOC_AT91SAM9) += \14 at91-qil_a9260.dtb \[all …]