Searched +full:imx7ulp +full:- +full:spi (Results 1 – 7 of 7) 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 …]
2 * Copyright 2015-2016 Freescale Semiconductor, Inc.9 #include <dt-bindings/clock/imx7ulp-clock.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/gpio/gpio.h>13 #include "imx7ulp-pinfunc.h"16 interrupt-parent = <&intc>;37 #address-cells = <1>;38 #size-cells = <0>;41 compatible = "arm,cortex-a7";47 reserved-memory {[all …]
9 /dts-v1/;11 #include "imx7ulp.dtsi"15 compatible = "fsl,imx7ulp-evk", "fsl,imx7ulp", "Generic DT based system";19 stdout-path = &lpuart4;24 wlreg_on-supply = <&wlreg_on>;35 compatible = "gpio-backlight";36 pinctrl-names = "default";37 pinctrl-0 = <&pinctrl_backlight>;39 default-on;43 mipi_dsi_reset: mipi-dsi-reset {[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 …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...