Lines Matching +full:per +full:- +full:soc
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#
10 - Anson Huang <Anson.Huang@nxp.com>
13 - $ref: "/schemas/spi/spi-controller.yaml#"
18 - fsl,imx7ulp-spi
19 - fsl,imx8qxp-spi
29 - description: SoC SPI per clock
30 - description: SoC SPI ipg clock
32 clock-names:
34 - const: per
35 - const: ipg
37 fsl,spi-only-use-cs1-sel:
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.
45 - compatible
46 - reg
47 - interrupts
48 - clocks
49 - clock-names
54 - |
55 #include <dt-bindings/clock/imx7ulp-clock.h>
56 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 compatible = "fsl,imx7ulp-spi";
61 interrupt-parent = <&intc>;
65 clock-names = "per", "ipg";
66 spi-slave;
67 fsl,spi-only-use-cs1-sel;