Lines Matching +full:spi +full:- +full:mode

3 The QCA7000 is a serial-to-powerline bridge with a host interface which could
4 be configured either as SPI or UART slave. This configuration is done by
7 (a) Ethernet over SPI
9 In order to use the QCA7000 as SPI device it must be defined as a child of a
10 SPI master in the device tree.
13 - compatible : Should be "qca,qca7000"
14 - reg : Should specify the SPI chip select
15 - interrupts : The first cell should specify the index of the source
18 - spi-cpha : Must be set
19 - spi-cpol : Must be set
22 - spi-max-frequency : Maximum frequency of the SPI bus the chip can operate at.
24 are invalid. Missing the property will set the SPI
26 - qca,legacy-mode : Set the SPI data transfer of the QCA7000 to legacy mode.
27 In this mode the SPI master must toggle the chip select
28 between each data word. In burst mode these gaps aren't
31 property is missing the driver defaults to burst mode.
36 SPI Example:
38 /* Freescale i.MX28 SPI master*/
39 ssp2: spi@80014000 {
40 #address-cells = <1>;
41 #size-cells = <0>;
42 compatible = "fsl,imx28-spi";
43 pinctrl-names = "default";
44 pinctrl-0 = <&spi2_pins_a>;
49 interrupt-parent = <&gpio3>; /* GPIO Bank 3 */
51 spi-cpha; /* SPI mode: CPHA=1 */
52 spi-cpol; /* SPI mode: CPOL=1 */
53 spi-max-frequency = <8000000>; /* freq: 8 MHz */
54 local-mac-address = [ A0 B0 C0 D0 E0 F0 ];
66 - compatible : Should be "qca,qca7000"
69 - local-mac-address : see ./ethernet.txt
70 - current-speed : current baud rate of QCA7000 which defaults to 115200
77 compatible = "fsl,imx28-auart", "fsl,imx23-auart";
79 pinctrl-names = "default";
80 pinctrl-0 = <&auart0_2pins_a>;
84 local-mac-address = [ A0 B0 C0 D0 E0 F0 ];
85 current-speed = <38400>;