1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
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.MX
10 - Anson Huang <Anson.Huang@nxp.com>
13 - $ref: "/schemas/spi/spi-controller.yaml#"
29 - description: SoC SPI per clock
30 - description: SoC SPI ipg clock
37 fsl,spi-only-use-cs1-sel:
39 spi common code does not support use of CS signals discontinuously.
40 i.MX8DXL-EVK board only uses CS1 without using CS0. Therefore, add
41 this property to re-config the chipselect value in the LPSPI driver.
51 unevaluatedProperties: false
55 #include <dt-bindings/clock/imx7ulp-clock.h>
56 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 compatible = "fsl,imx7ulp-spi";
60 reg = <0x40290000 0x10000>;
61 interrupt-parent = <&intc>;
62 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
63 clocks = <&clks IMX7ULP_CLK_LPSPI2>,
64 <&clks IMX7ULP_CLK_DUMMY>;
65 clock-names = "per", "ipg";
67 fsl,spi-only-use-cs1-sel;