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 - Shawn Guo <shawnguo@kernel.org>11 - Sascha Hauer <s.hauer@pengutronix.de>12 - Fabio Estevam <festevam@gmail.com>15 - $ref: /schemas/spi/spi-controller.yaml#20 - enum:[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR MIT)6 #include <dt-bindings/dma/fsl-edma.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/input/input.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/thermal/thermal.h>12 #include "imx95-clock.h"13 #include "imx95-pinfunc.h"14 #include "imx95-power.h"17 interrupt-parent = <&gic>;[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 …]
1 // SPDX-License-Identifier: GPL-2.0+12 #include <linux/dma-mapping.h>22 #include <linux/dma/imx-dma.h>25 #include <linux/spi/spi.h>26 #include <linux/spi/spi_bitbang.h>34 #define FSL_LPSPI_MAX_EDMA_BYTES ((1 << 15) - 1)144 { .compatible = "fsl,imx7ulp-spi", .data = &imx7ulp_lpspi_devtype_data,},145 { .compatible = "fsl,imx93-spi", .data = &imx93_lpspi_devtype_data,},153 unsigned int val = readl(fsl_lpspi->base + IMX7ULP_RDR); \155 if (fsl_lpspi->rx_buf) { \[all …]