Lines Matching full:spi
4 $id: http://devicetree.org/schemas/spi/spi-controller.yaml#
7 title: SPI Controller Generic Binding
13 SPI busses can be described with a node for the SPI controller device
14 and a set of child nodes for each SPI slave on the bus. The system SPI
15 controller may be described for use in SPI master mode or in SPI slave mode,
20 pattern: "^spi(@.*|-[0-9a-f])*$"
50 spi-slave:
53 The SPI controller acts as a slave, instead of a master.
59 - spi-slave
76 Compatible of the SPI device.
87 Compatible of the SPI device.
95 spi-3wire:
100 spi-cpha:
105 spi-cpol:
110 spi-cs-high:
115 spi-lsb-first:
120 spi-max-frequency:
123 Maximum SPI clocking speed of the device in Hz.
125 spi-rx-bus-width:
127 Bus width to the SPI bus used for read transfers.
132 spi-rx-delay-us:
136 spi-tx-bus-width:
138 Bus width to the SPI bus used for write transfers.
143 spi-tx-delay-us:
155 spi@f00 {
158 compatible = "fsl,mpc5200b-spi","fsl,mpc5200-spi";
165 spi-max-frequency = <1000000>;
171 spi-max-frequency = <100000>;