Lines Matching refs:SPI
1 * Qualcomm QCA7000 (Ethernet over SPI protocol)
3 Note: The QCA7000 is useable as a SPI device. In this case it must be defined
4 as a child of a SPI master in the device tree.
8 - reg : Should specify the SPI chip select
16 - spi-max-frequency : Maximum frequency of the SPI bus the chip can operate at.
18 the property will set the SPI frequency to 8000000 Hertz.
20 - qca,legacy-mode : Set the SPI data transfer of the QCA7000 to legacy mode.
21 In this mode the SPI master must toggle the chip select between each data
28 /* Freescale i.MX28 SPI master*/
42 spi-cpha; /* SPI mode: CPHA=1 */
43 spi-cpol; /* SPI mode: CPOL=1 */