Lines Matching +full:slave +full:- +full:mode
4 - compatible :
5 - "fsl,imx7ulp-spi" for LPSPI compatible with the one integrated on i.MX7ULP soc
6 - "fsl,imx8qxp-spi" for LPSPI compatible with the one integrated on i.MX8QXP soc
7 - reg : address and length of the lpspi master registers
8 - interrupt-parent : core interrupt controller
9 - interrupts : lpspi interrupt
10 - clocks : lpspi clock specifier. Its number and order need to correspond to the
11 value in clock-names.
12 - clock-names : Corresponding to per clock and ipg clock in "clocks"
15 - spi-slave : spi slave mode support. In slave mode, add this attribute without
16 value. In master mode, remove it.
21 compatible = "fsl,imx7ulp-spi";
23 interrupt-parent = <&intc>;
27 clock-names = "per", "ipg";
28 spi-slave;