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 - 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 * Freescale Low Power SPI (LPSPI) for i.MX4 - compatible :5 - "fsl,imx7ulp-spi" for LPSPI compatible with the one integrated on i.MX7ULP soc6 - "fsl,imx8qxp-spi" for LPSPI compatible with the one integrated on i.MX8QXP soc7 - reg : address and length of the lpspi master registers8 - interrupt-parent : core interrupt controller9 - interrupts : lpspi interrupt10 - clocks : lpspi clock specifier. Its number and order need to correspond to the11 value in clock-names.12 - clock-names : Corresponding to per clock and ipg clock in "clocks"[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx93-clock.h>7 #include <dt-bindings/dma/fsl-edma.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/power/fsl,imx93-power.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx93-pinfunc.h"17 interrupt-parent = <&gic>;[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+ OR MIT)6 #include <dt-bindings/clock/imx8ulp-clock.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/power/imx8ulp-power.h>10 #include <dt-bindings/thermal/thermal.h>12 #include "imx8ulp-pinfunc.h"15 interrupt-parent = <&gic>;16 #address-cells = <2>;17 #size-cells = <2>;[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.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Shawn Guo <shawnguo@kernel.org>17 - description: i.MX1 based Boards19 - enum:20 - armadeus,imx1-apf932821 - fsl,imx1ads22 - const: fsl,imx124 - description: i.MX23 based Boards[all …]